Display created date instead of issued
authorymh <ymh.work@gmail.com>
Thu, 24 Nov 2016 14:39:50 +0100
changeset 445 b1e5ad6b2a29
parent 444 63e798616b6a
child 446 2a93eb9f38f5
Display created date instead of issued
cms/app-client/app/helpers/abs-url-for.js
cms/app-client/app/models/document.js
cms/app-client/app/templates/components/notice-component.hbs
cms/app-client/app/templates/components/player-component.hbs
cms/app-client/mirage/fixtures/documents.js
cms/app-client/mirage/fixtures/transcripts.js
cms/app-client/package.json
common/corpus-common-addon/.eslintrc.yml
common/corpus-common-addon/addon/components/doc-created.js
common/corpus-common-addon/addon/templates/components/doc-created.hbs
common/corpus-common-addon/app/components/doc-created.js
common/corpus-common-addon/tests/integration/components/doc-created-test.js
server/src/app/Models/DocumentBase.php
server/src/app/Repositories/RdfDocumentRepository.php
server/src/tests/Models/DocumentTest.php
--- a/cms/app-client/app/helpers/abs-url-for.js	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/app/helpers/abs-url-for.js	Thu Nov 24 14:39:50 2016 +0100
@@ -1,7 +1,6 @@
 // inspired by http://stackoverflow.com/a/36368522
 
 import Ember from 'ember';
-import ENV from '../config/environment';
 
 export default Ember.Helper.extend({
   router: Ember.computed(function() {
--- a/cms/app-client/app/models/document.js	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/app/models/document.js	Thu Nov 24 14:39:50 2016 +0100
@@ -6,6 +6,7 @@
 
     uri: DS.attr('string'),
     issued: DS.attr('date'),
+    created: DS.attr('string'),
     title: DS.attr('string'),
     languages: DS.attr({ defaultValue: function() { return []; } }),
     publisher: DS.attr('string'),
--- a/cms/app-client/app/templates/components/notice-component.hbs	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/app/templates/components/notice-component.hbs	Thu Nov 24 14:39:50 2016 +0100
@@ -31,7 +31,7 @@
   </tr>
   <tr>
     <td class="title">Enregistré en</td>
-    <td>{{ short-date item.issued }}</td>
+    <td>{{ doc-created value=item.created }}</td>
   </tr>
   <tr>
     <td class="title">Participant{{#if (if-operator participants.length '>' 1)}}s{{/if}}</td>
--- a/cms/app-client/app/templates/components/player-component.hbs	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/app/templates/components/player-component.hbs	Thu Nov 24 14:39:50 2016 +0100
@@ -34,7 +34,7 @@
     </p>
     <p>
       {{ autoscroll-component text=item.publishers_disp class='author' }}
-      <span class="date">{{short-date item.issued}}</span>
+      {{doc-created value=item.created class='date'}}
     </p>
   </div>
 </div>
--- a/cms/app-client/mirage/fixtures/documents.js	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/mirage/fixtures/documents.js	Thu Nov 24 14:39:50 2016 +0100
@@ -3,9 +3,12 @@
     "id": "11280.100/crdo-UVE_MOCIKA_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-UVE_MOCIKA_SOUND",
     "title": "The two hermit crabs and the coconut crab",
-    "languages": [ "http://lexvo.org/id/iso639-3/uve" ],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/uve"
+    ],
     "modified": "2002-02-20",
     "issued": "2010-10-23T00:08:27+02:00",
+    "created": "1997-08-29",
     "publishers": [
       "Laboratoire de langues et civilisations à tradition orale"
     ],
@@ -75,16 +78,21 @@
           "lang": null
         },
         "New Caledonia, Ohnyat (Ouvéa)"
-      ]
+      ],
+      "latitude": "-20.46667",
+      "longitude": "166.65"
     }
   },
   {
     "id": "11280.100/crdo-CFPP2000_11_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-CFPP2000_11_SOUND",
     "title": "Entretien de Louise Liotard et de Jeane Mallet 1",
-    "languages": [ "http://lexvo.org/id/iso639-3/fra" ],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra"
+    ],
     "modified": "2013-04-23T21:40:30+02:00",
     "issued": "2013-04-23T21:40:30+02:00",
+    "created": "2008-04-28",
     "publishers": [
       "Langage et langues : description, théorisation, transmission"
     ],
@@ -102,12 +110,12 @@
       {
         "name": "Liotard, Louise",
         "url": null,
-        "role": "http://www.language-archives.org/OLAC/1.1/responder"
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
       },
       {
         "name": "Mallet, Jeane",
         "url": null,
-        "role": "http://www.language-archives.org/OLAC/1.1/responder"
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
       },
       {
         "name": "Verlinde, Agnès",
@@ -253,8 +261,8 @@
     },
     "geoInfo": {
       "ref-locs": [
-        "http://vocab.getty.edu/tgn/7008038",
-        "http://sws.geonames.org/6455259/"
+        "http://sws.geonames.org/6455259/",
+        "http://vocab.getty.edu/tgn/7008038"
       ],
       "notes": [
         {
@@ -267,16 +275,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "48.86",
+      "longitude": "2.34444"
     }
   },
   {
     "id": "11280.100/crdo-FRA_PK_IV_10_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-FRA_PK_IV_10_SOUND",
     "title": "Le jour des petits (B)",
-    "languages": ["http://lexvo.org/id/iso639-3/fra"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra"
+    ],
     "modified": "2007-11-06",
     "issued": "2010-10-27T10:41:51+02:00",
+    "created": "1997-02-22T10:00:00+00:00",
     "publishers": [
       "Université Bordeaux III"
     ],
@@ -527,16 +540,22 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "5.32183",
+      "longitude": "-4.01967"
     }
   },
   {
     "id": "11280.100/crdo-FSL-CUC023_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-FSL-CUC023_SOUND",
     "title": "Corpus LS-Colin sur plusieurs genres discursifs (Josette Bouchauveau et Henri Attia)",
-    "languages": ["http://lexvo.org/id/iso639-3/fra", "http://lexvo.org/id/iso639-3/fsl"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra",
+      "http://lexvo.org/id/iso639-3/fsl"
+    ],
     "modified": "2008-06-14",
     "issued": "2015-02-03T21:13:34+01:00",
+    "created": "start=2002-04-11; end=2002-04-12",
     "publishers": [
       "Structures formelles du langage",
       "Centre d'analyses et de mathématiques sociales",
@@ -784,16 +803,22 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "48.86",
+      "longitude": "2.34444"
     }
   },
   {
     "id": "11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND",
     "title": "Tale of the hen and the rooster",
-    "languages": ["http://lexvo.org/id/iso639-3/fra", "http://lexvo.org/id/iso639-3/nee"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra",
+      "http://lexvo.org/id/iso639-3/nee"
+    ],
     "modified": "2004-12-09",
     "issued": "2010-10-26T19:21:17+02:00",
+    "created": "1990-08",
     "publishers": [
       "Laboratoire de langues et civilisations à tradition orale"
     ],
@@ -804,6 +829,11 @@
         "role": "http://www.language-archives.org/OLAC/1.1/depositor"
       },
       {
+        "name": null,
+        "url": "http://viaf.org/viaf/10920079",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
         "name": "Phadom, Willion",
         "url": null,
         "role": "http://www.language-archives.org/OLAC/1.1/speaker"
@@ -885,16 +915,21 @@
           "lang": null
         },
         "New Caledonia, Tiabet"
-      ]
+      ],
+      "latitude": "-20.13333",
+      "longitude": "164.01667"
     }
   },
   {
     "id": "11280.100/crdo-ESLO1_ENT_047",
     "uri": "https://hdl.handle.net/11280.100/crdo-ESLO1_ENT_047",
     "title": "ESLO1: entretien 047",
-    "languages": ["http://lexvo.org/id/iso639-3/fra"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra"
+    ],
     "modified": "2014-11-04",
     "issued": "2014-12-05T15:05:08+01:00",
+    "created": "1969-04-09",
     "publishers": [
       "Laboratoire Ligérien de Linguistique"
     ],
@@ -1019,16 +1054,260 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "47.903",
+      "longitude": "1.905"
+    }
+  },
+  {
+    "id": "11280.100/crdo-SWB_HOMME_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-SWB_HOMME_SOUND",
+    "title": "L'homme et sa femme en bois",
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra",
+      "http://lexvo.org/id/iso639-3/swb"
+    ],
+    "modified": "2004",
+    "issued": "2010-10-26T10:06:57+02:00",
+    "created": "1978",
+    "publishers": [
+      "Laboratoire de langues et civilisations à tradition orale"
+    ],
+    "contributors": [
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/19683637",
+        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/19683637",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": "?",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      }
+    ],
+    "subjects": [
+      "http://ark.bnf.fr/ark:/12148/cb13318335q",
+      "http://ark.bnf.fr/ark:/12148/cb11932889r",
+      "http://ark.bnf.fr/ark:/12148/cb11932417s",
+      "http://ark.bnf.fr/ark:/12148/cb126532730",
+      "http://ark.bnf.fr/ark:/12148/cb119677899",
+      "http://ark.bnf.fr/ark:/12148/cb13319048g",
+      "http://lexvo.org/id/iso639-3/swb",
+      {
+        "value": "Maore",
+        "datatype": null,
+        "lang": "fr"
+      }
+    ],
+    "transcript": {
+      "url": "http://cocoon.huma-num.fr/exist/crdo/rombi/swb/crdo-SWB_HOMME.xml",
+      "format": "application/xml",
+      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
+    },
+    "mediaArray": {
+      "http://cocoon.huma-num.fr/data/archi/144931_HOMME_22km.wav": {
+        "url": "http://cocoon.huma-num.fr/data/archi/144931_HOMME_22km.wav",
+        "format": "audio/x-wav",
+        "extent": "PT10M05S",
+        "extent_ms": 605000,
+        "master": false
+      },
+      "http://cocoon.huma-num.fr/data/archi/masters/144931.wav": {
+        "url": "http://cocoon.huma-num.fr/data/archi/masters/144931.wav",
+        "format": "audio/x-wav",
+        "extent": "PT10M05S",
+        "extent_ms": 605000,
+        "master": true
+      },
+      "http://cocoon.huma-num.fr/data/archi/mp3/144931_HOMME_44k.mp3": {
+        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144931_HOMME_44k.mp3",
+        "format": "audio/mpeg",
+        "extent": "PT10M05S",
+        "extent_ms": 605000,
+        "master": false
+      }
+    },
+    "geoInfo": {
+      "ref-locs": [
+        "http://sws.geonames.org/1090242/"
+      ],
+      "notes": [
+        {
+          "value": "YT",
+          "datatype": "http://purl.org/dc/terms/ISO3166",
+          "lang": null
+        },
+        "Mayotte Island, Mamudzu, Mutsapere"
+      ],
+      "latitude": "-12.78711",
+      "longitude": "45.22161"
+    }
+  },
+  {
+    "id": "11280.100/crdo-ESLO1_ENT_101",
+    "uri": "https://hdl.handle.net/11280.100/crdo-ESLO1_ENT_101",
+    "title": "ESLO1: entretien 101",
+    "languages": [
+      "http://lexvo.org/id/iso639-3/fra"
+    ],
+    "modified": "2014-08-26",
+    "issued": "2015-01-28T20:55:10+01:00",
+    "created": "1969-04-12",
+    "publishers": [
+      "Laboratoire Ligérien de Linguistique"
+    ],
+    "contributors": [
+      {
+        "name": "Laboratoire Ligérien de Linguistique",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/200058210",
+        "role": "http://www.language-archives.org/OLAC/1.1/editor"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/39685504",
+        "role": "http://www.language-archives.org/OLAC/1.1/editor"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/7444539",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": "Sée-Gross, Catherine",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/200058210",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/39685504",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/7444539",
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "Sée-Gross, Catherine",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "MS530",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "MS530MER",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "Baude, Marion",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
+      }
+    ],
+    "subjects": [
+      "http://lexvo.org/id/iso639-3/fra",
+      "http://ark.bnf.fr/ark:/12148/cb11931819b",
+      "http://ark.bnf.fr/ark:/12148/cb119336465",
+      {
+        "value": "text_and_corpus_linguistics",
+        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
+        "lang": null
+      },
+      "http://ark.bnf.fr/ark:/12148/cb11934124q",
+      {
+        "value": "Français",
+        "datatype": null,
+        "lang": "fr"
+      },
+      "http://ark.bnf.fr/ark:/12148/cb11932931q",
+      "http://ark.bnf.fr/ark:/12148/cb119500644",
+      "http://ark.bnf.fr/ark:/12148/cb11943508j",
+      "http://ark.bnf.fr/ark:/12148/cb11931498c",
+      "http://ark.bnf.fr/ark:/12148/cb119340771",
+      "http://ark.bnf.fr/ark:/12148/cb11950170b",
+      "http://ark.bnf.fr/ark:/12148/cb11945486j",
+      "http://ark.bnf.fr/ark:/12148/cb11933113t",
+      "http://ark.bnf.fr/ark:/12148/cb119327168",
+      "http://ark.bnf.fr/ark:/12148/cb11959539g"
+    ],
+    "transcript": {
+      "url": "http://cocoon.huma-num.fr/exist/crdo/eslo/ESLO1_ENT_101_C.xml",
+      "format": "application/xml",
+      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_transcriber"
+    },
+    "mediaArray": {
+      "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101.mp3": {
+        "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101.mp3",
+        "format": "audio/mpeg",
+        "extent": "PT1H30M49S",
+        "extent_ms": 5449000,
+        "master": false
+      },
+      "http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_101.wav": {
+        "url": "http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_101.wav",
+        "format": "audio/x-wav",
+        "extent": "PT1H30M49S",
+        "extent_ms": 5449000,
+        "master": true
+      },
+      "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101_22km.wav": {
+        "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101_22km.wav",
+        "format": "audio/x-wav",
+        "extent": "PT1H30M49S",
+        "extent_ms": 5449000,
+        "master": false
+      }
+    },
+    "geoInfo": {
+      "ref-locs": [
+        "http://sws.geonames.org/6454159/",
+        "http://vocab.getty.edu/tgn/7008337"
+      ],
+      "notes": [
+        {
+          "value": "FR",
+          "datatype": "http://purl.org/dc/terms/ISO3166",
+          "lang": null
+        },
+        {
+          "value": "France, Centre, Loiret, Orléans",
+          "datatype": null,
+          "lang": "fr"
+        }
+      ],
+      "latitude": "47.915",
+      "longitude": "1.929"
     }
   },
   {
     "id": "11280.100/crdo-09-CAYCHAX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-CAYCHAX_SOUND",
     "title": "ALLOc : Caychax : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:16:38+02:00",
     "issued": "2010-10-25T18:16:38+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1141,16 +1420,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.7925",
+      "longitude": "1.71889"
     }
   },
   {
     "id": "11280.100/crdo-09-DUN_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-DUN_SOUND",
     "title": "ALLOc : Dun : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:18:23+02:00",
     "issued": "2010-10-25T18:18:23+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1263,16 +1547,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.02722",
+      "longitude": "1.79917"
     }
   },
   {
     "id": "11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
     "title": "ALLOc : La Bastide-de-Lordat : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:20:08+02:00",
     "issued": "2010-10-25T18:20:08+02:00",
+    "created": "1969-03-24",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1385,16 +1674,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.1442",
+      "longitude": "1.7135"
     }
   },
   {
     "id": "11280.100/crdo-09-LOUBENS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-LOUBENS_SOUND",
     "title": "ALLOc : Loubens : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:21:23+02:00",
     "issued": "2010-10-25T18:21:23+02:00",
+    "created": "1968-09-24",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1507,16 +1801,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.0452",
+      "longitude": "1.5461"
     }
   },
   {
     "id": "11280.100/crdo-09-MERENS-LES-VALS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-MERENS-LES-VALS_SOUND",
     "title": "ALLOc : Mérens-les-Vals : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:22:24+02:00",
     "issued": "2010-10-25T18:22:24+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1629,16 +1928,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.65806",
+      "longitude": "1.83611"
     }
   },
   {
     "id": "11280.100/crdo-09-MONTSEGUR_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-MONTSEGUR_SOUND",
     "title": "ALLOc : Montségur : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:23:14+02:00",
     "issued": "2010-10-25T18:23:14+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1751,16 +2055,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.87139",
+      "longitude": "1.83333"
     }
   },
   {
     "id": "11280.100/crdo-09-PRAYOLS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-PRAYOLS_SOUND",
     "title": "ALLOc : Prayols : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:24:06+02:00",
     "issued": "2010-10-25T18:24:06+02:00",
+    "created": "1968-05-01",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1863,16 +2172,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.92722",
+      "longitude": "1.62361"
     }
   },
   {
     "id": "11280.100/crdo-09-QUERIGUT_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-QUERIGUT_SOUND",
     "title": "ALLOc : Quérigut : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:24:56+02:00",
     "issued": "2010-10-25T18:24:56+02:00",
+    "created": "1970-05-07",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -1985,16 +2299,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.6987",
+      "longitude": "2.0996"
     }
   },
   {
     "id": "11280.100/crdo-09-SIGUER_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-SIGUER_SOUND",
     "title": "ALLOc : Siguer : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:25:51+02:00",
     "issued": "2010-10-25T18:25:51+02:00",
+    "created": "1967-09-11",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2107,16 +2426,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.76472",
+      "longitude": "1.56556"
     }
   },
   {
     "id": "11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
     "title": "ALLOc : Saint-Martin-d'Oydes : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:26:22+02:00",
     "issued": "2010-10-25T18:26:22+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2229,16 +2553,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.17028",
+      "longitude": "1.49611"
     }
   },
   {
     "id": "11280.100/crdo-09-SURBA_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-09-SURBA_SOUND",
     "title": "ALLOc : Surba : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:26:42+02:00",
     "issued": "2010-10-25T18:26:42+02:00",
+    "created": "1972-05-22",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2351,16 +2680,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.85889",
+      "longitude": "1.575"
     }
   },
   {
     "id": "11280.100/crdo-11-GRAMAZIE_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-GRAMAZIE_SOUND",
     "title": "ALLOc : Gramazie : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:27:39+02:00",
     "issued": "2010-10-25T18:27:39+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2473,16 +2807,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.13917",
+      "longitude": "2.09694"
     }
   },
   {
     "id": "11280.100/crdo-11-MOLLEVILLE_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-MOLLEVILLE_SOUND",
     "title": "ALLOc : Molleville : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:28:06+02:00",
     "issued": "2010-10-25T18:28:06+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2595,16 +2934,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.31222",
+      "longitude": "1.83417"
     }
   },
   {
     "id": "11280.100/crdo-11-PUIVERT_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-PUIVERT_SOUND",
     "title": "ALLOc : Puivert : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:28:40+02:00",
     "issued": "2010-10-25T18:28:40+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2717,16 +3061,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "42.921",
+      "longitude": "2.0474"
     }
   },
   {
     "id": "11280.100/crdo-11-RIBOUISSE_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-RIBOUISSE_SOUND",
     "title": "ALLOc : Ribouisse : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:29:32+02:00",
     "issued": "2010-10-25T18:29:32+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2839,16 +3188,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.1825",
+      "longitude": "1.8975"
     }
   },
   {
     "id": "11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
     "title": "ALLOc : Sonnac-sur-l'Hers : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:29:56+02:00",
     "issued": "2010-10-25T18:29:56+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -2956,16 +3310,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.00389",
+      "longitude": "1.99306"
     }
   },
   {
     "id": "11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
     "title": "ALLOc : Saint-Martin-Lalande : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:30:27+02:00",
     "issued": "2010-10-25T18:30:27+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3078,16 +3437,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "43.29944",
+      "longitude": "2.01944"
     }
   },
   {
     "id": "11280.100/crdo-12-AUZITS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-AUZITS_SOUND",
     "title": "ALLOc : Auzits : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:31:22+02:00",
     "issued": "2010-10-25T18:31:22+02:00",
+    "created": "1975-09-16",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3200,16 +3564,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.50694",
+      "longitude": "2.32778"
     }
   },
   {
     "id": "11280.100/crdo-12-JOUELS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-JOUELS_SOUND",
     "title": "ALLOc : Jouels : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:31:21+02:00",
     "issued": "2010-10-25T18:31:21+02:00",
+    "created": "1967-07-29",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3322,16 +3691,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.22056",
+      "longitude": "2.31778"
     }
   },
   {
     "id": "11280.100/crdo-12-LACASSAGNE_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-LACASSAGNE_SOUND",
     "title": "ALLOc : Lacassagne : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:31:43+02:00",
     "issued": "2010-10-25T18:31:43+02:00",
+    "created": "1975-04-18",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3446,16 +3820,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": null,
+      "longitude": null
     }
   },
   {
     "id": "11280.100/crdo-12-LANUEJOULS_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-LANUEJOULS_SOUND",
     "title": "ALLOc : Lanuéjouls : Parabole",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:32:16+02:00",
     "issued": "2010-10-25T18:32:16+02:00",
+    "created": "1974-01-22",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3568,16 +3947,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.4249",
+      "longitude": "2.1608"
     }
   },
   {
     "id": "11280.100/crdo-12-MARNAC1LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC1LEX_SOUND",
     "title": "ALLOc : Marnac",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:33:17+02:00",
     "issued": "2010-10-25T18:33:17+02:00",
+    "created": "1972",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3630,6 +4014,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11934798x",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -3677,16 +4063,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.83694",
+      "longitude": "1.02583"
     }
   },
   {
     "id": "11280.100/crdo-12-MARNAC2LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC2LEX_SOUND",
     "title": "ALLOc : Marnac-2",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:33:43+02:00",
     "issued": "2010-10-25T18:33:43+02:00",
+    "created": "1972",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3739,6 +4130,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11934798x",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -3786,16 +4179,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.83694",
+      "longitude": "1.02583"
     }
   },
   {
     "id": "11280.100/crdo-12-MARNAC3LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC3LEX_SOUND",
     "title": "ALLOc : Marnac-3",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:33:51+02:00",
     "issued": "2010-10-25T18:33:51+02:00",
+    "created": "1972",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3848,6 +4246,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb119361486",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -3895,16 +4295,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.83694",
+      "longitude": "1.02583"
     }
   },
   {
     "id": "11280.100/crdo-12-MARNAC4MORPHO_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC4MORPHO_SOUND",
     "title": "ALLOc : Marnac-4",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:34:19+02:00",
     "issued": "2010-10-25T18:34:19+02:00",
+    "created": "1972",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -3957,6 +4362,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb119328694",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -4004,16 +4411,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.83694",
+      "longitude": "1.02583"
     }
   },
   {
     "id": "11280.100/crdo-12-MARNAC5MORPHO_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC5MORPHO_SOUND",
     "title": "ALLOc : Marnac-5",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:35:45+02:00",
     "issued": "2010-10-25T18:35:45+02:00",
+    "created": "1972",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -4061,6 +4473,9 @@
       }
     ],
     "subjects": [
+      "http://ark.bnf.fr/ark:/12148/cb13318415c",
+      "http://ark.bnf.fr/ark:/12148/cb119677899",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       {
         "value": "morphology",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -4113,16 +4528,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.83694",
+      "longitude": "1.02583"
     }
   },
   {
     "id": "11280.100/crdo-12-MAYRAN1LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN1LEX_SOUND",
     "title": "ALLOc : Mayran",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:36:22+02:00",
     "issued": "2010-10-25T18:36:22+02:00",
+    "created": "1974",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -4195,6 +4615,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11934798x",
+      "http://ark.bnf.fr/ark:/12148/cb119328694",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -4242,16 +4665,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.38833",
+      "longitude": "2.36361"
     }
   },
   {
     "id": "11280.100/crdo-12-MAYRAN2LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN2LEX_SOUND",
     "title": "ALLOc : Mayran",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:36:52+02:00",
     "issued": "2010-10-25T18:36:52+02:00",
+    "created": "1974",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -4324,7 +4752,10 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb119328694",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
+      "http://ark.bnf.fr/ark:/12148/cb11932119n",
       {
         "value": "Occitan/Languedocien",
         "datatype": null,
@@ -4371,16 +4802,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.38833",
+      "longitude": "2.36361"
     }
   },
   {
     "id": "11280.100/crdo-12-MAYRAN3LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN3LEX_SOUND",
     "title": "ALLOc : Mayran-3",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:36:54+02:00",
     "issued": "2010-10-25T18:36:54+02:00",
+    "created": "1974",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -4453,6 +4889,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11934798x",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -4500,16 +4938,21 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.38833",
+      "longitude": "2.36361"
     }
   },
   {
     "id": "11280.100/crdo-12-MAYRAN4LEX_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN4LEX_SOUND",
     "title": "ALLOc : Mayran-4",
-    "languages": ["http://lexvo.org/id/iso639-3/oci"],
+    "languages": [
+      "http://lexvo.org/id/iso639-3/oci"
+    ],
     "modified": "2010-10-25T18:37:07+02:00",
     "issued": "2010-10-25T18:37:07+02:00",
+    "created": "1974",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -4582,6 +5025,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb16604691s",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
       "http://lexvo.org/id/iso639-3/oci",
       {
         "value": "Occitan/Languedocien",
@@ -4629,7 +5074,9 @@
           "datatype": null,
           "lang": "fr"
         }
-      ]
+      ],
+      "latitude": "44.38833",
+      "longitude": "2.36361"
     }
   }
-];
+];
\ No newline at end of file
--- a/cms/app-client/mirage/fixtures/transcripts.js	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/mirage/fixtures/transcripts.js	Thu Nov 24 14:39:50 2016 +0100
@@ -10,8 +10,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:50+00:00",
-        "dc:modified": "2016-06-01T23:47:50+00:00",
+        "dc:created": "2016-11-24T00:34:17+00:00",
+        "dc:modified": "2016-11-24T00:34:17+00:00",
         "dc:title": [
           {
             "@language": "fr",
@@ -3776,8 +3776,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:51+00:00",
-        "dc:modified": "2016-06-01T23:47:51+00:00",
+        "dc:created": "2016-11-24T00:34:18+00:00",
+        "dc:modified": "2016-11-24T00:34:18+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "Entretien de Louise Liotard et de Jeane Mallet 1"
@@ -30470,8 +30470,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:51+00:00",
-        "dc:modified": "2016-06-01T23:47:51+00:00",
+        "dc:created": "2016-11-24T00:34:18+00:00",
+        "dc:modified": "2016-11-24T00:34:18+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "Le jour des petits (B)"
@@ -31494,8 +31494,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:52+00:00",
-        "dc:modified": "2016-06-01T23:47:52+00:00",
+        "dc:created": "2016-11-24T00:34:19+00:00",
+        "dc:modified": "2016-11-24T00:34:19+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "Corpus LS-Colin sur plusieurs genres discursifs (Josette Bouchauveau et Henri Attia)"
@@ -33291,8 +33291,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:52+00:00",
-        "dc:modified": "2016-06-01T23:47:52+00:00",
+        "dc:created": "2016-11-24T00:34:19+00:00",
+        "dc:modified": "2016-11-24T00:34:19+00:00",
         "dc:title": {
           "@language": "en",
           "@value": "Kijin i khîââk ma ko-ak."
@@ -33587,8 +33587,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:53+00:00",
-        "dc:modified": "2016-06-01T23:47:53+00:00",
+        "dc:created": "2016-11-24T00:34:21+00:00",
+        "dc:modified": "2016-11-24T00:34:21+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ESLO1: entretien 047"
@@ -87223,6 +87223,79661 @@
     }
   },
   {
+    "id": "11280.100/crdo-SWB_HOMME_SOUND",
+    "transcript": {
+      "format": "http://advene.org/ns/cinelab/",
+      "@context": {
+        "dc": "http://purl.org/dc/elements/1.1/",
+        "corpus": "http://corpusdelaparole.huma-num.fr/ns/corpus#"
+      },
+      "meta": {
+        "dc:creator": "Corpus de la Parole",
+        "dc:contributor": "Corpus de la Parole",
+        "dc:created": "2016-11-24T00:34:23+00:00",
+        "dc:modified": "2016-11-24T00:34:23+00:00",
+        "dc:title": [
+          {
+            "@language": "fr",
+            "@value": "L'homme et sa femme en bois"
+          },
+          {
+            "@language": "en",
+            "@value": "The man with a wooden wife"
+          }
+        ]
+      },
+      "medias": [
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_m1",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/archi/144931_HOMME_22km.wav",
+          "meta": {
+            "dc:duration": 605000,
+            "dc:title": [
+              {
+                "@language": "fr",
+                "@value": "L'homme et sa femme en bois"
+              },
+              {
+                "@language": "en",
+                "@value": "The man with a wooden wife"
+              }
+            ],
+            "dc:format": "audio/x-wav",
+            "corpus:master": false
+          }
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/archi/masters/144931.wav",
+          "meta": {
+            "dc:duration": 605000,
+            "dc:title": [
+              {
+                "@language": "fr",
+                "@value": "L'homme et sa femme en bois"
+              },
+              {
+                "@language": "en",
+                "@value": "The man with a wooden wife"
+              }
+            ],
+            "dc:format": "audio/x-wav",
+            "corpus:master": true
+          }
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_m3",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/archi/mp3/144931_HOMME_44k.mp3",
+          "meta": {
+            "dc:duration": 605000,
+            "dc:title": [
+              {
+                "@language": "fr",
+                "@value": "L'homme et sa femme en bois"
+              },
+              {
+                "@language": "en",
+                "@value": "The man with a wooden wife"
+              }
+            ],
+            "dc:format": "audio/mpeg",
+            "corpus:master": false
+          }
+        }
+      ],
+      "resources": [],
+      "lists": [],
+      "annotation-types": [],
+      "annotations": [
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a001",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vhu",
+                  "transl": {
+                    "@value": "pv16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wo",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ma",
+                  "transl": {
+                    "@value": "pn6",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd6",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd6",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "hale halele, vhuka mutru zama izo woho, mabakoko yatru ya shimurima",
+              "transl": {
+                "@value": "Il y a très longtemps, il y avait une personne dans ces temps anciens, ceux de nos grands-pères d'Afrique.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 1754.3,
+          "end": 9068.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a002",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi",
+              "transl": {
+                "@value": "Et puis.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 9068.9,
+          "end": 11465.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a003",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wabaki wabaki wabaki wabaki wabaki ata aja amwambia amba: \"nitsaha nilole mutrumushe wangu\"",
+              "transl": {
+                "@value": "On est resté resté resté resté resté jusqu'à ce qu'il en vienne à lui dire: \"Je veux épouser une femme.\"",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 11457.2,
+          "end": 19474.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a004",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "endr",
+                  "transl": {
+                    "@value": "aller",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "au",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "endr",
+                  "transl": {
+                    "@value": "aller",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "au",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "endr",
+                  "transl": {
+                    "@value": "aller",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "au",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "endr",
+                  "transl": {
+                    "@value": "aller",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ule amwambia amba: \"mutrumushe ? endra farantsa, au endra murima, au endra hindi, au endra arabuni, utsopara mutrumushe\"",
+              "transl": {
+                "@value": "Celui-là lui dit: \"Une femme? Va en France, ou va en Afrique, ou va en Inde, ou va en Arabie, tu trouveras une femme\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 19474.5,
+          "end": 30016.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a005",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ts",
+                  "transl": {
+                    "@value": "prést",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ule afanya djahazi yahe, ihisa, ufanya yahe djahazi yahe ihisa aja amwambia mayahe amba: \"wami...tsami nisulawa\"",
+              "transl": {
+                "@value": "Celui-là a fait son boutre; c'est fini. Quand la construction de son boutre est finie, alors il dit à sa mère: \"Moi...je pars\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 30016.2,
+          "end": 41945
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a006",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "ts",
+                  "transl": {
+                    "@value": "prést",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "aug1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mi",
+                  "transl": {
+                    "@value": "pn4",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd4",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "tsiwo umwana arengeledzewa mihare zahe, trongo zahe zontsi pia, alawa",
+              "transl": {
+                "@value": "Voilà l'enfant; on lui a préparé ses gâteaux, absolument toutes ses affaires; il est parti.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 41945,
+          "end": 46744.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a007",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ulawa yahe, andre ata awaswili farantsa; azunguha mutrumushe ata kampara",
+              "transl": {
+                "@value": "Son départ. Il est allé jusqu'à ce qu'il soit arrivé en France; il a cherché une femme sans la trouver.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 46744.2,
+          "end": 57396.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a008",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "Pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "andre murima, azunguha mutrumushe ata kampara",
+              "transl": {
+                "@value": "Il est allé en Afrique; il a cherché une femme sans la trouver.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 57396.9,
+          "end": 60809.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a009",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "andre bushini, azunguha mutrumushe ata kampara",
+              "transl": {
+                "@value": "Il est allé à Madagascar; il a cherché une femme sans la trouver.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 60809.1,
+          "end": 65247.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a010",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "madza",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "madza usijua iyo; utsojua uiangihe",
+              "transl": {
+                "@value": "(Tu connais déjà cela; tu sauras comment l'écrire. ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 65247.7,
+          "end": 68576.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a011",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "kula",
+                  "transl": {
+                    "@value": "adj inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wo",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "aug9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ki",
+                  "transl": {
+                    "@value": "écouter",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "aha",
+                  "transl": {
+                    "@value": "interj",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "kula niirongoao vhavho lera nitsoirongoa shimurima woho ɗe nitsohambiao imana, kia ! aha basi",
+              "transl": {
+                "@value": "Tout ce que je dis maintenant, au moment où je le dirai en africain, je t'expliquerai le moment venu, écoute!).",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 68576.6,
+          "end": 75733.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a012",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hajangwa",
+                  "transl": {
+                    "@value": "Hajangwa",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "adango",
+                  "transl": {
+                    "@value": "Adango",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "aja arudi, aja...urudi yahe ɗagoni hajangwa aja amupara fundi ahirwao adango",
+              "transl": {
+                "@value": "Il a fini par rentrer. Il est venu... A son retour au village Hajangwa, il est allé trouver le maître qu'on appelle Adango.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 75733.9,
+          "end": 83751.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a013",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amwambia amba: \"nitsaha unimbe ilimu vhanu nipare mutrumushe wangu\"",
+              "transl": {
+                "@value": "Il lui a dit: \"Je veux que tu me donnes un talisman maintenant que j'obtienne une femme\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 83751.1,
+          "end": 90201
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a014",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "reng",
+                  "transl": {
+                    "@value": "prendre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "li",
+                  "transl": {
+                    "@value": "aug5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "benara",
+                  "transl": {
+                    "@value": "Benara",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amwambia: \"basi, renga lisoha laho uheye shitsahani benara ungalie mwiri ata upare amba uwo muzuri uukatre\"",
+              "transl": {
+                "@value": "Il lui a répondu: \"Bon, prends ta hache pour monter dans la forêt Benara pour chercher un arbre jusqu'à ce que tu en trouves un beau et que tu le coupes\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 90201,
+          "end": 99418.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a015",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "benara",
+                  "transl": {
+                    "@value": "Benara",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ule aheya, andre shitsahani benara hule andre akatra mwiri wahe, auono mwiri ule aukatra",
+              "transl": {
+                "@value": "Celui-là est monté, il est allé dans la forêt Benara là-bas, il est allé, il a coupé son arbre, il a vu cet arbre, il l'a coupé.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 99418.1,
+          "end": 106346.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a016",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ts",
+                  "transl": {
+                    "@value": "prést",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tsi",
+                  "transl": {
+                    "@value": "1ps",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "arudi aja amwambia fundi: \"tsami fundi tsiwaswili\"",
+              "transl": {
+                "@value": "Il est rentré; il est venu dire au maître: \"Me voici maître, je suis arrivé\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 106346.5,
+          "end": 110715.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a017",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "reng",
+                  "transl": {
+                    "@value": "prendre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pn16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "fundi amwambia: \"basi renga hirizi inu, wendre wamutrie ungalie vhahanu haho utsokutruao vhale umutrie hirizi ile\"",
+              "transl": {
+                "@value": "Le maître lui a dit: \"Bon, prends ce talisman pour aller le lui mettre, choisis ton endroit où tu couperas pour lui mettre ce talisman\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 110715.8,
+          "end": 119038.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a018",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kutru",
+                  "transl": {
+                    "@value": "couper",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ule avhingi hirizi yahe andre angalia: \"vhanu ɗe kiasi nitsahao, nitsokutrua kutrua",
+              "transl": {
+                "@value": "Celui-là a emporté son talisman; il est allé, il a regardé: \"Ici c'est juste ce que je veux, je couperai couperai\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 119038.2,
+          "end": 127464.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a019",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "vhu",
+                  "transl": {
+                    "@value": "pv16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "vhulawa pumba la mwana mutrumama",
+              "transl": {
+                "@value": "Il en sortit une très belle jeune fille. ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 127464.6,
+          "end": 130502.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a020",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "Nikula",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "mwana mutrumama ule uhiriwa nikula",
+              "transl": {
+                "@value": "Cette jeune fille s'appelle Nikula.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 130502.2,
+          "end": 133747.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a021",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pv15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "Nikula",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "dzina lahe uhiriwa nikula",
+              "transl": {
+                "@value": "Son nom, on l'appelle Nikula.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 133747.9,
+          "end": 136889.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a022",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi, amurai ata washuku ɗagoni",
+              "transl": {
+                "@value": "Il l'a suppliée jusqu'à ce qu'ils descendent au village.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 136889.7,
+          "end": 142590.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a023",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uri",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "fetre",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ushuka yawo ɗagoni waja wabaki mwana mutrumushe uri nuru liyâni ha kiasi ya mwana mutrumama asitawi fetre",
+              "transl": {
+                "@value": "A leur descente au village, ils se sont installés. La fille est comme la lumière de l'oeil en comparaison d'une fille qui est très élégante.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 142590.6,
+          "end": 150517.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a024",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn11",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn11",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn11",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "usitawi yahe uzuri yahe kavhusina mutru ashindra ufanisao ha uzuri ule",
+              "transl": {
+                "@value": "Son élégance, sa beauté, il n'y a personne qui puisse se comparer avec cette beauté.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 150517.7,
+          "end": 157987.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a025",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi amuvhingi aja nayo ɗagoni aja amutsitsi",
+              "transl": {
+                "@value": "Bon, il l'a emmenée, il est venu avec elle au village et il l'a cachée.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 157987.1,
+          "end": 161212
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a026",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wilimaroti",
+                  "transl": {
+                    "@value": "Wilimaroti",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hajangwa",
+                  "transl": {
+                    "@value": "Hajangwa",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "djeli",
+                  "transl": {
+                    "@value": "hypo",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ah",
+                  "transl": {
+                    "@value": "interj",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mukini",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "mwana mutrumushe ule amutsitsi vhale na wilimaroti, ule ɗe mufalume wa hajangwa, aja awambilwa kira yahandra amba: \"sabu djeli wakoona mutrumushe wa madi, ah ! mukini watsomurenga mutrumushe waho umulatsa",
+              "transl": {
+                "@value": "Cette fille il l'a cachée et Wilimaroti, celui-là c'est le roi d'Hajangwa, on a fini par lui dire une première fois: \"Tu sais si tu voyais la femme de Madi, ah! il se peut que tu jetterais ta femme\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 161212,
+          "end": 178064.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a027",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wo",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ata ɗe namuna iyo awambilwa, namuna ile, ata woho atoa mutru",
+              "transl": {
+                "@value": "Alors c'est comme ça qu'on lui parlait, comme ça, jusqu'à ce que il envoie quelqu'un là-bas.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 178064.9,
+          "end": 182184.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a028",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "boi wahe alawa andre",
+              "transl": {
+                "@value": "Son serviteur est parti, il est allé.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 182184.5,
+          "end": 184327.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a029",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ulawa ya boi wahe andra hule, andre andra amuono mwana mutrumushe ule, abama",
+              "transl": {
+                "@value": "Au départ de son serviteur qui est allé là-bas, il est allé allé, il l'a vue cette fille, il s'est évanoui.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 184327.5,
+          "end": 191172.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a030",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ba",
+                  "transl": {
+                    "@value": "Mr",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ba",
+                  "transl": {
+                    "@value": "Mr",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ba",
+                  "transl": {
+                    "@value": "Mr",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wawe",
+                  "transl": {
+                    "@value": "aut2ps",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ts",
+                  "transl": {
+                    "@value": "prést",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "au",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ubuha yahe vhale areme mbio, andre ampara wili: ba wili, ba wili, ba wili, wawe ujua trongo tsiyo au kwajua ?",
+              "transl": {
+                "@value": "Quand il revint à lui, il se mit à courir, il est allé trouver Wili: \"Monsieur Wili, Monsieur Wili, Monsieur Wili, est-ce que vous savez ou est-ce que vous ne savez pas ?\" ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 191172.7,
+          "end": 197893
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a031",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ahâ",
+                  "transl": {
+                    "@value": "non",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amba: \"ahâ, tsajua\"",
+              "transl": {
+                "@value": "\"Non, je ne sais pas\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 197893,
+          "end": 199599.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a032",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "\"bako mutrumushe uwo wamomuona kavhu mutrumushe muzuri azidi mwana mutrumushe uwo",
+              "transl": {
+                "@value": "Monsieur, cette femme quand on la voit il n'y a pas de femme plus belle que cette jeune fille.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 199599.1,
+          "end": 207630.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a033",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "tsi",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mi",
+                  "transl": {
+                    "@value": "pn4",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd4",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uri",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn11",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "tsihwambia amba: mindru yahe uri ɗe uso ya mushe waho",
+              "transl": {
+                "@value": "Je vous dis que ses pieds sont comme le visage de votre femme.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 207630.2,
+          "end": 211021.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a034",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "uwo usondrorongoa amotra mare, mare yahe tu, tsisijua trongo nitsohufanisao\"",
+              "transl": {
+                "@value": "Elle, vous allez dire, quand elle crache, rien que sa salive, je ne connais pas de chose à quoi la comparer\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 211021.6,
+          "end": 217970.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a035",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi, wili angulidza watru vhale amba: \"namuhire watru pia ɗagoni waje\"",
+              "transl": {
+                "@value": "Bien, Wili a rassemblé des gens: \"Appelez et faites venir tout le village\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 217970.8,
+          "end": 223962.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a036",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "w(a)",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9imp",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wanadamu ingulidziana ɗagoni vhale ata ha   mufalume hule wili, uja yahe hule, ule alawa lera akia watru wahirwao numuna ile alawa andre",
+              "transl": {
+                "@value": "Les gens quand on les a tous rassemblés dans ce village ici jusque chez le roi Wili là-bas. A son arrivée, le héros qui était parti quand il a entendu que les gens sont appelés de cette façon, il est parti, il s'en est allé.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 223962.9,
+          "end": 238610.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a037",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "w",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "aha",
+                  "transl": {
+                    "@value": "interj",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wendra yahe aha ! ashanga: \"bweni amba vhanu kavhwasi mutru kasitsahwa vhanu, vhanu mushe wangu uonehana",
+              "transl": {
+                "@value": "En allant aha! Il est étonné: \"Femme, je te dis que maintenant, il n'y a personne qu'on ne cherche pas ici, maintenant, ma femme on t'a vue.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 238610.3,
+          "end": 245830
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a038",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "lazima",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "be",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vho",
+                  "transl": {
+                    "@value": "subs16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "dzatru",
+                  "transl": {
+                    "@value": "nous-mêmes",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi, vhanu lazima usondrorengwa vhanu na mufalume be vho dzatru tu",
+              "transl": {
+                "@value": "Désormais, il est inévitable que tu sois enlevée par le roi, mais allons-y quand même.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 245830,
+          "end": 251239.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a039",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ah",
+                  "transl": {
+                    "@value": "ah",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "bon",
+                  "transl": {
+                    "@value": "bon",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ehen",
+                  "transl": {
+                    "@value": "ehen",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ah",
+                  "transl": {
+                    "@value": "ah",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wadungana na mushe wahe ule ata wadungu uonehana vhale ah bon ehen, waja \"bako ah ! kwelu\"",
+              "transl": {
+                "@value": "il y sont allés ensemble, lui et sa femme, jusqu'à ce qu'on les voit. Ah bon ehen, ils sont venus. \"Monsieur, ah! vraiment\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 251239.6,
+          "end": 259645.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a040",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "w(a)",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wanadamu waka vhale pia wabama",
+              "transl": {
+                "@value": "Les gens qui étaient là se sont tous évanouis.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 259645.2,
+          "end": 261933.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a041",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn11",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ubama yawo vhale kati ule arongoa amba: \"basi\"",
+              "transl": {
+                "@value": "Alors à leur évanouissement, il a dit: \"Ca suffit\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 261933.9,
+          "end": 267301.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a042",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amrenge bweni wa madi ule andre naye hahe, amrenge wahe ule ambayo madi",
+              "transl": {
+                "@value": "Il a pris la femme de Madi, le roi est allé avec elle chez lui; il a pris la sienne et l'a donnée à Madi.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 267301.8,
+          "end": 274188.6
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a043",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "âhâ",
+                  "transl": {
+                    "@value": "non",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "madi arongoa: \"âhâ tsisumutsaha uwo",
+              "transl": {
+                "@value": "Madi a dit: \"Non, je ne veux pas de celle-là\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 274188.6,
+          "end": 276622.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a044",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "dzahe",
+                  "transl": {
+                    "@value": "elle-même",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "ideo",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "\", basi bweni ule andrisa ulia alii alii alii alii alii alii ata alemewa dzahe tu",
+              "transl": {
+                "@value": "Et puis, cette femme a commencé à pleurer, elle a pleuré, pleuré, pleuré, pleuré, pleuré, pleuré jusqu'à ce qu'elle soit très fatiguée.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 276622.9,
+          "end": 287691.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a045",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tsena",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ny",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "adango",
+                  "transl": {
+                    "@value": "Adango",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "na bako ule tsena andre...aka na hikima nyengi shitswani hahe na fikira ata andra ampara adango",
+              "transl": {
+                "@value": "Et ce Monsieur par ailleurs il s'en est allé... Il était très avisé et s'en alla trouver Adango.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 287691.7,
+          "end": 296555.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a046",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "adango",
+                  "transl": {
+                    "@value": "Adango",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "adango",
+                  "transl": {
+                    "@value": "Adango",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tsi",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "\"adango, adango, mutrumushe wangu ule, bako, aja arengwa tsirengewayo na mufalume wili\"",
+              "transl": {
+                "@value": "Adango, Adango, ma femme, mon vieux, on me l'a prise, j'en ai été dépouillé par le roi Wili\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 296555.1,
+          "end": 302110.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a047",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wili",
+                  "transl": {
+                    "@value": "Wili",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ewa",
+                  "transl": {
+                    "@value": "oui",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amba: \"wili amrenge ?\" amba: \"ewa\", basi",
+              "transl": {
+                "@value": "\"Wili l'a prise?\". \"Oui, c'est ça\" ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 302110.3,
+          "end": 304419.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a048",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "endr",
+                  "transl": {
+                    "@value": "aller",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "subj",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "zi",
+                  "transl": {
+                    "@value": "aug10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "sh",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "\"endra hire zinyunyi pia uzingulidze, uzivhe shahula",
+              "transl": {
+                "@value": "\"Va appeler tous les oiseaux; rassemble-les, donne-leur à manger.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 304419.8,
+          "end": 309496.4
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a049",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "neka",
+                  "transl": {
+                    "@value": "évent",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "li",
+                  "transl": {
+                    "@value": "aug5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "li",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "utsodzisa nyunyi izo djimbo watsendrao nalo neka ukia arongoa lidzina lahe lilo ɗe waye uwo\"",
+              "transl": {
+                "@value": "Tu demanderas à ces oiseaux la chanson qu'ils emporteront. Si tu en entends un qui dit son nom à elle, c'est celui-là le bon\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 309496.4,
+          "end": 316570.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a050",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "w",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "w",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kula",
+                  "transl": {
+                    "@value": "adj inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ceceri",
+                  "transl": {
+                    "@value": "ceceri",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ceceri",
+                  "transl": {
+                    "@value": "ceceri",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shukuru",
+                  "transl": {
+                    "@value": "Shukuru",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wana nyunyi wahirwa wana nyunyi wahirwa na kula mwana nyunyi ahirwao ceceri ceceri...ata ampara shukuru",
+              "transl": {
+                "@value": "Les oiseaux ont été appelés, les oiseaux ont été appelés, et chaque oiseau qu'on appelle ceceri ceceri... jusqu'à ce qu'il ait trouvé shukuru.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 316570.5,
+          "end": 326786.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a051",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shukuru",
+                  "transl": {
+                    "@value": "Shukuru",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shukuru",
+                  "transl": {
+                    "@value": "Shukuru",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ko",
+                  "transl": {
+                    "@value": "imper",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "umpara yahe shukuru amuhiri: \"shukuru ko\"",
+              "transl": {
+                "@value": "Quand il a trouvé shukuru, il lui dit: \"viens shukuru \".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 326786.3,
+          "end": 330677
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a052",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shukuru",
+                  "transl": {
+                    "@value": "Shukuru",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "bure",
+                  "transl": {
+                    "@value": "adj inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "bure",
+                  "transl": {
+                    "@value": "adj inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "\"wami shukuru mutru muhara nifao bure bure ɗe unihirao vhavho nisijorendrani ?\"",
+              "transl": {
+                "@value": "\"Moi shukuru je suis une créature craintive qui meurs pour un rien. Pourquoi m'appelles-tu?\"",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 330677,
+          "end": 336440.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a053",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonc",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ko",
+                  "transl": {
+                    "@value": "imper",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amba \"ko tu",
+              "transl": {
+                "@value": "Il lui dit: \"Viens donc.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 336440.2,
+          "end": 337855
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a054",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "he",
+                  "transl": {
+                    "@value": "he",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shukuru",
+                  "transl": {
+                    "@value": "Shukuru",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wo",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi he nitsaha nihurume shukuru wendre warenge hirizi ilio ha mushe wangu woho",
+              "transl": {
+                "@value": "Bien, je veux t'envoyer, shukuru, prendre le talisman qui est là-bas chez ma femme.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 337855,
+          "end": 343972
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a055",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "be",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "tsisitsaha dahabu, tsisitsaha feda, tsisitsaha trongo itsokao yotsi be nitsaha tu ɗe hirizi iyo",
+              "transl": {
+                "@value": "Je ne veux pas d'or, je ne veux pas d'argent, je ne veux rien si ce n'est ce talisman.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 343972,
+          "end": 349568.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a056",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hê",
+                  "transl": {
+                    "@value": "hê",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "papangu",
+                  "transl": {
+                    "@value": "Papangu",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "utsoshindra ?\" amba: \"hê wami tsitsoshindra nairenga\" papangu arongoa amba: \"wami nitsoshindra niirenge",
+              "transl": {
+                "@value": "Pourras-tu?\" \"Non, moi je ne pourrai pas le prendre\". Papangu a dit: \"Moi je pourrai le prendre.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 349568.8,
+          "end": 355498.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a057",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "neka",
+                  "transl": {
+                    "@value": "évent",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "neka avhenuha barazani wami nitsoirenga\"",
+              "transl": {
+                "@value": "Si elle apparaît sur la véranda, moi, je le prendrai\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 355498.5,
+          "end": 358473.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a058",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "za",
+                  "transl": {
+                    "@value": "pn8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hodari",
+                  "transl": {
+                    "@value": "adj inv",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "wavholwa zahula zawo, wali wakura, wakura hodari",
+              "transl": {
+                "@value": "On leur a donné de la nourriture, ils ont mangé. Ils sont rassasiés, ils sont tout à fait rassasiés.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 358473.7,
+          "end": 363071.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a059",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "himb",
+                  "transl": {
+                    "@value": "chanter",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "r(i)",
+                  "transl": {
+                    "@value": "1pl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ambilwa: \"basi himba rona\"",
+              "transl": {
+                "@value": "On lui a dit: \"Chante donc pour voir\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 363071.8,
+          "end": 367711.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a060",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "nikula rolani nikula rolani rolani mwenye manene mwenye manene manene",
+              "transl": {
+                "@value": " nikula rolani nikula rolani rolani mwenye manene mwenye manene manene ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 367711.5,
+          "end": 376991
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a061",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "na",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madria",
+                  "transl": {
+                    "@value": "madria",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kaire",
+                  "transl": {
+                    "@value": "kaire",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kila",
+                  "transl": {
+                    "@value": "kila",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kaire",
+                  "transl": {
+                    "@value": "kaire",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kila",
+                  "transl": {
+                    "@value": "kila",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "mwaka",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku patre mrima kaire kila mwaka patre mrima kaire kila mwaka",
+              "transl": {
+                "@value": " manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku patre mrima kaire kila mwaka patre mrima kaire kila mwaka ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 376991,
+          "end": 391846.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a062",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kamwe",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd10",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ewa",
+                  "transl": {
+                    "@value": "oui",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "vhavho nimwambieni kamwe imana zahe ? ewa basi",
+              "transl": {
+                "@value": "Alors puis-je vous expliquer maintenant le sens de la chanson ? Oui, voilà.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 391846.5,
+          "end": 396382.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a063",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "Nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wawe",
+                  "transl": {
+                    "@value": "aut2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "Nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "m",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd2ps",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pv9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "h",
+                  "transl": {
+                    "@value": "pd19",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "nikula rolani: wawe nikula mme waho asitsaha hirizi ilio tsingoni haho vhavho",
+              "transl": {
+                "@value": "Nikula rolani: toi, Nikula, ton mari veut le talisman qui est à ton cou.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 396382.2,
+          "end": 402894.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a064",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "rolani mwenye manene: ɗe ule madi ɗe mutrumume ule ɗe atsahao hirizi yahe iyo",
+              "transl": {
+                "@value": "Mwenye manene: c'est lui Madi, c'est cet homme, c'est lui qui veut son talisman.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 402894.5,
+          "end": 411425
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a065",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "obj2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "m",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "manene katela: uitoe umbeyo ubaki na mmewaho uwo",
+              "transl": {
+                "@value": "Manene katela: enlève-le, donne-le lui, reste avec ton mari.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 411425,
+          "end": 419976.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a066",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "zi",
+                  "transl": {
+                    "@value": "pn8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "karere uluma: waye atsotsaha zitru zahe, ambe, waye mutrumme ule",
+              "transl": {
+                "@value": "Karere uluma: lui il voudra ses biens, que Wili lui donne, à lui ce mari.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 419976.3,
+          "end": 427799.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a067",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "na",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madria",
+                  "transl": {
+                    "@value": "madria",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madza",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tsi",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "kuruku na madria kuruku: vhavho madza wami hunu tsituruku",
+              "transl": {
+                "@value": "Kuruku na mandria kuruku: maintenant moi, ici, je n'y pense déjà plus.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 427799.3,
+          "end": 436288.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a068",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wawe",
+                  "transl": {
+                    "@value": "aut2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "Nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vheleh",
+                  "transl": {
+                    "@value": "envoyer",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mali",
+                  "transl": {
+                    "@value": "richesse",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "haraka",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "patre mrima...wawe nikula vheleha mali ya watru iyo haraka, nisutsaha uvhelehe mali iyo",
+              "transl": {
+                "@value": "Patre mrima... toi Nikula renvoie la richesse d'autrui rapidement, je veux que tu renvoies cette richesse.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 436288.2,
+          "end": 452829
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a069",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kaire",
+                  "transl": {
+                    "@value": "kaire",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kila",
+                  "transl": {
+                    "@value": "kila",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kaire",
+                  "transl": {
+                    "@value": "kaire",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kila",
+                  "transl": {
+                    "@value": "kila",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ɗe mana arongoa amba: patre mrima kaire kila mwaka patre mrima kaire kila mwaka basi ule abaki na ule asulia na mufalume akentsi asimuvhanga tu mushe wahe ule",
+              "transl": {
+                "@value": "Patre mrima kaire kila mwaka patre mrima kaire kila mwaka. Alors, elle est restée et pleure et le roi est occupé à essuyer les larmes de sa femme.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 452829,
+          "end": 466186.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a070",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "kulishi nitsohuvha dahabu nitsohuvha feda nitsohuvha ile na ule",
+              "transl": {
+                "@value": "Cesse donc, je te donnerai de l'or, je te donnerai de l'argent,je te donnerai tout ce que tu voudras.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 466186.5,
+          "end": 471075.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a071",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "nikula rolani nikula rolani rolani mwenye manene mwenye manene manene",
+              "transl": {
+                "@value": " nikula rolani nikula rolani rolani mwenye manene mwenye manene manene ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 471075.9,
+          "end": 478108.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a072",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "na",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madria",
+                  "transl": {
+                    "@value": "madria",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku",
+              "transl": {
+                "@value": " manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 478108.3,
+          "end": 487824.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a073",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "madza",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "2sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "e",
+                  "transl": {
+                    "@value": "aug9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "madza upara emana yahe vhale",
+              "transl": {
+                "@value": "Tu sais déjà ce que cela veut dire.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 487824.7,
+          "end": 490383.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a074",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tsena",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ne",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "atsoirongoa hule vhavho tsisiirongoa tsena namuna ile ne ahija",
+              "transl": {
+                "@value": "Il la rechantera plus loin mais je ne redirai pas la signification.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 490383.8,
+          "end": 495939
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a075",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "nikula rolani nikula rolani rolani mwenye manene mwenye manene manene",
+              "transl": {
+                "@value": " nikula rolani nikula rolani rolani mwenye manene mwenye manene manene.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 495939,
+          "end": 502680.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a076",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "na",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madria",
+                  "transl": {
+                    "@value": "madria",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria",
+              "transl": {
+                "@value": " manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 502680.1,
+          "end": 511356.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a077",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "amba",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "neka",
+                  "transl": {
+                    "@value": "évent",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "zi",
+                  "transl": {
+                    "@value": "pn8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "z",
+                  "transl": {
+                    "@value": "pd8",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ɗe",
+                  "transl": {
+                    "@value": "cop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "amba waye: \"karere uluma: waye uwo neka mutru atsonunua zitru zahe, ahuvhandze na wami nitsaha ɗe hirizi yangu iyo\"",
+              "transl": {
+                "@value": "Il lui dit: \"Karere uluma: celle-là, si on lui achète tout ce qu'elle veut, tant mieux pour toi, quant à moi, ce que je veux, c'est mon talisman\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 511356.2,
+          "end": 521010.2
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a078",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "papangu",
+                  "transl": {
+                    "@value": "Papangu",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "patre",
+                  "transl": {
+                    "@value": "patre",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mrima",
+                  "transl": {
+                    "@value": "mrima",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wami",
+                  "transl": {
+                    "@value": "aut1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "law",
+                  "transl": {
+                    "@value": "sortir",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ni",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ule papangu arongoa: \"patre mrima...: wami tsisitsaha trongo yangina, lawa barazani vhavho nirenge shitru yangu, niirengao",
+              "transl": {
+                "@value": "Papangu a dit: \"Patre mrima... : moi je ne veux rien d'autre, sors sur la véranda que je prenne ma chose, que je la prenne.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 521010.2,
+          "end": 529644.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a079",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "kaire",
+                  "transl": {
+                    "@value": "kaire",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kila",
+                  "transl": {
+                    "@value": "kila",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "n",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "n",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "waye",
+                  "transl": {
+                    "@value": "aut3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "Mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madi",
+                  "transl": {
+                    "@value": "Madi",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "be",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwaka",
+                  "transl": {
+                    "@value": "Mwaka",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ewa",
+                  "transl": {
+                    "@value": "oui",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "kaire kila mwaka: nendre nambeyo waye mwaka ule madi ule be shimurima mwaka, ewa\"",
+              "transl": {
+                "@value": "Kaire kila mwaka: il faut que j'aille la donner à Mwaka, c'est-à-dire Madi, mais en africain Mwaka, bien sûr\".",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 529644.7,
+          "end": 538008.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a080",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "shi",
+                  "transl": {
+                    "@value": "pn7",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "li",
+                  "transl": {
+                    "@value": "pv5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "tu",
+                  "transl": {
+                    "@value": "idéop",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "nikula",
+                  "transl": {
+                    "@value": "nikula",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "rolani",
+                  "transl": {
+                    "@value": "rolani",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwenye",
+                  "transl": {
+                    "@value": "mwenye",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi ule afanya shiwara bweni ule asikwa na jongoma, limusiki hule na ule tu: nikula rolani nikula rolani rolani mwenye manene mwenye manene manene",
+              "transl": {
+                "@value": "Ensuite, l'oiseau a fait un enchantement; la femme s'est mise a éternuer et à éternuer: nikula rolani nikula rolani rolani mwenye manene mwenye manene manene.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 538008.7,
+          "end": 552489.7
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a081",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "manene",
+                  "transl": {
+                    "@value": "manene",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "katela",
+                  "transl": {
+                    "@value": "katela",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "karere",
+                  "transl": {
+                    "@value": "karere",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "uluma",
+                  "transl": {
+                    "@value": "uluma",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "na",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "madria",
+                  "transl": {
+                    "@value": "madria",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "kuruku",
+                  "transl": {
+                    "@value": "kuruku",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku",
+              "transl": {
+                "@value": " manene katela manene katela katela karere uluma karere uluma uluma, kuruku na madria kuruku ",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 552489.7,
+          "end": 562455.8
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a082",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "papangu",
+                  "transl": {
+                    "@value": "Papangu",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi sa ile avhakua hirizi ile, ule papangu alawa nayo",
+              "transl": {
+                "@value": "Alors, à ce moment-là, il arracha le talisman; Papangu partit avec.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 562455.8,
+          "end": 571922.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a083",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "papangu",
+                  "transl": {
+                    "@value": "Papangu",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "hu",
+                  "transl": {
+                    "@value": "pd17",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pd2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "papangu ulawa nayo hule andre ampara monyewe hule ambayo",
+              "transl": {
+                "@value": "Papangu s'en est allé là-bas; il a trouvé le propriétaire et le lui a donné.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 571922.5,
+          "end": 575896.4
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a084",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "na",
+                  "transl": {
+                    "@value": "con",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vho",
+                  "transl": {
+                    "@value": "subs16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pv3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pv3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mw",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ambayo hirizi yahe na vhale vho arenga hirizi ile mwiri ule ukomoha usendreha mwiri",
+              "transl": {
+                "@value": "Il lui a donné son talisman et quand il a pris ce talisman, le morceau de bois s'est effondré, il est redevenu arbre.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 575896.4,
+          "end": 583948.3
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a085",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pn2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pd2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "wa",
+                  "transl": {
+                    "@value": "pv2",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "pia",
+                  "transl": {
+                    "@value": "quant inv",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ata",
+                  "transl": {
+                    "@value": "fonct",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "ukomoha yahe vhale watru wale wafu pia kawabaki ata mutru moja",
+              "transl": {
+                "@value": "Quand il s'est effondré, alors tous ces gens sont morts, il ne reste plus personne.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 583948.3,
+          "end": 590148.5
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a086",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "basi",
+                  "transl": {
+                    "@value": "ponct parl",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "dzahe",
+                  "transl": {
+                    "@value": "pos3sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwezi",
+                  "transl": {
+                    "@value": "lune",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "basi ule abaki dzahe ahimidia mwezi mungu",
+              "transl": {
+                "@value": "Alors Madi est resté, il a loué Dieu.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 590151.9,
+          "end": 594958.1
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a087",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pn15",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "i",
+                  "transl": {
+                    "@value": "pd9",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mwezi",
+                  "transl": {
+                    "@value": "lune",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "u",
+                  "transl": {
+                    "@value": "pd1",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "a",
+                  "transl": {
+                    "@value": "pv1",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "uhimidia yahe mwezi mungu andre azunguha mutrumushe wangina amulola",
+              "transl": {
+                "@value": "En louant Dieu, il est allé chercher une autre femme; il l'a épousée.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 594958.1,
+          "end": 599805.9
+        },
+        {
+          "id": "11280.100/crdo-SWB_HOMME_SOUND_a088",
+          "media": "11280.100/crdo-SWB_HOMME_SOUND_m2",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "words": [
+                {
+                  "content": "tsi",
+                  "transl": {
+                    "@value": "1sg",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "vha",
+                  "transl": {
+                    "@value": "pd16",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "mu",
+                  "transl": {
+                    "@value": "pn3",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "ka",
+                  "transl": {
+                    "@value": "nég",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "l",
+                  "transl": {
+                    "@value": "pd5",
+                    "@language": "fr"
+                  }
+                },
+                {
+                  "content": "∅",
+                  "transl": {
+                    "@value": "pn9",
+                    "@language": "fr"
+                  }
+                }
+              ],
+              "content": "tsiwalishi vhavho kawanimba bundru la muhogo kawanimba bundru la trovi",
+              "transl": {
+                "@value": "Je les ai laissés là; ils ne m'ont donné ni un bout de manioc, ni un bout de banane.",
+                "@language": "fr"
+              }
+            }
+          },
+          "begin": 599805.9,
+          "end": 604799.3
+        }
+      ]
+    }
+  },
+  {
+    "id": "11280.100/crdo-ESLO1_ENT_101",
+    "transcript": {
+      "format": "http://advene.org/ns/cinelab/",
+      "@context": {
+        "dc": "http://purl.org/dc/elements/1.1/",
+        "corpus": "http://corpusdelaparole.huma-num.fr/ns/corpus#"
+      },
+      "meta": {
+        "dc:creator": "Corpus de la Parole",
+        "dc:contributor": "Corpus de la Parole",
+        "dc:created": "2016-11-24T00:34:24+00:00",
+        "dc:modified": "2016-11-24T00:34:24+00:00",
+        "dc:title": {
+          "@language": "fr",
+          "@value": "ESLO1: entretien 101"
+        }
+      },
+      "medias": [
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_m1",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101.mp3",
+          "meta": {
+            "dc:duration": 5449000,
+            "dc:title": {
+              "@language": "fr",
+              "@value": "ESLO1: entretien 101"
+            },
+            "dc:format": "audio/mpeg",
+            "corpus:master": false
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_101.wav",
+          "meta": {
+            "dc:duration": 5449000,
+            "dc:title": {
+              "@language": "fr",
+              "@value": "ESLO1: entretien 101"
+            },
+            "dc:format": "audio/x-wav",
+            "corpus:master": true
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_m3",
+          "origin": 0,
+          "unit": "ms",
+          "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_101_22km.wav",
+          "meta": {
+            "dc:duration": 5449000,
+            "dc:title": {
+              "@language": "fr",
+              "@value": "ESLO1: entretien 101"
+            },
+            "dc:format": "audio/x-wav",
+            "corpus:master": false
+          }
+        }
+      ],
+      "resources": [
+        {
+          "id": "topics",
+          "content": {
+            "mimetype": "application/json",
+            "data": [
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc001",
+                "desc": "QP01"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc002",
+                "desc": "QP03"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc003",
+                "desc": "L1"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc004",
+                "desc": "L2"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc005",
+                "desc": "QP04"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc006",
+                "desc": "T1"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc007",
+                "desc": "T2"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc008",
+                "desc": "T3"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc009",
+                "desc": "QHQ1"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc010",
+                "desc": "T3suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc011",
+                "desc": "T2suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc012",
+                "desc": "T9"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc013",
+                "desc": "T10"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc014",
+                "desc": "QHQ2"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc015",
+                "desc": "QHQ3"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc016",
+                "desc": "QHQ4"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc017",
+                "desc": "T4"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc018",
+                "desc": "QHQ5"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc019",
+                "desc": "QHQ6"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc020",
+                "desc": "QHQ7"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc021",
+                "desc": "QHQ8"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc022",
+                "desc": "QHQ9"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc023",
+                "desc": "QHQ10"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc024",
+                "desc": "T5"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc025",
+                "desc": "T11"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc026",
+                "desc": "QHQ11"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc027",
+                "desc": "QHQ12"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc028",
+                "desc": "P4"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc029",
+                "desc": "QHQ13"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc030",
+                "desc": "QHQ14"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc031",
+                "desc": "QHQ15"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc032",
+                "desc": "QHQ16"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc033",
+                "desc": "QHQ17"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc034",
+                "desc": "L3"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc035",
+                "desc": "QHQ18"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc036",
+                "desc": "QHQ19"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc037",
+                "desc": "QHQ20"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc038",
+                "desc": "QHQ21"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc039",
+                "desc": "QHQ22"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc040",
+                "desc": "QHQ23"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc041",
+                "desc": "QHQ24"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc042",
+                "desc": "QHQ25"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc043",
+                "desc": "QHQ26"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc044",
+                "desc": "QHQ27"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc045",
+                "desc": "QHQ28"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc046",
+                "desc": "QHQ29"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc047",
+                "desc": "QHQ30"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc048",
+                "desc": "QHQ31"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc049",
+                "desc": "QHQ32"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc050",
+                "desc": "QHQ33"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc051",
+                "desc": "QHQ34"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc052",
+                "desc": "QHQ35"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc053",
+                "desc": "QHQ36"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc054",
+                "desc": "QHQ37"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc055",
+                "desc": "QHQ38"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc056",
+                "desc": "QHQ39"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc057",
+                "desc": "QHQ40"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc058",
+                "desc": "QHQ41suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc059",
+                "desc": "QHQ42"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc060",
+                "desc": "QHQ43"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc061",
+                "desc": "QHQ44"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc062",
+                "desc": "QHQ45"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc063",
+                "desc": "E1suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc064",
+                "desc": "QHQ46"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc065",
+                "desc": "QSL14"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc066",
+                "desc": "E2"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc067",
+                "desc": "E9"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc068",
+                "desc": "QHQ47"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc069",
+                "desc": "E3"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc070",
+                "desc": "E5"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc071",
+                "desc": "E6"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc072",
+                "desc": "E4"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc073",
+                "desc": "LTC1"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc074",
+                "desc": "omelette"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc075",
+                "desc": "QHQ48"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc076",
+                "desc": "L1suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc077",
+                "desc": "L4intro"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc078",
+                "desc": "L4"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc079",
+                "desc": "QHQ49"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc080",
+                "desc": "QHQ50"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc081",
+                "desc": "QHQ51"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc082",
+                "desc": "QHQ52"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc083",
+                "desc": "QHQ53"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc084",
+                "desc": "QHQ54"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc085",
+                "desc": "L5"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc086",
+                "desc": "L6"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc087",
+                "desc": "QHQ55"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc088",
+                "desc": "QHQ56"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc089",
+                "desc": "QHQ57"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc090",
+                "desc": "P9"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc091",
+                "desc": "P12"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc092",
+                "desc": "QF17"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc093",
+                "desc": "QF19"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc094",
+                "desc": "QF18"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc095",
+                "desc": "QF20"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc096",
+                "desc": "QF22"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc097",
+                "desc": "QF23"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc098",
+                "desc": "QHQ58"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc099",
+                "desc": "QF21"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc100",
+                "desc": "QF22suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc101",
+                "desc": "QF25"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc102",
+                "desc": "QS1"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc103",
+                "desc": "QS3"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc104",
+                "desc": "QHQ"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc105",
+                "desc": "QS5"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc106",
+                "desc": "QS6"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc107",
+                "desc": "QS7"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc108",
+                "desc": "QS8"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc109",
+                "desc": "QS9"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc110",
+                "desc": "QS10"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc111",
+                "desc": "QF6"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc112",
+                "desc": "QF12"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc113",
+                "desc": "QF15"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc114",
+                "desc": "QS12"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc115",
+                "desc": "QS11"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc116",
+                "desc": "QS14"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc117",
+                "desc": "QS13"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc118",
+                "desc": "QS28"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc119",
+                "desc": "QS19"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc120",
+                "desc": "QS17"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc121",
+                "desc": "QS30"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc122",
+                "desc": "QS28suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc123",
+                "desc": "QS21"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc124",
+                "desc": "QS26"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc125",
+                "desc": "QS27"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc126",
+                "desc": "QS36"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc127",
+                "desc": "QHQ41"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc128",
+                "desc": "QHQ42suite"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc129",
+                "desc": "QHQ59"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc130",
+                "desc": "QHQ60"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc131",
+                "desc": "QHQ61"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc132",
+                "desc": "QHQ62"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc133",
+                "desc": "QHQ63"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_tpc134",
+                "desc": "QHQ64"
+              }
+            ]
+          }
+        },
+        {
+          "id": "speakers",
+          "content": {
+            "mimetype": "application/json",
+            "data": [
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_spkr001",
+                "name": "MS530"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_spkr002",
+                "name": "BV"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_spkr003",
+                "name": "CS"
+              },
+              {
+                "id": "11280.100/crdo-ESLO1_ENT_101_spkr004",
+                "name": "MS530MER"
+              }
+            ]
+          }
+        }
+      ],
+      "lists": [
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn001",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0001"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0002"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0003"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0004"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0005"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0006"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0007"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc001"
+            },
+            "corpus:begin": 0,
+            "corpus:end": 22444
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn002",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0008"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0009"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0010"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0011"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc002"
+            },
+            "corpus:begin": 22444,
+            "corpus:end": 37160
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn003",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0012"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0013"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0014"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0015"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0016"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0017"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0018"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0019"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0020"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0021"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0022"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc003"
+            },
+            "corpus:begin": 37160,
+            "corpus:end": 77207
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn004",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0023"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0024"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0025"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0026"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0027"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0028"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0029"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0030"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0031"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0032"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0033"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0034"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc004"
+            },
+            "corpus:begin": 77207,
+            "corpus:end": 104267
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn005",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0035"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0036"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0037"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0038"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0039"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0040"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc005"
+            },
+            "corpus:begin": 104267,
+            "corpus:end": 127586
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn006",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0041"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0042"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0043"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0044"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0045"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0046"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0047"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0048"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0049"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0050"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0051"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0052"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0053"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0054"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0055"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0056"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0057"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0058"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0059"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0060"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0061"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0062"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc006"
+            },
+            "corpus:begin": 127586,
+            "corpus:end": 172742
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn007",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0063"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0064"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0065"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0066"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0067"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc007"
+            },
+            "corpus:begin": 172742,
+            "corpus:end": 194817
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn008",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0068"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0069"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0070"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0071"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0072"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc008"
+            },
+            "corpus:begin": 194817,
+            "corpus:end": 205830
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn009",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0073"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0074"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0075"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0076"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0077"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0078"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc009"
+            },
+            "corpus:begin": 205830,
+            "corpus:end": 230889
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn010",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0079"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0080"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0081"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0082"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc010"
+            },
+            "corpus:begin": 230889,
+            "corpus:end": 255086
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn011",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0083"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0084"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0085"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0086"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0087"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0088"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0089"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0090"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0091"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0092"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0093"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0094"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0095"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0096"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0097"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0098"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0099"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0100"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc011"
+            },
+            "corpus:begin": 255086,
+            "corpus:end": 293950
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn012",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0101"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0102"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0103"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0104"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0105"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0106"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0107"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0108"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0109"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0110"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0111"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0113"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0114"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0115"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0116"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0117"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0118"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0119"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0120"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0121"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0122"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0123"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0124"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0125"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0126"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0127"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0128"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0129"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0130"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0131"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0132"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0133"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0134"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0135"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0136"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0137"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0138"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0139"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0140"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0141"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc010"
+            },
+            "corpus:begin": 293950,
+            "corpus:end": 411399
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn013",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0142"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0143"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc012"
+            },
+            "corpus:begin": 411399,
+            "corpus:end": 421487
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn014",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0144"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0145"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0146"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0147"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0148"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0149"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0150"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0151"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0152"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0153"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0154"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0155"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0156"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0157"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0158"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0159"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0160"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0161"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0162"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0163"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0164"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0165"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0166"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc013"
+            },
+            "corpus:begin": 421487,
+            "corpus:end": 475411
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn015",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0167"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0168"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0169"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0170"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0171"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0172"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc014"
+            },
+            "corpus:begin": 475411,
+            "corpus:end": 510698
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn016",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0173"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0174"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0175"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0176"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0177"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0178"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0179"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc015"
+            },
+            "corpus:begin": 510698,
+            "corpus:end": 526214
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn017",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0180"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0181"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0182"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0183"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc016"
+            },
+            "corpus:begin": 526214,
+            "corpus:end": 531971
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn018",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0184"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0185"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0186"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0187"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0188"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc018"
+            },
+            "corpus:begin": 531971,
+            "corpus:end": 544601
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn019",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0189"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0190"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0191"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0192"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0193"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0194"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0195"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0196"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0197"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0198"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0199"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0200"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc017"
+            },
+            "corpus:begin": 544601,
+            "corpus:end": 599450
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn020",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0201"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0202"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0203"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0204"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0205"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0206"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0207"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0208"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0209"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0210"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc019"
+            },
+            "corpus:begin": 599450,
+            "corpus:end": 619867
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn021",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0211"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0212"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0213"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc020"
+            },
+            "corpus:begin": 619867,
+            "corpus:end": 623984
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn022",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0214"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0215"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0216"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0217"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc021"
+            },
+            "corpus:begin": 623984,
+            "corpus:end": 638284
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn023",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0218"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0219"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0220"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0221"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0222"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0223"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0224"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0225"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0226"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0227"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0228"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc022"
+            },
+            "corpus:begin": 638284,
+            "corpus:end": 668825
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn024",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0229"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0230"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0231"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0232"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0233"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0234"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc023"
+            },
+            "corpus:begin": 668825,
+            "corpus:end": 698317
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn025",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0235"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0236"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0237"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0238"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0239"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0240"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc026"
+            },
+            "corpus:begin": 698317,
+            "corpus:end": 711854
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn026",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0241"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0242"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0243"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0244"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0245"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0246"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0247"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0248"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc027"
+            },
+            "corpus:begin": 711854,
+            "corpus:end": 744550
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn027",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0249"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0250"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0251"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0252"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0253"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0254"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0255"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0256"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0257"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0258"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0259"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0260"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc024"
+            },
+            "corpus:begin": 744550,
+            "corpus:end": 797452
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn028",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0261"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0262"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0263"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0264"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0265"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0266"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc025"
+            },
+            "corpus:begin": 797452,
+            "corpus:end": 817249
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn029",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0267"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0268"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0269"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0270"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0271"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0272"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0273"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0274"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc029"
+            },
+            "corpus:begin": 817249,
+            "corpus:end": 834444
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn030",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0275"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0276"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0277"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc030"
+            },
+            "corpus:begin": 834444,
+            "corpus:end": 846755
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn031",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0278"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0279"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0280"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0281"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0282"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0283"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0284"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0285"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0286"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0287"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0288"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0289"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0290"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0291"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0292"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0293"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0294"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0295"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0296"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0297"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0298"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0299"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0300"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0301"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0302"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0303"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0305"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0306"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0307"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0308"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0309"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0310"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0311"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0312"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0313"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0314"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0315"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0316"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0317"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0318"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0319"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0320"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0321"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0322"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0323"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0324"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0325"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0326"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0327"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0328"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0329"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0330"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0331"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0332"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0333"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0334"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0335"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0336"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0337"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0338"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0339"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0340"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0341"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0342"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0343"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0344"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc028"
+            },
+            "corpus:begin": 846755,
+            "corpus:end": 1048305
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn032",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0345"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0346"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0347"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0348"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0349"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0350"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0351"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0352"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc031"
+            },
+            "corpus:begin": 1048305,
+            "corpus:end": 1063774
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn033",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0353"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0354"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0355"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0356"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0357"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0358"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0360"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0361"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0362"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0363"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0364"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0365"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0366"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0367"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc032"
+            },
+            "corpus:begin": 1063774,
+            "corpus:end": 1098299
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn034",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0368"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0369"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0370"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0371"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0372"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0373"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0374"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0375"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc033"
+            },
+            "corpus:begin": 1098299,
+            "corpus:end": 1114396
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn035",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0376"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0377"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0378"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0379"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0380"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0381"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0382"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0383"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0384"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0385"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0386"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0387"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc035"
+            },
+            "corpus:begin": 1114396,
+            "corpus:end": 1137727
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn036",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0388"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0389"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0390"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc036"
+            },
+            "corpus:begin": 1137727,
+            "corpus:end": 1156509
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn037",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0391"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0392"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0393"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0394"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0395"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0396"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0397"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0399"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0401"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0402"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0403"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0404"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0405"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0406"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0407"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0408"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0409"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0410"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0411"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc034"
+            },
+            "corpus:begin": 1156509,
+            "corpus:end": 1252336
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn038",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0412"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0413"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0414"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0415"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0416"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0417"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0418"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0419"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0420"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0421"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0422"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0423"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0424"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0425"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0426"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0427"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0428"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc037"
+            },
+            "corpus:begin": 1252336,
+            "corpus:end": 1277765
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn039",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0429"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0430"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0431"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0432"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0433"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0434"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0435"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0436"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0437"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0439"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0441"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0442"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0443"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0444"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0445"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0446"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0447"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0448"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc038"
+            },
+            "corpus:begin": 1277765,
+            "corpus:end": 1348201
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn040",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0450"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0452"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0453"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0454"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc039"
+            },
+            "corpus:begin": 1348201,
+            "corpus:end": 1368716
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn041",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0455"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0456"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0457"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0458"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0459"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0460"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0461"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0462"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0463"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc040"
+            },
+            "corpus:begin": 1368716,
+            "corpus:end": 1380594
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn042",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0464"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0465"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0466"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0467"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0468"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0469"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0470"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0471"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0472"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0473"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0475"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0476"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0477"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0478"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0479"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc041"
+            },
+            "corpus:begin": 1380594,
+            "corpus:end": 1417205
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn043",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0480"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0481"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0482"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0483"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0484"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0485"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0486"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0487"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0488"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0489"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0490"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0491"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc042"
+            },
+            "corpus:begin": 1417205,
+            "corpus:end": 1448329
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn044",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0492"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0493"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0494"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0495"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0496"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0497"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0498"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0499"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0500"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0501"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0503"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0504"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0505"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0506"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc043"
+            },
+            "corpus:begin": 1448329,
+            "corpus:end": 1498154
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn045",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0507"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0508"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0509"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0510"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0511"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0512"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0513"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0514"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0515"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0516"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0517"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0518"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0519"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0520"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0521"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0522"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0523"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0524"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0525"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0526"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0527"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0528"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0529"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0530"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0531"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0532"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0533"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0534"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0535"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0536"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0537"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0538"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0539"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0540"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0541"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0542"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0544"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0545"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0546"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc044"
+            },
+            "corpus:begin": 1498154,
+            "corpus:end": 1580605
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn046",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0547"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0548"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0549"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0550"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0551"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0552"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0553"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0554"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc045"
+            },
+            "corpus:begin": 1580605,
+            "corpus:end": 1592844
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn047",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0555"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0556"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0557"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0558"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0559"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0560"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc046"
+            },
+            "corpus:begin": 1592844,
+            "corpus:end": 1607511
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn048",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0561"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0562"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0563"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0564"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0565"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0566"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0567"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0568"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0569"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc047"
+            },
+            "corpus:begin": 1607511,
+            "corpus:end": 1624754
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn049",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0570"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0571"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0572"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0573"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0574"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0575"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0576"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0577"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0578"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0579"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0580"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc048"
+            },
+            "corpus:begin": 1624754,
+            "corpus:end": 1645612
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn050",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0581"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0582"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0583"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0584"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0585"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0586"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0587"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0588"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0589"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0590"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0591"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0592"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0593"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0594"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0595"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0596"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0597"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0598"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0599"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0600"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0601"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0602"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0603"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0605"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0606"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc049"
+            },
+            "corpus:begin": 1645612,
+            "corpus:end": 1697287
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn051",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0607"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0608"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0610"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0611"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc050"
+            },
+            "corpus:begin": 1697287,
+            "corpus:end": 1726297
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn052",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0612"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0613"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0614"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0615"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc051"
+            },
+            "corpus:begin": 1726297,
+            "corpus:end": 1734745
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn053",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0616"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0617"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0618"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0619"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0620"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0621"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0622"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0623"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0624"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0625"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0626"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0627"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0628"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0629"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0630"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0631"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0632"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0633"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0634"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0635"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0636"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc052"
+            },
+            "corpus:begin": 1734745,
+            "corpus:end": 1783567
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn054",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0637"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0638"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0639"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0640"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0641"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0642"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0643"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0644"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0645"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0646"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0647"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0648"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0649"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0650"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0652"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0653"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0654"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0655"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0656"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0657"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0658"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0659"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0660"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0661"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc053"
+            },
+            "corpus:begin": 1783567,
+            "corpus:end": 1859512
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn055",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0662"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0663"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0664"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0665"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0666"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0667"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc054"
+            },
+            "corpus:begin": 1859512,
+            "corpus:end": 1881381
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn056",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0668"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0669"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0670"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0671"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0672"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0673"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0674"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0675"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0676"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0677"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0678"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0679"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0680"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc055"
+            },
+            "corpus:begin": 1881381,
+            "corpus:end": 1927656
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn057",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0681"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0682"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0683"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc056"
+            },
+            "corpus:begin": 1927656,
+            "corpus:end": 1941646
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn058",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0684"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0685"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0686"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0687"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0688"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0689"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0690"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0691"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0692"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0693"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0694"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc057"
+            },
+            "corpus:begin": 1941646,
+            "corpus:end": 1959828
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn059",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0695"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0696"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0697"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0698"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0699"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0700"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0701"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0702"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0703"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0704"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0705"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0706"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc127"
+            },
+            "corpus:begin": 1959828,
+            "corpus:end": 1996446
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn060",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0707"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0708"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0709"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0710"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0711"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0712"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0713"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0714"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0715"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0716"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0717"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc059"
+            },
+            "corpus:begin": 1996446,
+            "corpus:end": 2028732
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn061",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0718"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0719"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0720"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0721"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0722"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc060"
+            },
+            "corpus:begin": 2028732,
+            "corpus:end": 2044014
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn062",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0723"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0724"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0725"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0726"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0727"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0729"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0730"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0731"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0732"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0733"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0734"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc128"
+            },
+            "corpus:begin": 2044014,
+            "corpus:end": 2085147
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn063",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0735"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0736"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0737"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0738"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0739"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0740"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0741"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0742"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0743"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0744"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0745"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0746"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0747"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0748"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0750"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0751"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0752"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0753"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0754"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0755"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0756"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0757"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0758"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0759"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc061"
+            },
+            "corpus:begin": 2085147,
+            "corpus:end": 2158649
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn064",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0760"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0761"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0762"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0764"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc062"
+            },
+            "corpus:begin": 2158649,
+            "corpus:end": 2210067
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn065",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0766"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0767"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0768"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0769"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0770"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0771"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0772"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0774"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0775"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0776"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc064"
+            },
+            "corpus:begin": 2210067,
+            "corpus:end": 2270764
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn066",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0777"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0778"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0779"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0780"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0781"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc063"
+            },
+            "corpus:begin": 2270764,
+            "corpus:end": 2295512
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn067",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0782"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0783"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0784"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0785"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0786"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0787"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0788"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0789"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0790"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0792"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0793"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0795"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0796"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0797"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc068"
+            },
+            "corpus:begin": 2295512,
+            "corpus:end": 2356758
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn068",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0798"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0799"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0800"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0801"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0802"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0803"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0804"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0805"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0806"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0807"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0808"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0809"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0810"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0811"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0812"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc063"
+            },
+            "corpus:begin": 2356758,
+            "corpus:end": 2426501
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn069",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0813"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0814"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0815"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0816"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0817"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc065"
+            },
+            "corpus:begin": 2426501,
+            "corpus:end": 2442614
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn070",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0818"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0819"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0820"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0821"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0822"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0823"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0824"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0825"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0826"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0827"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0828"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc066"
+            },
+            "corpus:begin": 2442614,
+            "corpus:end": 2463019
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn071",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0829"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0830"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0832"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0833"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0834"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0835"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0836"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0837"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0838"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0839"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0840"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0841"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0842"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0843"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0844"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0845"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0846"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0847"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0848"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0849"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc067"
+            },
+            "corpus:begin": 2463019,
+            "corpus:end": 2536525
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn072",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0850"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0851"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0852"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0853"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0854"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0855"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0856"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0858"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0859"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0860"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0861"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0862"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0863"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0864"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0865"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0866"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0867"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0868"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0869"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc075"
+            },
+            "corpus:begin": 2536525,
+            "corpus:end": 2616120
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn073",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0870"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0871"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0872"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0873"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0874"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0875"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0876"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0877"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0878"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0879"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0880"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0881"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0882"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0883"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0884"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0885"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc069"
+            },
+            "corpus:begin": 2616120,
+            "corpus:end": 2692931
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn074",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0886"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0887"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0888"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0889"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0890"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0891"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0892"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0893"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0894"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0895"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0896"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc070"
+            },
+            "corpus:begin": 2692931,
+            "corpus:end": 2713780
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn075",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0897"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0898"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0899"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0900"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0901"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0902"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc071"
+            },
+            "corpus:begin": 2713780,
+            "corpus:end": 2737920
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn076",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0903"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0904"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0905"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0906"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0907"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0908"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0909"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0910"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0911"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0912"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0913"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0914"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc072"
+            },
+            "corpus:begin": 2737920,
+            "corpus:end": 2801247
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn077",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0915"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0916"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0917"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0918"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0919"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0920"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0921"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0922"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0923"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0924"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0925"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0926"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0927"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0928"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0929"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0930"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0931"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0932"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0933"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0934"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0936"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0937"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0938"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc073"
+            },
+            "corpus:begin": 2801247,
+            "corpus:end": 2879486
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn078",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0939"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0941"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0942"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0943"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0944"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0945"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0946"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc074"
+            },
+            "corpus:begin": 2879486,
+            "corpus:end": 2903259
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn079",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0947"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0948"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0949"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0950"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc079"
+            },
+            "corpus:begin": 2903259,
+            "corpus:end": 2932864
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn080",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0951"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0952"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0953"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0954"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0955"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0956"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0957"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0958"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0959"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0960"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0961"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0962"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0963"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0964"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0965"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc076"
+            },
+            "corpus:begin": 2932864,
+            "corpus:end": 2968968
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn081",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0966"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0967"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0968"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0969"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0970"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0971"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc077"
+            },
+            "corpus:begin": 2968968,
+            "corpus:end": 2997204
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn082",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0972"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0973"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc078"
+            },
+            "corpus:begin": 2997204,
+            "corpus:end": 3027826
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn083",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0974"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0975"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0976"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0977"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0978"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0979"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc080"
+            },
+            "corpus:begin": 3027826,
+            "corpus:end": 3046843
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn084",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0980"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0981"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0982"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0983"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0984"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0985"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0986"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0987"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0988"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0989"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0990"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0991"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0992"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc080"
+            },
+            "corpus:begin": 3046843,
+            "corpus:end": 3083377
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn085",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0993"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0994"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0995"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0996"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0997"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0998"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0999"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1000"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1001"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1002"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1003"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1004"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1005"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc082"
+            },
+            "corpus:begin": 3083377,
+            "corpus:end": 3112267
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn086",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1006"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1007"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1008"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1009"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1010"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1011"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1012"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1013"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1014"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc083"
+            },
+            "corpus:begin": 3112267,
+            "corpus:end": 3142579
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn087",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1015"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1016"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1017"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1018"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1019"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc084"
+            },
+            "corpus:begin": 3142579,
+            "corpus:end": 3162235
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn088",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1020"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1021"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1022"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1023"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1024"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1025"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1026"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1027"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1028"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1029"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1030"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1031"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1032"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1033"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1034"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1036"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1037"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc087"
+            },
+            "corpus:begin": 3162235,
+            "corpus:end": 3195583
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn089",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1038"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1039"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc085"
+            },
+            "corpus:begin": 3195583,
+            "corpus:end": 3197715
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn090",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1040"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1041"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1042"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1043"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1044"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1045"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1046"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1047"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1048"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1049"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1050"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1051"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1052"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1053"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1054"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1055"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1056"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1057"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1058"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1059"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1060"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1061"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1062"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc086"
+            },
+            "corpus:begin": 3197715,
+            "corpus:end": 3253997
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn091",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1063"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1064"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1065"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1066"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1067"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1068"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1069"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1070"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1071"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1072"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1073"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1074"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1075"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1076"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1077"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1078"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1079"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1080"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1081"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1082"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1083"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1084"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1085"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1086"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1087"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1088"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1089"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1090"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1091"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1092"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1093"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1094"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1095"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1096"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1097"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1098"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1099"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1100"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc088"
+            },
+            "corpus:begin": 3253997,
+            "corpus:end": 3330294
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn092",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1101"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1102"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1103"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1104"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1105"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1106"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1107"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1108"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc089"
+            },
+            "corpus:begin": 3330294,
+            "corpus:end": 3357696
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn093",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1109"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1110"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1111"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1112"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1114"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1115"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1116"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1117"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1118"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1119"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1120"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1121"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1122"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1123"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1124"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1125"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1126"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1127"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1128"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1129"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1130"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1131"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1132"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1133"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1134"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1135"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1136"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1137"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1138"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1139"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1140"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1141"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1142"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1143"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1144"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1145"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1146"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1147"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc090"
+            },
+            "corpus:begin": 3357696,
+            "corpus:end": 3470390
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn094",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1148"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1149"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1150"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1151"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1152"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc091"
+            },
+            "corpus:begin": 3470390,
+            "corpus:end": 3488249
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn095",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1153"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1154"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1155"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1156"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1157"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1158"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1159"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1160"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1161"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1162"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1163"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1164"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1165"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1166"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1167"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1168"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1169"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1170"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1171"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1172"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1173"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1174"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1175"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1176"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1177"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1178"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1179"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1180"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1182"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1183"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1184"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1185"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1186"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1187"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1188"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1189"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1190"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1191"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc092"
+            },
+            "corpus:begin": 3488249,
+            "corpus:end": 3624133
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn096",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1192"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1193"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1194"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1195"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1196"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1197"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1198"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1199"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1200"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1201"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1202"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1203"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1204"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1205"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1206"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1207"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1208"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1209"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc092"
+            },
+            "corpus:begin": 3624133,
+            "corpus:end": 3674315
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn097",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1210"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1211"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1212"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1213"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1214"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1215"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1216"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1217"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1218"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1219"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1220"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1221"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1222"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1223"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1224"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1225"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1226"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1227"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1228"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1229"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1230"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1231"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc094"
+            },
+            "corpus:begin": 3674315,
+            "corpus:end": 3724644
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn098",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1232"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1233"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1234"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1235"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1236"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1237"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1238"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1239"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1240"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1241"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1242"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1243"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1244"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1245"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1246"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1247"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1248"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc093"
+            },
+            "corpus:begin": 3724644,
+            "corpus:end": 3785554
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn099",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1249"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1250"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1251"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1252"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1253"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1254"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1255"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1257"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1258"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1259"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1260"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1261"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc095"
+            },
+            "corpus:begin": 3785554,
+            "corpus:end": 3840822
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn100",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1262"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1263"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1264"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1265"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1266"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1267"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1268"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1269"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc096"
+            },
+            "corpus:begin": 3840822,
+            "corpus:end": 3861995
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn101",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1270"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1271"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1272"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1273"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1274"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1275"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1276"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc097"
+            },
+            "corpus:begin": 3861995,
+            "corpus:end": 3887495
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn102",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1277"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1278"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1279"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1280"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1281"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1282"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1283"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc098"
+            },
+            "corpus:begin": 3887495,
+            "corpus:end": 3908253
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn103",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1284"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1285"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1286"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1287"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1288"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1289"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1290"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc099"
+            },
+            "corpus:begin": 3908253,
+            "corpus:end": 3918637
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn104",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1291"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1292"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1293"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc100"
+            },
+            "corpus:begin": 3918637,
+            "corpus:end": 3934534
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn105",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1294"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1295"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1296"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1297"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1298"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1299"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1300"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1301"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1302"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1303"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1304"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1305"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1306"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1308"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1309"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1310"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1311"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1312"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1313"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1314"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1315"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1316"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1317"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1318"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1319"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1320"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc101"
+            },
+            "corpus:begin": 3934534,
+            "corpus:end": 4016948
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn106",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1321"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1322"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1323"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1324"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1325"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1326"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1327"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1328"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1329"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1330"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1331"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1332"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1333"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1334"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1335"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1336"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1337"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1338"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1339"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1340"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1341"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1342"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1343"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1344"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1345"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1346"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1347"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc102"
+            },
+            "corpus:begin": 4016948,
+            "corpus:end": 4109581
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn107",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1348"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1349"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1350"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1351"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1352"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1353"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1354"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1355"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1356"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1357"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1358"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1359"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1360"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1361"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1362"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1363"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1364"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1365"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1366"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1367"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1368"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1369"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1370"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1371"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1372"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1373"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1374"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1375"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1376"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1377"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1378"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc103"
+            },
+            "corpus:begin": 4109581,
+            "corpus:end": 4254092
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn108",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1379"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1380"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1381"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1382"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1383"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc105"
+            },
+            "corpus:begin": 4254092,
+            "corpus:end": 4273629
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn109",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1384"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1385"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc106"
+            },
+            "corpus:begin": 4273629,
+            "corpus:end": 4279487
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn110",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1386"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1387"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1388"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1389"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1390"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1391"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc107"
+            },
+            "corpus:begin": 4279487,
+            "corpus:end": 4300576
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn111",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1393"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1394"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1395"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1396"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc108"
+            },
+            "corpus:begin": 4300576,
+            "corpus:end": 4336853
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn112",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1397"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1398"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1399"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1400"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1401"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc109"
+            },
+            "corpus:begin": 4336853,
+            "corpus:end": 4377142
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn113",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1402"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1403"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1404"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc110"
+            },
+            "corpus:begin": 4377142,
+            "corpus:end": 4409671
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn114",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1405"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1406"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1407"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1408"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1409"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1410"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1411"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1412"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1413"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1414"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1415"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1416"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1417"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1418"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1419"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1420"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1421"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1422"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1423"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1424"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1425"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1426"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1427"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1428"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1429"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1430"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1431"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1432"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1433"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1434"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1435"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1436"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1437"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1438"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1439"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1440"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1441"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1442"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1443"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1444"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1445"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1446"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1447"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1448"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1449"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1450"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1451"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1452"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1453"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1454"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1455"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1456"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1457"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1458"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1459"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1460"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1461"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1462"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1463"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1464"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1465"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1466"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1467"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1468"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1469"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1470"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc111"
+            },
+            "corpus:begin": 4409671,
+            "corpus:end": 4560325
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn115",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1471"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1472"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1473"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1474"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1475"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc112"
+            },
+            "corpus:begin": 4560325,
+            "corpus:end": 4577028
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn116",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1476"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1477"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1478"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1479"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1480"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1481"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc113"
+            },
+            "corpus:begin": 4577028,
+            "corpus:end": 4609639
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn117",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1482"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1483"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1484"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1485"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1486"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1487"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1488"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1489"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1490"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1491"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1492"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1493"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc114"
+            },
+            "corpus:begin": 4609639,
+            "corpus:end": 4658283
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn118",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1494"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1495"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1496"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1498"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1499"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1500"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc115"
+            },
+            "corpus:begin": 4658283,
+            "corpus:end": 4706113
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn119",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1501"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1502"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1503"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1504"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1505"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1506"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc116"
+            },
+            "corpus:begin": 4706113,
+            "corpus:end": 4716997
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn120",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1507"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1508"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1510"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1511"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1512"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc117"
+            },
+            "corpus:begin": 4716997,
+            "corpus:end": 4743352
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn121",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1513"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1514"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1515"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1516"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1517"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1518"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1519"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1520"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1521"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1522"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1523"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1524"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1525"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1526"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1527"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1528"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1529"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1530"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1531"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1532"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1533"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1534"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1535"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1536"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1537"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1538"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1539"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1540"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1541"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1542"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1543"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1544"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1545"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1546"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1547"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1548"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1549"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1550"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1551"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc118"
+            },
+            "corpus:begin": 4743352,
+            "corpus:end": 4840082
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn122",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1552"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1553"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1554"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1555"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1557"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1558"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1559"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1560"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1561"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1562"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1563"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1564"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1565"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1566"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1567"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc129"
+            },
+            "corpus:begin": 4840082,
+            "corpus:end": 4907703
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn123",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1568"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1569"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1570"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1571"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1572"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1573"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1574"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1575"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1576"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1577"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1578"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1579"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1580"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1581"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc119"
+            },
+            "corpus:begin": 4907703,
+            "corpus:end": 4931964
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn124",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1582"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1583"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1584"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1585"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1586"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1587"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1588"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc130"
+            },
+            "corpus:begin": 4931964,
+            "corpus:end": 4953080
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn125",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1589"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1590"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1591"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1592"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1593"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1594"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1595"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc120"
+            },
+            "corpus:begin": 4953080,
+            "corpus:end": 4968653
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn126",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1596"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1597"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1598"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1599"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1600"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1601"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1602"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1603"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1604"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1605"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1606"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1607"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1608"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1609"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1610"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1611"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1612"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1613"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1614"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1615"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1616"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1617"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1618"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1619"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1620"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1621"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1622"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1623"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1624"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1625"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1626"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1627"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1628"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1629"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1630"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1631"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1632"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1633"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1634"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc121"
+            },
+            "corpus:begin": 4968653,
+            "corpus:end": 5031697
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn127",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1635"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1636"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1637"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1638"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1639"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1640"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1641"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1642"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1643"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1644"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1645"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1646"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc122"
+            },
+            "corpus:begin": 5031697,
+            "corpus:end": 5062466
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn128",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1647"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1648"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1649"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1650"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1651"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1652"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1653"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1654"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1655"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1656"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1657"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1658"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1659"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc118"
+            },
+            "corpus:begin": 5062466,
+            "corpus:end": 5105369
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn129",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1660"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1661"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1662"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1663"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1664"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1665"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1666"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1667"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1668"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1670"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1671"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc123"
+            },
+            "corpus:begin": 5105369,
+            "corpus:end": 5144925
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn130",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1672"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1673"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1674"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1675"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1676"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1677"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1678"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1679"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc131"
+            },
+            "corpus:begin": 5144925,
+            "corpus:end": 5165650
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn131",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1680"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1681"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1682"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1683"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1684"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1685"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1686"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1687"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1688"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1689"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1690"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1691"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1692"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1693"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1694"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc124"
+            },
+            "corpus:begin": 5165650,
+            "corpus:end": 5197195
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn132",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1695"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1696"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1697"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1698"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1699"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1700"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1701"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1702"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1703"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1704"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1705"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1706"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1707"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1708"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1709"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc125"
+            },
+            "corpus:begin": 5197195,
+            "corpus:end": 5255815
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn133",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1710"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1711"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1712"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1713"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1714"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1715"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1716"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1717"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1718"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1719"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1720"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1721"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1722"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1723"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1724"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1725"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1726"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1727"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1728"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc126"
+            },
+            "corpus:begin": 5255815,
+            "corpus:end": 5307448
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn134",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1729"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1730"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1731"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1732"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc132"
+            },
+            "corpus:begin": 5307448,
+            "corpus:end": 5323226
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn135",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1733"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1734"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1735"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1736"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1737"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1739"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1740"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1741"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1742"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc133"
+            },
+            "corpus:begin": 5323226,
+            "corpus:end": 5374267
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_sctn136",
+          "items": [
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1743"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1744"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1745"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1746"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1747"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1748"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1749"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1751"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1752"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1753"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1754"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1755"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1756"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1757"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1758"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1759"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1760"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1761"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1762"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1763"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1764"
+            },
+            {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1765"
+            }
+          ],
+          "meta": {
+            "corpus:topic": {
+              "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc134"
+            },
+            "corpus:begin": 5374267,
+            "corpus:end": 5449433
+          }
+        }
+      ],
+      "annotation-types": [
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0001",
+          "dc:title": "Turn 1",
+          "corpus:begin": 0,
+          "corpus:end": 1455
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0002",
+          "dc:title": "Turn 2",
+          "corpus:begin": 1455,
+          "corpus:end": 3291
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0003",
+          "dc:title": "Turn 3",
+          "corpus:begin": 3291,
+          "corpus:end": 9636
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0004",
+          "dc:title": "Turn 4",
+          "corpus:begin": 9636,
+          "corpus:end": 11833
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0005",
+          "dc:title": "Turn 5",
+          "corpus:begin": 11833,
+          "corpus:end": 14778
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0006",
+          "dc:title": "Turn 6",
+          "corpus:begin": 14778,
+          "corpus:end": 16901
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0007",
+          "dc:title": "Turn 7",
+          "corpus:begin": 16901,
+          "corpus:end": 22444
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0008",
+          "dc:title": "Turn 8",
+          "corpus:begin": 22444,
+          "corpus:end": 25549
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0009",
+          "dc:title": "Turn 9",
+          "corpus:begin": 25549,
+          "corpus:end": 31765
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0010",
+          "dc:title": "Turn 10",
+          "corpus:begin": 31765,
+          "corpus:end": 32953
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0011",
+          "dc:title": "Turn 11",
+          "corpus:begin": 32953,
+          "corpus:end": 37160
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0012",
+          "dc:title": "Turn 12",
+          "corpus:begin": 37160,
+          "corpus:end": 41247
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0013",
+          "dc:title": "Turn 13",
+          "corpus:begin": 41247,
+          "corpus:end": 43456
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0014",
+          "dc:title": "Turn 14",
+          "corpus:begin": 43456,
+          "corpus:end": 45035
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0015",
+          "dc:title": "Turn 15",
+          "corpus:begin": 45035,
+          "corpus:end": 49571
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0016",
+          "dc:title": "Turn 16",
+          "corpus:begin": 49571,
+          "corpus:end": 50077
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0017",
+          "dc:title": "Turn 17",
+          "corpus:begin": 50077,
+          "corpus:end": 55596
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0018",
+          "dc:title": "Turn 18",
+          "corpus:begin": 55596,
+          "corpus:end": 57918
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0019",
+          "dc:title": "Turn 19",
+          "corpus:begin": 57918,
+          "corpus:end": 69121
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0020",
+          "dc:title": "Turn 20",
+          "corpus:begin": 69121,
+          "corpus:end": 74770
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0021",
+          "dc:title": "Turn 21",
+          "corpus:begin": 74770,
+          "corpus:end": 76315
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0022",
+          "dc:title": "Turn 22",
+          "corpus:begin": 76315,
+          "corpus:end": 77207
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0023",
+          "dc:title": "Turn 23",
+          "corpus:begin": 77207,
+          "corpus:end": 79048
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0024",
+          "dc:title": "Turn 24",
+          "corpus:begin": 79048,
+          "corpus:end": 85235
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0025",
+          "dc:title": "Turn 25",
+          "corpus:begin": 85235,
+          "corpus:end": 85741
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0026",
+          "dc:title": "Turn 26",
+          "corpus:begin": 85741,
+          "corpus:end": 88231
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0027",
+          "dc:title": "Turn 27",
+          "corpus:begin": 88231,
+          "corpus:end": 89418
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0028",
+          "dc:title": "Turn 28",
+          "corpus:begin": 89418,
+          "corpus:end": 96006
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0029",
+          "dc:title": "Turn 29",
+          "corpus:begin": 96006,
+          "corpus:end": 96292
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0030",
+          "dc:title": "Turn 30",
+          "corpus:begin": 96292,
+          "corpus:end": 97222
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0031",
+          "dc:title": "Turn 31",
+          "corpus:begin": 97222,
+          "corpus:end": 97580
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0032",
+          "dc:title": "Turn 32",
+          "corpus:begin": 97580,
+          "corpus:end": 99082
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0033",
+          "dc:title": "Turn 33",
+          "corpus:begin": 99082,
+          "corpus:end": 100275
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0034",
+          "dc:title": "Turn 34",
+          "corpus:begin": 100275,
+          "corpus:end": 104267
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0035",
+          "dc:title": "Turn 35",
+          "corpus:begin": 104267,
+          "corpus:end": 109304
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0036",
+          "dc:title": "Turn 36",
+          "corpus:begin": 109304,
+          "corpus:end": 109833
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0037",
+          "dc:title": "Turn 37",
+          "corpus:begin": 109833,
+          "corpus:end": 110334
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0038",
+          "dc:title": "Turn 38",
+          "corpus:begin": 110334,
+          "corpus:end": 111360
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0039",
+          "dc:title": "Turn 39",
+          "corpus:begin": 111360,
+          "corpus:end": 119163
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0040",
+          "dc:title": "Turn 40",
+          "corpus:begin": 119163,
+          "corpus:end": 127586
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0041",
+          "dc:title": "Turn 41",
+          "corpus:begin": 127586,
+          "corpus:end": 128640
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0042",
+          "dc:title": "Turn 42",
+          "corpus:begin": 128640,
+          "corpus:end": 130142
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0043",
+          "dc:title": "Turn 43",
+          "corpus:begin": 130142,
+          "corpus:end": 131788
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0044",
+          "dc:title": "Turn 44",
+          "corpus:begin": 131788,
+          "corpus:end": 133033
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0045",
+          "dc:title": "Turn 45",
+          "corpus:begin": 133033,
+          "corpus:end": 137693
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0046",
+          "dc:title": "Turn 46",
+          "corpus:begin": 137693,
+          "corpus:end": 138294
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0047",
+          "dc:title": "Turn 47",
+          "corpus:begin": 138294,
+          "corpus:end": 139801
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0048",
+          "dc:title": "Turn 48",
+          "corpus:begin": 139801,
+          "corpus:end": 141113
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0049",
+          "dc:title": "Turn 49",
+          "corpus:begin": 141113,
+          "corpus:end": 143455
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0050",
+          "dc:title": "Turn 50",
+          "corpus:begin": 143455,
+          "corpus:end": 144724
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0051",
+          "dc:title": "Turn 51",
+          "corpus:begin": 144724,
+          "corpus:end": 145534
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0052",
+          "dc:title": "Turn 52",
+          "corpus:begin": 145534,
+          "corpus:end": 146546
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0053",
+          "dc:title": "Turn 53",
+          "corpus:begin": 146546,
+          "corpus:end": 151893
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0054",
+          "dc:title": "Turn 54",
+          "corpus:begin": 151893,
+          "corpus:end": 158170
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0055",
+          "dc:title": "Turn 55",
+          "corpus:begin": 158170,
+          "corpus:end": 160989
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0056",
+          "dc:title": "Turn 56",
+          "corpus:begin": 160989,
+          "corpus:end": 162186
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0057",
+          "dc:title": "Turn 57",
+          "corpus:begin": 162186,
+          "corpus:end": 162822
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0058",
+          "dc:title": "Turn 58",
+          "corpus:begin": 162822,
+          "corpus:end": 167170
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0059",
+          "dc:title": "Turn 59",
+          "corpus:begin": 167170,
+          "corpus:end": 170247
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0060",
+          "dc:title": "Turn 60",
+          "corpus:begin": 170247,
+          "corpus:end": 171206
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0061",
+          "dc:title": "Turn 61",
+          "corpus:begin": 171206,
+          "corpus:end": 171521
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0062",
+          "dc:title": "Turn 62",
+          "corpus:begin": 171521,
+          "corpus:end": 172742
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0063",
+          "dc:title": "Turn 63",
+          "corpus:begin": 172742,
+          "corpus:end": 177736
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0064",
+          "dc:title": "Turn 64",
+          "corpus:begin": 177736,
+          "corpus:end": 181742
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0065",
+          "dc:title": "Turn 65",
+          "corpus:begin": 181742,
+          "corpus:end": 183175
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0066",
+          "dc:title": "Turn 66",
+          "corpus:begin": 183175,
+          "corpus:end": 189772
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0067",
+          "dc:title": "Turn 67",
+          "corpus:begin": 189772,
+          "corpus:end": 194817
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0068",
+          "dc:title": "Turn 68",
+          "corpus:begin": 194817,
+          "corpus:end": 196105
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0069",
+          "dc:title": "Turn 69",
+          "corpus:begin": 196105,
+          "corpus:end": 196796
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0070",
+          "dc:title": "Turn 70",
+          "corpus:begin": 196796,
+          "corpus:end": 197811
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0071",
+          "dc:title": "Turn 71",
+          "corpus:begin": 197811,
+          "corpus:end": 202469
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0072",
+          "dc:title": "Turn 72",
+          "corpus:begin": 202469,
+          "corpus:end": 205830
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0073",
+          "dc:title": "Turn 73",
+          "corpus:begin": 205830,
+          "corpus:end": 206887
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0074",
+          "dc:title": "Turn 74",
+          "corpus:begin": 206887,
+          "corpus:end": 210584
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0075",
+          "dc:title": "Turn 75",
+          "corpus:begin": 210584,
+          "corpus:end": 211328
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0076",
+          "dc:title": "Turn 76",
+          "corpus:begin": 211328,
+          "corpus:end": 212282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0077",
+          "dc:title": "Turn 77",
+          "corpus:begin": 212282,
+          "corpus:end": 215249
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0078",
+          "dc:title": "Turn 78",
+          "corpus:begin": 215249,
+          "corpus:end": 230889
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0079",
+          "dc:title": "Turn 79",
+          "corpus:begin": 230889,
+          "corpus:end": 236402
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0080",
+          "dc:title": "Turn 80",
+          "corpus:begin": 236402,
+          "corpus:end": 249343
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0081",
+          "dc:title": "Turn 81",
+          "corpus:begin": 249343,
+          "corpus:end": 252262
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0082",
+          "dc:title": "Turn 82",
+          "corpus:begin": 252262,
+          "corpus:end": 255086
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0083",
+          "dc:title": "Turn 83",
+          "corpus:begin": 255086,
+          "corpus:end": 260289
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0084",
+          "dc:title": "Turn 84",
+          "corpus:begin": 260289,
+          "corpus:end": 260886
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0085",
+          "dc:title": "Turn 85",
+          "corpus:begin": 260886,
+          "corpus:end": 261654
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0086",
+          "dc:title": "Turn 86",
+          "corpus:begin": 261654,
+          "corpus:end": 261897
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0087",
+          "dc:title": "Turn 87",
+          "corpus:begin": 261897,
+          "corpus:end": 262784
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0088",
+          "dc:title": "Turn 88",
+          "corpus:begin": 262784,
+          "corpus:end": 263456
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0089",
+          "dc:title": "Turn 89",
+          "corpus:begin": 263456,
+          "corpus:end": 264315
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0090",
+          "dc:title": "Turn 90",
+          "corpus:begin": 264315,
+          "corpus:end": 266223
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0091",
+          "dc:title": "Turn 91",
+          "corpus:begin": 266223,
+          "corpus:end": 266967
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0092",
+          "dc:title": "Turn 92",
+          "corpus:begin": 266967,
+          "corpus:end": 272786
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0093",
+          "dc:title": "Turn 93",
+          "corpus:begin": 272786,
+          "corpus:end": 273458
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0094",
+          "dc:title": "Turn 94",
+          "corpus:begin": 273458,
+          "corpus:end": 277255
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0095",
+          "dc:title": "Turn 95",
+          "corpus:begin": 277255,
+          "corpus:end": 278138
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0096",
+          "dc:title": "Turn 96",
+          "corpus:begin": 278138,
+          "corpus:end": 279884
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0097",
+          "dc:title": "Turn 97",
+          "corpus:begin": 279884,
+          "corpus:end": 281844
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0098",
+          "dc:title": "Turn 98",
+          "corpus:begin": 281844,
+          "corpus:end": 283275
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0099",
+          "dc:title": "Turn 99",
+          "corpus:begin": 283275,
+          "corpus:end": 283895
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0100",
+          "dc:title": "Turn 100",
+          "corpus:begin": 283895,
+          "corpus:end": 293950
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0101",
+          "dc:title": "Turn 101",
+          "corpus:begin": 293950,
+          "corpus:end": 311092
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0102",
+          "dc:title": "Turn 102",
+          "corpus:begin": 311092,
+          "corpus:end": 312302
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0103",
+          "dc:title": "Turn 103",
+          "corpus:begin": 312302,
+          "corpus:end": 317226
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0104",
+          "dc:title": "Turn 104",
+          "corpus:begin": 317226,
+          "corpus:end": 319525
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0105",
+          "dc:title": "Turn 105",
+          "corpus:begin": 319525,
+          "corpus:end": 327776
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0106",
+          "dc:title": "Turn 106",
+          "corpus:begin": 327776,
+          "corpus:end": 331740
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0107",
+          "dc:title": "Turn 107",
+          "corpus:begin": 331740,
+          "corpus:end": 332265
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0108",
+          "dc:title": "Turn 108",
+          "corpus:begin": 332265,
+          "corpus:end": 332707
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0109",
+          "dc:title": "Turn 109",
+          "corpus:begin": 332707,
+          "corpus:end": 333462
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0110",
+          "dc:title": "Turn 110",
+          "corpus:begin": 333462,
+          "corpus:end": 335457
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0111",
+          "dc:title": "Turn 111",
+          "corpus:begin": 335457,
+          "corpus:end": 336938
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "dc:title": "Turn 112",
+          "corpus:begin": 336938,
+          "corpus:end": 343624
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0113",
+          "dc:title": "Turn 113",
+          "corpus:begin": 343624,
+          "corpus:end": 346065
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0114",
+          "dc:title": "Turn 114",
+          "corpus:begin": 346065,
+          "corpus:end": 346495
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0115",
+          "dc:title": "Turn 115",
+          "corpus:begin": 346495,
+          "corpus:end": 348312
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0116",
+          "dc:title": "Turn 116",
+          "corpus:begin": 348312,
+          "corpus:end": 353058
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0117",
+          "dc:title": "Turn 117",
+          "corpus:begin": 353058,
+          "corpus:end": 355137
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0118",
+          "dc:title": "Turn 118",
+          "corpus:begin": 355137,
+          "corpus:end": 355686
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0119",
+          "dc:title": "Turn 119",
+          "corpus:begin": 355686,
+          "corpus:end": 357193
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0120",
+          "dc:title": "Turn 120",
+          "corpus:begin": 357193,
+          "corpus:end": 358992
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0121",
+          "dc:title": "Turn 121",
+          "corpus:begin": 358992,
+          "corpus:end": 359855
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0122",
+          "dc:title": "Turn 122",
+          "corpus:begin": 359855,
+          "corpus:end": 363003
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0123",
+          "dc:title": "Turn 123",
+          "corpus:begin": 363003,
+          "corpus:end": 369886
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0124",
+          "dc:title": "Turn 124",
+          "corpus:begin": 369886,
+          "corpus:end": 370582
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0125",
+          "dc:title": "Turn 125",
+          "corpus:begin": 370582,
+          "corpus:end": 373020
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0126",
+          "dc:title": "Turn 126",
+          "corpus:begin": 373020,
+          "corpus:end": 373836
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0127",
+          "dc:title": "Turn 127",
+          "corpus:begin": 373836,
+          "corpus:end": 375415
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0128",
+          "dc:title": "Turn 128",
+          "corpus:begin": 375415,
+          "corpus:end": 375897
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0129",
+          "dc:title": "Turn 129",
+          "corpus:begin": 375897,
+          "corpus:end": 377576
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0130",
+          "dc:title": "Turn 130",
+          "corpus:begin": 377576,
+          "corpus:end": 384950
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0131",
+          "dc:title": "Turn 131",
+          "corpus:begin": 384950,
+          "corpus:end": 386023
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0132",
+          "dc:title": "Turn 132",
+          "corpus:begin": 386023,
+          "corpus:end": 388608
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0133",
+          "dc:title": "Turn 133",
+          "corpus:begin": 388608,
+          "corpus:end": 393926
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0134",
+          "dc:title": "Turn 134",
+          "corpus:begin": 393926,
+          "corpus:end": 395524
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0135",
+          "dc:title": "Turn 135",
+          "corpus:begin": 395524,
+          "corpus:end": 398057
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0136",
+          "dc:title": "Turn 136",
+          "corpus:begin": 398057,
+          "corpus:end": 398706
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0137",
+          "dc:title": "Turn 137",
+          "corpus:begin": 398706,
+          "corpus:end": 405364
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0138",
+          "dc:title": "Turn 138",
+          "corpus:begin": 405364,
+          "corpus:end": 407334
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0139",
+          "dc:title": "Turn 139",
+          "corpus:begin": 407334,
+          "corpus:end": 408007
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0140",
+          "dc:title": "Turn 140",
+          "corpus:begin": 408007,
+          "corpus:end": 408437
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0141",
+          "dc:title": "Turn 141",
+          "corpus:begin": 408437,
+          "corpus:end": 411399
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0142",
+          "dc:title": "Turn 142",
+          "corpus:begin": 411399,
+          "corpus:end": 414766
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0143",
+          "dc:title": "Turn 143",
+          "corpus:begin": 414766,
+          "corpus:end": 421487
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0144",
+          "dc:title": "Turn 144",
+          "corpus:begin": 421487,
+          "corpus:end": 425776
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0145",
+          "dc:title": "Turn 145",
+          "corpus:begin": 425776,
+          "corpus:end": 426568
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0146",
+          "dc:title": "Turn 146",
+          "corpus:begin": 426568,
+          "corpus:end": 428486
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0147",
+          "dc:title": "Turn 147",
+          "corpus:begin": 428486,
+          "corpus:end": 430971
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0148",
+          "dc:title": "Turn 148",
+          "corpus:begin": 430971,
+          "corpus:end": 431620
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0149",
+          "dc:title": "Turn 149",
+          "corpus:begin": 431620,
+          "corpus:end": 433533
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0150",
+          "dc:title": "Turn 150",
+          "corpus:begin": 433533,
+          "corpus:end": 434229
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0151",
+          "dc:title": "Turn 151",
+          "corpus:begin": 434229,
+          "corpus:end": 441843
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0152",
+          "dc:title": "Turn 152",
+          "corpus:begin": 441843,
+          "corpus:end": 442318
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0153",
+          "dc:title": "Turn 153",
+          "corpus:begin": 442318,
+          "corpus:end": 444708
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0154",
+          "dc:title": "Turn 154",
+          "corpus:begin": 444708,
+          "corpus:end": 446401
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0155",
+          "dc:title": "Turn 155",
+          "corpus:begin": 446401,
+          "corpus:end": 447331
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0156",
+          "dc:title": "Turn 156",
+          "corpus:begin": 447331,
+          "corpus:end": 447570
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0157",
+          "dc:title": "Turn 157",
+          "corpus:begin": 447570,
+          "corpus:end": 448266
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0158",
+          "dc:title": "Turn 158",
+          "corpus:begin": 448266,
+          "corpus:end": 448958
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0159",
+          "dc:title": "Turn 159",
+          "corpus:begin": 448958,
+          "corpus:end": 454262
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0160",
+          "dc:title": "Turn 160",
+          "corpus:begin": 454262,
+          "corpus:end": 457777
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0161",
+          "dc:title": "Turn 161",
+          "corpus:begin": 457777,
+          "corpus:end": 459528
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0162",
+          "dc:title": "Turn 162",
+          "corpus:begin": 459528,
+          "corpus:end": 464612
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0163",
+          "dc:title": "Turn 163",
+          "corpus:begin": 464612,
+          "corpus:end": 469040
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0164",
+          "dc:title": "Turn 164",
+          "corpus:begin": 469040,
+          "corpus:end": 471562
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0165",
+          "dc:title": "Turn 165",
+          "corpus:begin": 471562,
+          "corpus:end": 472044
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0166",
+          "dc:title": "Turn 166",
+          "corpus:begin": 472044,
+          "corpus:end": 475411
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0167",
+          "dc:title": "Turn 167",
+          "corpus:begin": 475411,
+          "corpus:end": 482404
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0168",
+          "dc:title": "Turn 168",
+          "corpus:begin": 482404,
+          "corpus:end": 485652
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0169",
+          "dc:title": "Turn 169",
+          "corpus:begin": 485652,
+          "corpus:end": 489625
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0170",
+          "dc:title": "Turn 170",
+          "corpus:begin": 489625,
+          "corpus:end": 490832
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0171",
+          "dc:title": "Turn 171",
+          "corpus:begin": 490832,
+          "corpus:end": 498926
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0172",
+          "dc:title": "Turn 172",
+          "corpus:begin": 498926,
+          "corpus:end": 510698
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0173",
+          "dc:title": "Turn 173",
+          "corpus:begin": 510698,
+          "corpus:end": 512205
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0174",
+          "dc:title": "Turn 174",
+          "corpus:begin": 512205,
+          "corpus:end": 513614
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0175",
+          "dc:title": "Turn 175",
+          "corpus:begin": 513614,
+          "corpus:end": 515305
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0176",
+          "dc:title": "Turn 176",
+          "corpus:begin": 515305,
+          "corpus:end": 516760
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0177",
+          "dc:title": "Turn 177",
+          "corpus:begin": 516760,
+          "corpus:end": 517571
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0178",
+          "dc:title": "Turn 178",
+          "corpus:begin": 517571,
+          "corpus:end": 524921
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0179",
+          "dc:title": "Turn 179",
+          "corpus:begin": 524921,
+          "corpus:end": 526214
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0180",
+          "dc:title": "Turn 180",
+          "corpus:begin": 526214,
+          "corpus:end": 526910
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0181",
+          "dc:title": "Turn 181",
+          "corpus:begin": 526910,
+          "corpus:end": 527602
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0182",
+          "dc:title": "Turn 182",
+          "corpus:begin": 527602,
+          "corpus:end": 528656
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0183",
+          "dc:title": "Turn 183",
+          "corpus:begin": 528656,
+          "corpus:end": 531971
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0184",
+          "dc:title": "Turn 184",
+          "corpus:begin": 531971,
+          "corpus:end": 536583
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0185",
+          "dc:title": "Turn 185",
+          "corpus:begin": 536583,
+          "corpus:end": 538563
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0186",
+          "dc:title": "Turn 186",
+          "corpus:begin": 538563,
+          "corpus:end": 539426
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0187",
+          "dc:title": "Turn 187",
+          "corpus:begin": 539426,
+          "corpus:end": 540213
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0188",
+          "dc:title": "Turn 188",
+          "corpus:begin": 540213,
+          "corpus:end": 544601
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0189",
+          "dc:title": "Turn 189",
+          "corpus:begin": 544601,
+          "corpus:end": 553883
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0190",
+          "dc:title": "Turn 190",
+          "corpus:begin": 553883,
+          "corpus:end": 556564
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0191",
+          "dc:title": "Turn 191",
+          "corpus:begin": 556564,
+          "corpus:end": 557618
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0192",
+          "dc:title": "Turn 192",
+          "corpus:begin": 557618,
+          "corpus:end": 560122
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0193",
+          "dc:title": "Turn 193",
+          "corpus:begin": 560122,
+          "corpus:end": 567043
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0194",
+          "dc:title": "Turn 194",
+          "corpus:begin": 567043,
+          "corpus:end": 569361
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0195",
+          "dc:title": "Turn 195",
+          "corpus:begin": 569361,
+          "corpus:end": 571922
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0196",
+          "dc:title": "Turn 196",
+          "corpus:begin": 571922,
+          "corpus:end": 576459
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0197",
+          "dc:title": "Turn 197",
+          "corpus:begin": 576459,
+          "corpus:end": 578085
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0198",
+          "dc:title": "Turn 198",
+          "corpus:begin": 578085,
+          "corpus:end": 583845
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0199",
+          "dc:title": "Turn 199",
+          "corpus:begin": 583845,
+          "corpus:end": 586616
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0200",
+          "dc:title": "Turn 200",
+          "corpus:begin": 586616,
+          "corpus:end": 599450
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0201",
+          "dc:title": "Turn 201",
+          "corpus:begin": 599450,
+          "corpus:end": 600801
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0202",
+          "dc:title": "Turn 202",
+          "corpus:begin": 600801,
+          "corpus:end": 602161
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0203",
+          "dc:title": "Turn 203",
+          "corpus:begin": 602161,
+          "corpus:end": 604993
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0204",
+          "dc:title": "Turn 204",
+          "corpus:begin": 604993,
+          "corpus:end": 608453
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0205",
+          "dc:title": "Turn 205",
+          "corpus:begin": 608453,
+          "corpus:end": 610242
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0206",
+          "dc:title": "Turn 206",
+          "corpus:begin": 610242,
+          "corpus:end": 611821
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0207",
+          "dc:title": "Turn 207",
+          "corpus:begin": 611821,
+          "corpus:end": 612436
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0208",
+          "dc:title": "Turn 208",
+          "corpus:begin": 612436,
+          "corpus:end": 613562
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0209",
+          "dc:title": "Turn 209",
+          "corpus:begin": 613562,
+          "corpus:end": 617764
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0210",
+          "dc:title": "Turn 210",
+          "corpus:begin": 617764,
+          "corpus:end": 619867
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0211",
+          "dc:title": "Turn 211",
+          "corpus:begin": 619867,
+          "corpus:end": 621566
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0212",
+          "dc:title": "Turn 212",
+          "corpus:begin": 621566,
+          "corpus:end": 623121
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0213",
+          "dc:title": "Turn 213",
+          "corpus:begin": 623121,
+          "corpus:end": 623984
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0214",
+          "dc:title": "Turn 214",
+          "corpus:begin": 623984,
+          "corpus:end": 627776
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0215",
+          "dc:title": "Turn 215",
+          "corpus:begin": 627776,
+          "corpus:end": 630280
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0216",
+          "dc:title": "Turn 216",
+          "corpus:begin": 630280,
+          "corpus:end": 632651
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0217",
+          "dc:title": "Turn 217",
+          "corpus:begin": 632651,
+          "corpus:end": 638284
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0218",
+          "dc:title": "Turn 218",
+          "corpus:begin": 638284,
+          "corpus:end": 644517
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0219",
+          "dc:title": "Turn 219",
+          "corpus:begin": 644517,
+          "corpus:end": 646358
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0220",
+          "dc:title": "Turn 220",
+          "corpus:begin": 646358,
+          "corpus:end": 649244
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0221",
+          "dc:title": "Turn 221",
+          "corpus:begin": 649244,
+          "corpus:end": 649797
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0222",
+          "dc:title": "Turn 222",
+          "corpus:begin": 649797,
+          "corpus:end": 654815
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0223",
+          "dc:title": "Turn 223",
+          "corpus:begin": 654815,
+          "corpus:end": 657558
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0224",
+          "dc:title": "Turn 224",
+          "corpus:begin": 657558,
+          "corpus:end": 662719
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0225",
+          "dc:title": "Turn 225",
+          "corpus:begin": 662719,
+          "corpus:end": 663821
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0226",
+          "dc:title": "Turn 226",
+          "corpus:begin": 663821,
+          "corpus:end": 664136
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0227",
+          "dc:title": "Turn 227",
+          "corpus:begin": 664136,
+          "corpus:end": 665572
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0228",
+          "dc:title": "Turn 228",
+          "corpus:begin": 665572,
+          "corpus:end": 668825
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0229",
+          "dc:title": "Turn 229",
+          "corpus:begin": 668825,
+          "corpus:end": 682180
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0230",
+          "dc:title": "Turn 230",
+          "corpus:begin": 682180,
+          "corpus:end": 686435
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0231",
+          "dc:title": "Turn 231",
+          "corpus:begin": 686435,
+          "corpus:end": 687060
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0232",
+          "dc:title": "Turn 232",
+          "corpus:begin": 687060,
+          "corpus:end": 691315
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0233",
+          "dc:title": "Turn 233",
+          "corpus:begin": 691315,
+          "corpus:end": 691844
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0234",
+          "dc:title": "Turn 234",
+          "corpus:begin": 691844,
+          "corpus:end": 698317
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0235",
+          "dc:title": "Turn 235",
+          "corpus:begin": 698317,
+          "corpus:end": 704183
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0236",
+          "dc:title": "Turn 236",
+          "corpus:begin": 704183,
+          "corpus:end": 706497
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0237",
+          "dc:title": "Turn 237",
+          "corpus:begin": 706497,
+          "corpus:end": 707241
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0238",
+          "dc:title": "Turn 238",
+          "corpus:begin": 707241,
+          "corpus:end": 707950
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0239",
+          "dc:title": "Turn 239",
+          "corpus:begin": 707950,
+          "corpus:end": 709654
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0240",
+          "dc:title": "Turn 240",
+          "corpus:begin": 709654,
+          "corpus:end": 711854
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0241",
+          "dc:title": "Turn 241",
+          "corpus:begin": 711854,
+          "corpus:end": 716132
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0242",
+          "dc:title": "Turn 242",
+          "corpus:begin": 716132,
+          "corpus:end": 719185
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0243",
+          "dc:title": "Turn 243",
+          "corpus:begin": 719185,
+          "corpus:end": 723511
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0244",
+          "dc:title": "Turn 244",
+          "corpus:begin": 723511,
+          "corpus:end": 729216
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0245",
+          "dc:title": "Turn 245",
+          "corpus:begin": 729216,
+          "corpus:end": 730199
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0246",
+          "dc:title": "Turn 246",
+          "corpus:begin": 730199,
+          "corpus:end": 736003
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0247",
+          "dc:title": "Turn 247",
+          "corpus:begin": 736003,
+          "corpus:end": 736272
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0248",
+          "dc:title": "Turn 248",
+          "corpus:begin": 736272,
+          "corpus:end": 744550
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0249",
+          "dc:title": "Turn 249",
+          "corpus:begin": 744550,
+          "corpus:end": 750087
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0250",
+          "dc:title": "Turn 250",
+          "corpus:begin": 750087,
+          "corpus:end": 751208
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0251",
+          "dc:title": "Turn 251",
+          "corpus:begin": 751208,
+          "corpus:end": 751518
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0252",
+          "dc:title": "Turn 252",
+          "corpus:begin": 751518,
+          "corpus:end": 752456
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0253",
+          "dc:title": "Turn 253",
+          "corpus:begin": 752456,
+          "corpus:end": 754208
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0254",
+          "dc:title": "Turn 254",
+          "corpus:begin": 754208,
+          "corpus:end": 762207
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0255",
+          "dc:title": "Turn 255",
+          "corpus:begin": 762207,
+          "corpus:end": 762565
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0256",
+          "dc:title": "Turn 256",
+          "corpus:begin": 762565,
+          "corpus:end": 765623
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0257",
+          "dc:title": "Turn 257",
+          "corpus:begin": 765623,
+          "corpus:end": 775357
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0258",
+          "dc:title": "Turn 258",
+          "corpus:begin": 775357,
+          "corpus:end": 777623
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0259",
+          "dc:title": "Turn 259",
+          "corpus:begin": 777623,
+          "corpus:end": 784802
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0260",
+          "dc:title": "Turn 260",
+          "corpus:begin": 784802,
+          "corpus:end": 797452
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0261",
+          "dc:title": "Turn 261",
+          "corpus:begin": 797452,
+          "corpus:end": 808508
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0262",
+          "dc:title": "Turn 262",
+          "corpus:begin": 808508,
+          "corpus:end": 809105
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0263",
+          "dc:title": "Turn 263",
+          "corpus:begin": 809105,
+          "corpus:end": 813479
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0264",
+          "dc:title": "Turn 264",
+          "corpus:begin": 813479,
+          "corpus:end": 814342
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0265",
+          "dc:title": "Turn 265",
+          "corpus:begin": 814342,
+          "corpus:end": 814867
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0266",
+          "dc:title": "Turn 266",
+          "corpus:begin": 814867,
+          "corpus:end": 817249
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0267",
+          "dc:title": "Turn 267",
+          "corpus:begin": 817249,
+          "corpus:end": 821017
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0268",
+          "dc:title": "Turn 268",
+          "corpus:begin": 821017,
+          "corpus:end": 823431
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0269",
+          "dc:title": "Turn 269",
+          "corpus:begin": 823431,
+          "corpus:end": 826326
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0270",
+          "dc:title": "Turn 270",
+          "corpus:begin": 826326,
+          "corpus:end": 828592
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0271",
+          "dc:title": "Turn 271",
+          "corpus:begin": 828592,
+          "corpus:end": 830004
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0272",
+          "dc:title": "Turn 272",
+          "corpus:begin": 830004,
+          "corpus:end": 830533
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0273",
+          "dc:title": "Turn 273",
+          "corpus:begin": 830533,
+          "corpus:end": 831034
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0274",
+          "dc:title": "Turn 274",
+          "corpus:begin": 831034,
+          "corpus:end": 834444
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0275",
+          "dc:title": "Turn 275",
+          "corpus:begin": 834444,
+          "corpus:end": 836662
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0276",
+          "dc:title": "Turn 276",
+          "corpus:begin": 836662,
+          "corpus:end": 839572
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0277",
+          "dc:title": "Turn 277",
+          "corpus:begin": 839572,
+          "corpus:end": 846755
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0278",
+          "dc:title": "Turn 278",
+          "corpus:begin": 846755,
+          "corpus:end": 849264
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0279",
+          "dc:title": "Turn 279",
+          "corpus:begin": 849264,
+          "corpus:end": 849579
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0280",
+          "dc:title": "Turn 280",
+          "corpus:begin": 849579,
+          "corpus:end": 850161
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0281",
+          "dc:title": "Turn 281",
+          "corpus:begin": 850161,
+          "corpus:end": 857330
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0282",
+          "dc:title": "Turn 282",
+          "corpus:begin": 857330,
+          "corpus:end": 858360
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0283",
+          "dc:title": "Turn 283",
+          "corpus:begin": 858360,
+          "corpus:end": 858789
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0284",
+          "dc:title": "Turn 284",
+          "corpus:begin": 858789,
+          "corpus:end": 861484
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0285",
+          "dc:title": "Turn 285",
+          "corpus:begin": 861484,
+          "corpus:end": 861990
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0286",
+          "dc:title": "Turn 286",
+          "corpus:begin": 861990,
+          "corpus:end": 868282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0287",
+          "dc:title": "Turn 287",
+          "corpus:begin": 868282,
+          "corpus:end": 870580
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0288",
+          "dc:title": "Turn 288",
+          "corpus:begin": 870580,
+          "corpus:end": 875093
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0289",
+          "dc:title": "Turn 289",
+          "corpus:begin": 875093,
+          "corpus:end": 877912
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0290",
+          "dc:title": "Turn 290",
+          "corpus:begin": 877912,
+          "corpus:end": 878532
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0291",
+          "dc:title": "Turn 291",
+          "corpus:begin": 878532,
+          "corpus:end": 879219
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0292",
+          "dc:title": "Turn 292",
+          "corpus:begin": 879219,
+          "corpus:end": 880116
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0293",
+          "dc:title": "Turn 293",
+          "corpus:begin": 880116,
+          "corpus:end": 881862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0294",
+          "dc:title": "Turn 294",
+          "corpus:begin": 881862,
+          "corpus:end": 884371
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0295",
+          "dc:title": "Turn 295",
+          "corpus:begin": 884371,
+          "corpus:end": 884781
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0296",
+          "dc:title": "Turn 296",
+          "corpus:begin": 884781,
+          "corpus:end": 890648
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0297",
+          "dc:title": "Turn 297",
+          "corpus:begin": 890648,
+          "corpus:end": 894992
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0298",
+          "dc:title": "Turn 298",
+          "corpus:begin": 894992,
+          "corpus:end": 895523
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0299",
+          "dc:title": "Turn 299",
+          "corpus:begin": 895523,
+          "corpus:end": 896434
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0300",
+          "dc:title": "Turn 300",
+          "corpus:begin": 896434,
+          "corpus:end": 898042
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0301",
+          "dc:title": "Turn 301",
+          "corpus:begin": 898042,
+          "corpus:end": 900956
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0302",
+          "dc:title": "Turn 302",
+          "corpus:begin": 900956,
+          "corpus:end": 911163
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0303",
+          "dc:title": "Turn 303",
+          "corpus:begin": 911163,
+          "corpus:end": 914864
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "dc:title": "Turn 304",
+          "corpus:begin": 914864,
+          "corpus:end": 939437
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0305",
+          "dc:title": "Turn 305",
+          "corpus:begin": 939437,
+          "corpus:end": 945266
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0306",
+          "dc:title": "Turn 306",
+          "corpus:begin": 945266,
+          "corpus:end": 948925
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0307",
+          "dc:title": "Turn 307",
+          "corpus:begin": 948925,
+          "corpus:end": 949359
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0308",
+          "dc:title": "Turn 308",
+          "corpus:begin": 949359,
+          "corpus:end": 950146
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0309",
+          "dc:title": "Turn 309",
+          "corpus:begin": 950146,
+          "corpus:end": 951367
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0310",
+          "dc:title": "Turn 310",
+          "corpus:begin": 951367,
+          "corpus:end": 951610
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0311",
+          "dc:title": "Turn 311",
+          "corpus:begin": 951610,
+          "corpus:end": 952648
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0312",
+          "dc:title": "Turn 312",
+          "corpus:begin": 952648,
+          "corpus:end": 953320
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0313",
+          "dc:title": "Turn 313",
+          "corpus:begin": 953320,
+          "corpus:end": 953869
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0314",
+          "dc:title": "Turn 314",
+          "corpus:begin": 953869,
+          "corpus:end": 956536
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0315",
+          "dc:title": "Turn 315",
+          "corpus:begin": 956536,
+          "corpus:end": 965836
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0316",
+          "dc:title": "Turn 316",
+          "corpus:begin": 965836,
+          "corpus:end": 969056
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0317",
+          "dc:title": "Turn 317",
+          "corpus:begin": 969056,
+          "corpus:end": 970468
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0318",
+          "dc:title": "Turn 318",
+          "corpus:begin": 970468,
+          "corpus:end": 970878
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0319",
+          "dc:title": "Turn 319",
+          "corpus:begin": 970878,
+          "corpus:end": 975515
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0320",
+          "dc:title": "Turn 320",
+          "corpus:begin": 975515,
+          "corpus:end": 976187
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0321",
+          "dc:title": "Turn 321",
+          "corpus:begin": 976187,
+          "corpus:end": 978453
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0322",
+          "dc:title": "Turn 322",
+          "corpus:begin": 978453,
+          "corpus:end": 979125
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0323",
+          "dc:title": "Turn 323",
+          "corpus:begin": 979125,
+          "corpus:end": 979559
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0324",
+          "dc:title": "Turn 324",
+          "corpus:begin": 979559,
+          "corpus:end": 980012
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0325",
+          "dc:title": "Turn 325",
+          "corpus:begin": 980012,
+          "corpus:end": 981944
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0326",
+          "dc:title": "Turn 326",
+          "corpus:begin": 981944,
+          "corpus:end": 982353
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0327",
+          "dc:title": "Turn 327",
+          "corpus:begin": 982353,
+          "corpus:end": 988187
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0328",
+          "dc:title": "Turn 328",
+          "corpus:begin": 988187,
+          "corpus:end": 988764
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0329",
+          "dc:title": "Turn 329",
+          "corpus:begin": 988764,
+          "corpus:end": 989488
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0330",
+          "dc:title": "Turn 330",
+          "corpus:begin": 989488,
+          "corpus:end": 1000207
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0331",
+          "dc:title": "Turn 331",
+          "corpus:begin": 1000207,
+          "corpus:end": 1000689
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0332",
+          "dc:title": "Turn 332",
+          "corpus:begin": 1000689,
+          "corpus:end": 1005082
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0333",
+          "dc:title": "Turn 333",
+          "corpus:begin": 1005082,
+          "corpus:end": 1008406
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0334",
+          "dc:title": "Turn 334",
+          "corpus:begin": 1008406,
+          "corpus:end": 1018647
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0335",
+          "dc:title": "Turn 335",
+          "corpus:begin": 1018647,
+          "corpus:end": 1020803
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0336",
+          "dc:title": "Turn 336",
+          "corpus:begin": 1020803,
+          "corpus:end": 1021738
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0337",
+          "dc:title": "Turn 337",
+          "corpus:begin": 1021738,
+          "corpus:end": 1022434
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0338",
+          "dc:title": "Turn 338",
+          "corpus:begin": 1022434,
+          "corpus:end": 1027681
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0339",
+          "dc:title": "Turn 339",
+          "corpus:begin": 1027681,
+          "corpus:end": 1028687
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0340",
+          "dc:title": "Turn 340",
+          "corpus:begin": 1028687,
+          "corpus:end": 1031692
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0341",
+          "dc:title": "Turn 341",
+          "corpus:begin": 1031692,
+          "corpus:end": 1038260
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0342",
+          "dc:title": "Turn 342",
+          "corpus:begin": 1038260,
+          "corpus:end": 1040530
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0343",
+          "dc:title": "Turn 343",
+          "corpus:begin": 1040530,
+          "corpus:end": 1043630
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0344",
+          "dc:title": "Turn 344",
+          "corpus:begin": 1043630,
+          "corpus:end": 1048305
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0345",
+          "dc:title": "Turn 345",
+          "corpus:begin": 1048305,
+          "corpus:end": 1055102
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0346",
+          "dc:title": "Turn 346",
+          "corpus:begin": 1055102,
+          "corpus:end": 1056538
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0347",
+          "dc:title": "Turn 347",
+          "corpus:begin": 1056538,
+          "corpus:end": 1057187
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0348",
+          "dc:title": "Turn 348",
+          "corpus:begin": 1057187,
+          "corpus:end": 1057669
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0349",
+          "dc:title": "Turn 349",
+          "corpus:begin": 1057669,
+          "corpus:end": 1060707
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0350",
+          "dc:title": "Turn 350",
+          "corpus:begin": 1060707,
+          "corpus:end": 1061733
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0351",
+          "dc:title": "Turn 351",
+          "corpus:begin": 1061733,
+          "corpus:end": 1062644
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0352",
+          "dc:title": "Turn 352",
+          "corpus:begin": 1062644,
+          "corpus:end": 1063774
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0353",
+          "dc:title": "Turn 353",
+          "corpus:begin": 1063774,
+          "corpus:end": 1069221
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0354",
+          "dc:title": "Turn 354",
+          "corpus:begin": 1069221,
+          "corpus:end": 1069674
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0355",
+          "dc:title": "Turn 355",
+          "corpus:begin": 1069674,
+          "corpus:end": 1069937
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0356",
+          "dc:title": "Turn 356",
+          "corpus:begin": 1069937,
+          "corpus:end": 1070252
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0357",
+          "dc:title": "Turn 357",
+          "corpus:begin": 1070252,
+          "corpus:end": 1070805
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0358",
+          "dc:title": "Turn 358",
+          "corpus:begin": 1070805,
+          "corpus:end": 1072498
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "dc:title": "Turn 359",
+          "corpus:begin": 1072498,
+          "corpus:end": 1082501
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0360",
+          "dc:title": "Turn 360",
+          "corpus:begin": 1082501,
+          "corpus:end": 1083126
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0361",
+          "dc:title": "Turn 361",
+          "corpus:begin": 1083126,
+          "corpus:end": 1087476
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0362",
+          "dc:title": "Turn 362",
+          "corpus:begin": 1087476,
+          "corpus:end": 1087858
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0363",
+          "dc:title": "Turn 363",
+          "corpus:begin": 1087858,
+          "corpus:end": 1088268
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0364",
+          "dc:title": "Turn 364",
+          "corpus:begin": 1088268,
+          "corpus:end": 1090462
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0365",
+          "dc:title": "Turn 365",
+          "corpus:begin": 1090462,
+          "corpus:end": 1090820
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0366",
+          "dc:title": "Turn 366",
+          "corpus:begin": 1090820,
+          "corpus:end": 1092523
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0367",
+          "dc:title": "Turn 367",
+          "corpus:begin": 1092523,
+          "corpus:end": 1098299
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0368",
+          "dc:title": "Turn 368",
+          "corpus:begin": 1098299,
+          "corpus:end": 1106388
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0369",
+          "dc:title": "Turn 369",
+          "corpus:begin": 1106388,
+          "corpus:end": 1107056
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0370",
+          "dc:title": "Turn 370",
+          "corpus:begin": 1107056,
+          "corpus:end": 1107795
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0371",
+          "dc:title": "Turn 371",
+          "corpus:begin": 1107795,
+          "corpus:end": 1108253
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0372",
+          "dc:title": "Turn 372",
+          "corpus:begin": 1108253,
+          "corpus:end": 1110910
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0373",
+          "dc:title": "Turn 373",
+          "corpus:begin": 1110910,
+          "corpus:end": 1112417
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0374",
+          "dc:title": "Turn 374",
+          "corpus:begin": 1112417,
+          "corpus:end": 1113013
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0375",
+          "dc:title": "Turn 375",
+          "corpus:begin": 1113013,
+          "corpus:end": 1114396
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0376",
+          "dc:title": "Turn 376",
+          "corpus:begin": 1114396,
+          "corpus:end": 1115947
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0377",
+          "dc:title": "Turn 377",
+          "corpus:begin": 1115947,
+          "corpus:end": 1116763
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0378",
+          "dc:title": "Turn 378",
+          "corpus:begin": 1116763,
+          "corpus:end": 1118819
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0379",
+          "dc:title": "Turn 379",
+          "corpus:begin": 1118819,
+          "corpus:end": 1119110
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0380",
+          "dc:title": "Turn 380",
+          "corpus:begin": 1119110,
+          "corpus:end": 1120379
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0381",
+          "dc:title": "Turn 381",
+          "corpus:begin": 1120379,
+          "corpus:end": 1123222
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0382",
+          "dc:title": "Turn 382",
+          "corpus:begin": 1123222,
+          "corpus:end": 1124991
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0383",
+          "dc:title": "Turn 383",
+          "corpus:begin": 1124991,
+          "corpus:end": 1129795
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0384",
+          "dc:title": "Turn 384",
+          "corpus:begin": 1129795,
+          "corpus:end": 1130467
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0385",
+          "dc:title": "Turn 385",
+          "corpus:begin": 1130467,
+          "corpus:end": 1136458
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0386",
+          "dc:title": "Turn 386",
+          "corpus:begin": 1136458,
+          "corpus:end": 1137126
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0387",
+          "dc:title": "Turn 387",
+          "corpus:begin": 1137126,
+          "corpus:end": 1137727
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0388",
+          "dc:title": "Turn 388",
+          "corpus:begin": 1137727,
+          "corpus:end": 1139830
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0389",
+          "dc:title": "Turn 389",
+          "corpus:begin": 1139830,
+          "corpus:end": 1142883
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0390",
+          "dc:title": "Turn 390",
+          "corpus:begin": 1142883,
+          "corpus:end": 1156509
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0391",
+          "dc:title": "Turn 391",
+          "corpus:begin": 1156509,
+          "corpus:end": 1158274
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0392",
+          "dc:title": "Turn 392",
+          "corpus:begin": 1158274,
+          "corpus:end": 1165630
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0393",
+          "dc:title": "Turn 393",
+          "corpus:begin": 1165630,
+          "corpus:end": 1167304
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0394",
+          "dc:title": "Turn 394",
+          "corpus:begin": 1167304,
+          "corpus:end": 1170862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0395",
+          "dc:title": "Turn 395",
+          "corpus:begin": 1170862,
+          "corpus:end": 1171459
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0396",
+          "dc:title": "Turn 396",
+          "corpus:begin": 1171459,
+          "corpus:end": 1179453
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0397",
+          "dc:title": "Turn 397",
+          "corpus:begin": 1179453,
+          "corpus:end": 1180340
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "dc:title": "Turn 398",
+          "corpus:begin": 1180340,
+          "corpus:end": 1188763
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0399",
+          "dc:title": "Turn 399",
+          "corpus:begin": 1188763,
+          "corpus:end": 1189407
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "dc:title": "Turn 400",
+          "corpus:begin": 1189407,
+          "corpus:end": 1215249
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0401",
+          "dc:title": "Turn 401",
+          "corpus:begin": 1215249,
+          "corpus:end": 1215611
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0402",
+          "dc:title": "Turn 402",
+          "corpus:begin": 1215611,
+          "corpus:end": 1220381
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0403",
+          "dc:title": "Turn 403",
+          "corpus:begin": 1220381,
+          "corpus:end": 1221077
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0404",
+          "dc:title": "Turn 404",
+          "corpus:begin": 1221077,
+          "corpus:end": 1222842
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0405",
+          "dc:title": "Turn 405",
+          "corpus:begin": 1222842,
+          "corpus:end": 1223343
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0406",
+          "dc:title": "Turn 406",
+          "corpus:begin": 1223343,
+          "corpus:end": 1225589
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0407",
+          "dc:title": "Turn 407",
+          "corpus:begin": 1225589,
+          "corpus:end": 1226949
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0408",
+          "dc:title": "Turn 408",
+          "corpus:begin": 1226949,
+          "corpus:end": 1234781
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0409",
+          "dc:title": "Turn 409",
+          "corpus:begin": 1234781,
+          "corpus:end": 1235883
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0410",
+          "dc:title": "Turn 410",
+          "corpus:begin": 1235883,
+          "corpus:end": 1251695
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0411",
+          "dc:title": "Turn 411",
+          "corpus:begin": 1251695,
+          "corpus:end": 1252336
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0412",
+          "dc:title": "Turn 412",
+          "corpus:begin": 1252336,
+          "corpus:end": 1253288
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0413",
+          "dc:title": "Turn 413",
+          "corpus:begin": 1253288,
+          "corpus:end": 1253993
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0414",
+          "dc:title": "Turn 414",
+          "corpus:begin": 1253993,
+          "corpus:end": 1255345
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0415",
+          "dc:title": "Turn 415",
+          "corpus:begin": 1255345,
+          "corpus:end": 1255851
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0416",
+          "dc:title": "Turn 416",
+          "corpus:begin": 1255851,
+          "corpus:end": 1257430
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0417",
+          "dc:title": "Turn 417",
+          "corpus:begin": 1257430,
+          "corpus:end": 1258866
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0418",
+          "dc:title": "Turn 418",
+          "corpus:begin": 1258866,
+          "corpus:end": 1262782
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0419",
+          "dc:title": "Turn 419",
+          "corpus:begin": 1262782,
+          "corpus:end": 1263288
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0420",
+          "dc:title": "Turn 420",
+          "corpus:begin": 1263288,
+          "corpus:end": 1264891
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0421",
+          "dc:title": "Turn 421",
+          "corpus:begin": 1264891,
+          "corpus:end": 1273552
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0422",
+          "dc:title": "Turn 422",
+          "corpus:begin": 1273552,
+          "corpus:end": 1273839
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0423",
+          "dc:title": "Turn 423",
+          "corpus:begin": 1273839,
+          "corpus:end": 1274583
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0424",
+          "dc:title": "Turn 424",
+          "corpus:begin": 1274583,
+          "corpus:end": 1275394
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0425",
+          "dc:title": "Turn 425",
+          "corpus:begin": 1275394,
+          "corpus:end": 1275852
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0426",
+          "dc:title": "Turn 426",
+          "corpus:begin": 1275852,
+          "corpus:end": 1276405
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0427",
+          "dc:title": "Turn 427",
+          "corpus:begin": 1276405,
+          "corpus:end": 1277049
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0428",
+          "dc:title": "Turn 428",
+          "corpus:begin": 1277049,
+          "corpus:end": 1277765
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0429",
+          "dc:title": "Turn 429",
+          "corpus:begin": 1277765,
+          "corpus:end": 1279463
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0430",
+          "dc:title": "Turn 430",
+          "corpus:begin": 1279463,
+          "corpus:end": 1279921
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0431",
+          "dc:title": "Turn 431",
+          "corpus:begin": 1279921,
+          "corpus:end": 1280927
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0432",
+          "dc:title": "Turn 432",
+          "corpus:begin": 1280927,
+          "corpus:end": 1282024
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0433",
+          "dc:title": "Turn 433",
+          "corpus:begin": 1282024,
+          "corpus:end": 1282430
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0434",
+          "dc:title": "Turn 434",
+          "corpus:begin": 1282430,
+          "corpus:end": 1291735
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0435",
+          "dc:title": "Turn 435",
+          "corpus:begin": 1291735,
+          "corpus:end": 1292527
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0436",
+          "dc:title": "Turn 436",
+          "corpus:begin": 1292527,
+          "corpus:end": 1296472
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0437",
+          "dc:title": "Turn 437",
+          "corpus:begin": 1296472,
+          "corpus:end": 1297001
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "dc:title": "Turn 438",
+          "corpus:begin": 1297001,
+          "corpus:end": 1311001
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0439",
+          "dc:title": "Turn 439",
+          "corpus:begin": 1311001,
+          "corpus:end": 1311411
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "dc:title": "Turn 440",
+          "corpus:begin": 1311411,
+          "corpus:end": 1320369
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0441",
+          "dc:title": "Turn 441",
+          "corpus:begin": 1320369,
+          "corpus:end": 1320636
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0442",
+          "dc:title": "Turn 442",
+          "corpus:begin": 1320636,
+          "corpus:end": 1321016
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0443",
+          "dc:title": "Turn 443",
+          "corpus:begin": 1321016,
+          "corpus:end": 1322692
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0444",
+          "dc:title": "Turn 444",
+          "corpus:begin": 1322692,
+          "corpus:end": 1323675
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0445",
+          "dc:title": "Turn 445",
+          "corpus:begin": 1323675,
+          "corpus:end": 1324757
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0446",
+          "dc:title": "Turn 446",
+          "corpus:begin": 1324757,
+          "corpus:end": 1325239
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0447",
+          "dc:title": "Turn 447",
+          "corpus:begin": 1325239,
+          "corpus:end": 1332580
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0448",
+          "dc:title": "Turn 448",
+          "corpus:begin": 1332580,
+          "corpus:end": 1333372
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "dc:title": "Turn 449",
+          "corpus:begin": 1333372,
+          "corpus:end": 1348201
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0450",
+          "dc:title": "Turn 450",
+          "corpus:begin": 1348201,
+          "corpus:end": 1355432
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "dc:title": "Turn 451",
+          "corpus:begin": 1355432,
+          "corpus:end": 1363774
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0452",
+          "dc:title": "Turn 452",
+          "corpus:begin": 1363774,
+          "corpus:end": 1364637
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0453",
+          "dc:title": "Turn 453",
+          "corpus:begin": 1364637,
+          "corpus:end": 1366617
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0454",
+          "dc:title": "Turn 454",
+          "corpus:begin": 1366617,
+          "corpus:end": 1368716
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0455",
+          "dc:title": "Turn 455",
+          "corpus:begin": 1368716,
+          "corpus:end": 1369727
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0456",
+          "dc:title": "Turn 456",
+          "corpus:begin": 1369727,
+          "corpus:end": 1370471
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0457",
+          "dc:title": "Turn 457",
+          "corpus:begin": 1370471,
+          "corpus:end": 1370996
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0458",
+          "dc:title": "Turn 458",
+          "corpus:begin": 1370996,
+          "corpus:end": 1371955
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0459",
+          "dc:title": "Turn 459",
+          "corpus:begin": 1371955,
+          "corpus:end": 1372437
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0460",
+          "dc:title": "Turn 460",
+          "corpus:begin": 1372437,
+          "corpus:end": 1373205
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0461",
+          "dc:title": "Turn 461",
+          "corpus:begin": 1373205,
+          "corpus:end": 1378695
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0462",
+          "dc:title": "Turn 462",
+          "corpus:begin": 1378695,
+          "corpus:end": 1379010
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0463",
+          "dc:title": "Turn 463",
+          "corpus:begin": 1379010,
+          "corpus:end": 1380594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0464",
+          "dc:title": "Turn 464",
+          "corpus:begin": 1380594,
+          "corpus:end": 1381529
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0465",
+          "dc:title": "Turn 465",
+          "corpus:begin": 1381529,
+          "corpus:end": 1383442
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0466",
+          "dc:title": "Turn 466",
+          "corpus:begin": 1383442,
+          "corpus:end": 1384162
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0467",
+          "dc:title": "Turn 467",
+          "corpus:begin": 1384162,
+          "corpus:end": 1385383
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0468",
+          "dc:title": "Turn 468",
+          "corpus:begin": 1385383,
+          "corpus:end": 1385765
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0469",
+          "dc:title": "Turn 469",
+          "corpus:begin": 1385765,
+          "corpus:end": 1387244
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0470",
+          "dc:title": "Turn 470",
+          "corpus:begin": 1387244,
+          "corpus:end": 1388250
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0471",
+          "dc:title": "Turn 471",
+          "corpus:begin": 1388250,
+          "corpus:end": 1392548
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0472",
+          "dc:title": "Turn 472",
+          "corpus:begin": 1392548,
+          "corpus:end": 1393697
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0473",
+          "dc:title": "Turn 473",
+          "corpus:begin": 1393697,
+          "corpus:end": 1395109
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "dc:title": "Turn 474",
+          "corpus:begin": 1395109,
+          "corpus:end": 1404205
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0475",
+          "dc:title": "Turn 475",
+          "corpus:begin": 1404205,
+          "corpus:end": 1404880
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0476",
+          "dc:title": "Turn 476",
+          "corpus:begin": 1404880,
+          "corpus:end": 1407174
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0477",
+          "dc:title": "Turn 477",
+          "corpus:begin": 1407174,
+          "corpus:end": 1407627
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0478",
+          "dc:title": "Turn 478",
+          "corpus:begin": 1407627,
+          "corpus:end": 1415364
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0479",
+          "dc:title": "Turn 479",
+          "corpus:begin": 1415364,
+          "corpus:end": 1417205
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0480",
+          "dc:title": "Turn 480",
+          "corpus:begin": 1417205,
+          "corpus:end": 1421145
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0481",
+          "dc:title": "Turn 481",
+          "corpus:begin": 1421145,
+          "corpus:end": 1432669
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0482",
+          "dc:title": "Turn 482",
+          "corpus:begin": 1432669,
+          "corpus:end": 1433103
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0483",
+          "dc:title": "Turn 483",
+          "corpus:begin": 1433103,
+          "corpus:end": 1433938
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0484",
+          "dc:title": "Turn 484",
+          "corpus:begin": 1433938,
+          "corpus:end": 1435688
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0485",
+          "dc:title": "Turn 485",
+          "corpus:begin": 1435688,
+          "corpus:end": 1436183
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0486",
+          "dc:title": "Turn 486",
+          "corpus:begin": 1436183,
+          "corpus:end": 1440940
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0487",
+          "dc:title": "Turn 487",
+          "corpus:begin": 1440940,
+          "corpus:end": 1441183
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0488",
+          "dc:title": "Turn 488",
+          "corpus:begin": 1441183,
+          "corpus:end": 1446316
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0489",
+          "dc:title": "Turn 489",
+          "corpus:begin": 1446316,
+          "corpus:end": 1447537
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0490",
+          "dc:title": "Turn 490",
+          "corpus:begin": 1447537,
+          "corpus:end": 1447971
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0491",
+          "dc:title": "Turn 491",
+          "corpus:begin": 1447971,
+          "corpus:end": 1448329
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0492",
+          "dc:title": "Turn 492",
+          "corpus:begin": 1448329,
+          "corpus:end": 1450695
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0493",
+          "dc:title": "Turn 493",
+          "corpus:begin": 1450695,
+          "corpus:end": 1452347
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0494",
+          "dc:title": "Turn 494",
+          "corpus:begin": 1452347,
+          "corpus:end": 1460458
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0495",
+          "dc:title": "Turn 495",
+          "corpus:begin": 1460458,
+          "corpus:end": 1460964
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0496",
+          "dc:title": "Turn 496",
+          "corpus:begin": 1460964,
+          "corpus:end": 1461565
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0497",
+          "dc:title": "Turn 497",
+          "corpus:begin": 1461565,
+          "corpus:end": 1462047
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0498",
+          "dc:title": "Turn 498",
+          "corpus:begin": 1462047,
+          "corpus:end": 1462481
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0499",
+          "dc:title": "Turn 499",
+          "corpus:begin": 1462481,
+          "corpus:end": 1463030
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0500",
+          "dc:title": "Turn 500",
+          "corpus:begin": 1463030,
+          "corpus:end": 1468853
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0501",
+          "dc:title": "Turn 501",
+          "corpus:begin": 1468853,
+          "corpus:end": 1469573
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "dc:title": "Turn 502",
+          "corpus:begin": 1469573,
+          "corpus:end": 1487298
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0503",
+          "dc:title": "Turn 503",
+          "corpus:begin": 1487298,
+          "corpus:end": 1488834
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0504",
+          "dc:title": "Turn 504",
+          "corpus:begin": 1488834,
+          "corpus:end": 1490675
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0505",
+          "dc:title": "Turn 505",
+          "corpus:begin": 1490675,
+          "corpus:end": 1491128
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0506",
+          "dc:title": "Turn 506",
+          "corpus:begin": 1491128,
+          "corpus:end": 1498154
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0507",
+          "dc:title": "Turn 507",
+          "corpus:begin": 1498154,
+          "corpus:end": 1501598
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0508",
+          "dc:title": "Turn 508",
+          "corpus:begin": 1501598,
+          "corpus:end": 1502437
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0509",
+          "dc:title": "Turn 509",
+          "corpus:begin": 1502437,
+          "corpus:end": 1502891
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0510",
+          "dc:title": "Turn 510",
+          "corpus:begin": 1502891,
+          "corpus:end": 1503423
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0511",
+          "dc:title": "Turn 511",
+          "corpus:begin": 1503423,
+          "corpus:end": 1504975
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0512",
+          "dc:title": "Turn 512",
+          "corpus:begin": 1504975,
+          "corpus:end": 1505862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0513",
+          "dc:title": "Turn 513",
+          "corpus:begin": 1505862,
+          "corpus:end": 1507298
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0514",
+          "dc:title": "Turn 514",
+          "corpus:begin": 1507298,
+          "corpus:end": 1507727
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0515",
+          "dc:title": "Turn 515",
+          "corpus:begin": 1507727,
+          "corpus:end": 1508538
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0516",
+          "dc:title": "Turn 516",
+          "corpus:begin": 1508538,
+          "corpus:end": 1509254
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0517",
+          "dc:title": "Turn 517",
+          "corpus:begin": 1509254,
+          "corpus:end": 1509521
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0518",
+          "dc:title": "Turn 518",
+          "corpus:begin": 1509521,
+          "corpus:end": 1510384
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0519",
+          "dc:title": "Turn 519",
+          "corpus:begin": 1510384,
+          "corpus:end": 1511434
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0520",
+          "dc:title": "Turn 520",
+          "corpus:begin": 1511434,
+          "corpus:end": 1513768
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0521",
+          "dc:title": "Turn 521",
+          "corpus:begin": 1513768,
+          "corpus:end": 1514329
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0522",
+          "dc:title": "Turn 522",
+          "corpus:begin": 1514329,
+          "corpus:end": 1517291
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0523",
+          "dc:title": "Turn 523",
+          "corpus:begin": 1517291,
+          "corpus:end": 1518507
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0524",
+          "dc:title": "Turn 524",
+          "corpus:begin": 1518507,
+          "corpus:end": 1528394
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0525",
+          "dc:title": "Turn 525",
+          "corpus:begin": 1528394,
+          "corpus:end": 1528828
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0526",
+          "dc:title": "Turn 526",
+          "corpus:begin": 1528828,
+          "corpus:end": 1539045
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0527",
+          "dc:title": "Turn 527",
+          "corpus:begin": 1539045,
+          "corpus:end": 1539551
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0528",
+          "dc:title": "Turn 528",
+          "corpus:begin": 1539551,
+          "corpus:end": 1542465
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0529",
+          "dc:title": "Turn 529",
+          "corpus:begin": 1542465,
+          "corpus:end": 1543109
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0530",
+          "dc:title": "Turn 530",
+          "corpus:begin": 1543109,
+          "corpus:end": 1544874
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0531",
+          "dc:title": "Turn 531",
+          "corpus:begin": 1544874,
+          "corpus:end": 1546934
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0532",
+          "dc:title": "Turn 532",
+          "corpus:begin": 1546934,
+          "corpus:end": 1547578
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0533",
+          "dc:title": "Turn 533",
+          "corpus:begin": 1547578,
+          "corpus:end": 1548008
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0534",
+          "dc:title": "Turn 534",
+          "corpus:begin": 1548008,
+          "corpus:end": 1548370
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0535",
+          "dc:title": "Turn 535",
+          "corpus:begin": 1548370,
+          "corpus:end": 1554075
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0536",
+          "dc:title": "Turn 536",
+          "corpus:begin": 1554075,
+          "corpus:end": 1555630
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0537",
+          "dc:title": "Turn 537",
+          "corpus:begin": 1555630,
+          "corpus:end": 1558663
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0538",
+          "dc:title": "Turn 538",
+          "corpus:begin": 1558663,
+          "corpus:end": 1559312
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0539",
+          "dc:title": "Turn 539",
+          "corpus:begin": 1559312,
+          "corpus:end": 1560247
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0540",
+          "dc:title": "Turn 540",
+          "corpus:begin": 1560247,
+          "corpus:end": 1561015
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0541",
+          "dc:title": "Turn 541",
+          "corpus:begin": 1561015,
+          "corpus:end": 1562164
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0542",
+          "dc:title": "Turn 542",
+          "corpus:begin": 1562164,
+          "corpus:end": 1562546
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "dc:title": "Turn 543",
+          "corpus:begin": 1562546,
+          "corpus:end": 1574051
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0544",
+          "dc:title": "Turn 544",
+          "corpus:begin": 1574051,
+          "corpus:end": 1574914
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0545",
+          "dc:title": "Turn 545",
+          "corpus:begin": 1574914,
+          "corpus:end": 1577738
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0546",
+          "dc:title": "Turn 546",
+          "corpus:begin": 1577738,
+          "corpus:end": 1580605
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0547",
+          "dc:title": "Turn 547",
+          "corpus:begin": 1580605,
+          "corpus:end": 1582947
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0548",
+          "dc:title": "Turn 548",
+          "corpus:begin": 1582947,
+          "corpus:end": 1584454
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0549",
+          "dc:title": "Turn 549",
+          "corpus:begin": 1584454,
+          "corpus:end": 1585575
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0550",
+          "dc:title": "Turn 550",
+          "corpus:begin": 1585575,
+          "corpus:end": 1585866
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0551",
+          "dc:title": "Turn 551",
+          "corpus:begin": 1585866,
+          "corpus:end": 1586801
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0552",
+          "dc:title": "Turn 552",
+          "corpus:begin": 1586801,
+          "corpus:end": 1588260
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0553",
+          "dc:title": "Turn 553",
+          "corpus:begin": 1588260,
+          "corpus:end": 1589739
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0554",
+          "dc:title": "Turn 554",
+          "corpus:begin": 1589739,
+          "corpus:end": 1592844
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0555",
+          "dc:title": "Turn 555",
+          "corpus:begin": 1592844,
+          "corpus:end": 1598329
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0556",
+          "dc:title": "Turn 556",
+          "corpus:begin": 1598329,
+          "corpus:end": 1600389
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0557",
+          "dc:title": "Turn 557",
+          "corpus:begin": 1600389,
+          "corpus:end": 1603466
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0558",
+          "dc:title": "Turn 558",
+          "corpus:begin": 1603466,
+          "corpus:end": 1603781
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0559",
+          "dc:title": "Turn 559",
+          "corpus:begin": 1603781,
+          "corpus:end": 1604287
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0560",
+          "dc:title": "Turn 560",
+          "corpus:begin": 1604287,
+          "corpus:end": 1607511
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0561",
+          "dc:title": "Turn 561",
+          "corpus:begin": 1607511,
+          "corpus:end": 1611160
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0562",
+          "dc:title": "Turn 562",
+          "corpus:begin": 1611160,
+          "corpus:end": 1612476
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0563",
+          "dc:title": "Turn 563",
+          "corpus:begin": 1612476,
+          "corpus:end": 1613597
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0564",
+          "dc:title": "Turn 564",
+          "corpus:begin": 1613597,
+          "corpus:end": 1614293
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0565",
+          "dc:title": "Turn 565",
+          "corpus:begin": 1614293,
+          "corpus:end": 1616320
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0566",
+          "dc:title": "Turn 566",
+          "corpus:begin": 1616320,
+          "corpus:end": 1617036
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0567",
+          "dc:title": "Turn 567",
+          "corpus:begin": 1617036,
+          "corpus:end": 1621863
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0568",
+          "dc:title": "Turn 568",
+          "corpus:begin": 1621863,
+          "corpus:end": 1622483
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0569",
+          "dc:title": "Turn 569",
+          "corpus:begin": 1622483,
+          "corpus:end": 1624754
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0570",
+          "dc:title": "Turn 570",
+          "corpus:begin": 1624754,
+          "corpus:end": 1627334
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0571",
+          "dc:title": "Turn 571",
+          "corpus:begin": 1627334,
+          "corpus:end": 1627978
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0572",
+          "dc:title": "Turn 572",
+          "corpus:begin": 1627978,
+          "corpus:end": 1631250
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0573",
+          "dc:title": "Turn 573",
+          "corpus:begin": 1631250,
+          "corpus:end": 1632085
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0574",
+          "dc:title": "Turn 574",
+          "corpus:begin": 1632085,
+          "corpus:end": 1635309
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0575",
+          "dc:title": "Turn 575",
+          "corpus:begin": 1635309,
+          "corpus:end": 1635953
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0576",
+          "dc:title": "Turn 576",
+          "corpus:begin": 1635953,
+          "corpus:end": 1639797
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0577",
+          "dc:title": "Turn 577",
+          "corpus:begin": 1639797,
+          "corpus:end": 1640298
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0578",
+          "dc:title": "Turn 578",
+          "corpus:begin": 1640298,
+          "corpus:end": 1640679
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0579",
+          "dc:title": "Turn 579",
+          "corpus:begin": 1640679,
+          "corpus:end": 1641256
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0580",
+          "dc:title": "Turn 580",
+          "corpus:begin": 1641256,
+          "corpus:end": 1645612
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0581",
+          "dc:title": "Turn 581",
+          "corpus:begin": 1645612,
+          "corpus:end": 1647954
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0582",
+          "dc:title": "Turn 582",
+          "corpus:begin": 1647954,
+          "corpus:end": 1648445
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0583",
+          "dc:title": "Turn 583",
+          "corpus:begin": 1648445,
+          "corpus:end": 1649061
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0584",
+          "dc:title": "Turn 584",
+          "corpus:begin": 1649061,
+          "corpus:end": 1650640
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0585",
+          "dc:title": "Turn 585",
+          "corpus:begin": 1650640,
+          "corpus:end": 1651885
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0586",
+          "dc:title": "Turn 586",
+          "corpus:begin": 1651885,
+          "corpus:end": 1652634
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0587",
+          "dc:title": "Turn 587",
+          "corpus:begin": 1652634,
+          "corpus:end": 1653564
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0588",
+          "dc:title": "Turn 588",
+          "corpus:begin": 1653564,
+          "corpus:end": 1655058
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0589",
+          "dc:title": "Turn 589",
+          "corpus:begin": 1655058,
+          "corpus:end": 1660581
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0590",
+          "dc:title": "Turn 590",
+          "corpus:begin": 1660581,
+          "corpus:end": 1665093
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0591",
+          "dc:title": "Turn 591",
+          "corpus:begin": 1665093,
+          "corpus:end": 1665522
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0592",
+          "dc:title": "Turn 592",
+          "corpus:begin": 1665522,
+          "corpus:end": 1666682
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0593",
+          "dc:title": "Turn 593",
+          "corpus:begin": 1666682,
+          "corpus:end": 1668032
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0594",
+          "dc:title": "Turn 594",
+          "corpus:begin": 1668032,
+          "corpus:end": 1669730
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0595",
+          "dc:title": "Turn 595",
+          "corpus:begin": 1669730,
+          "corpus:end": 1670379
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0596",
+          "dc:title": "Turn 596",
+          "corpus:begin": 1670379,
+          "corpus:end": 1671171
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0597",
+          "dc:title": "Turn 597",
+          "corpus:begin": 1671171,
+          "corpus:end": 1671987
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0598",
+          "dc:title": "Turn 598",
+          "corpus:begin": 1671987,
+          "corpus:end": 1672683
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0599",
+          "dc:title": "Turn 599",
+          "corpus:begin": 1672683,
+          "corpus:end": 1673494
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0600",
+          "dc:title": "Turn 600",
+          "corpus:begin": 1673494,
+          "corpus:end": 1674262
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0601",
+          "dc:title": "Turn 601",
+          "corpus:begin": 1674262,
+          "corpus:end": 1675187
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0602",
+          "dc:title": "Turn 602",
+          "corpus:begin": 1675187,
+          "corpus:end": 1676275
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0603",
+          "dc:title": "Turn 603",
+          "corpus:begin": 1676275,
+          "corpus:end": 1676991
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "dc:title": "Turn 604",
+          "corpus:begin": 1676991,
+          "corpus:end": 1695727
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0605",
+          "dc:title": "Turn 605",
+          "corpus:begin": 1695727,
+          "corpus:end": 1696376
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0606",
+          "dc:title": "Turn 606",
+          "corpus:begin": 1696376,
+          "corpus:end": 1697287
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0607",
+          "dc:title": "Turn 607",
+          "corpus:begin": 1697287,
+          "corpus:end": 1701818
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0608",
+          "dc:title": "Turn 608",
+          "corpus:begin": 1701818,
+          "corpus:end": 1703940
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "dc:title": "Turn 609",
+          "corpus:begin": 1703940,
+          "corpus:end": 1719433
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0610",
+          "dc:title": "Turn 610",
+          "corpus:begin": 1719433,
+          "corpus:end": 1720463
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0611",
+          "dc:title": "Turn 611",
+          "corpus:begin": 1720463,
+          "corpus:end": 1726297
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0612",
+          "dc:title": "Turn 612",
+          "corpus:begin": 1726297,
+          "corpus:end": 1731425
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0613",
+          "dc:title": "Turn 613",
+          "corpus:begin": 1731425,
+          "corpus:end": 1732312
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0614",
+          "dc:title": "Turn 614",
+          "corpus:begin": 1732312,
+          "corpus:end": 1733504
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0615",
+          "dc:title": "Turn 615",
+          "corpus:begin": 1733504,
+          "corpus:end": 1734745
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0616",
+          "dc:title": "Turn 616",
+          "corpus:begin": 1734745,
+          "corpus:end": 1735227
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0617",
+          "dc:title": "Turn 617",
+          "corpus:begin": 1735227,
+          "corpus:end": 1735661
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0618",
+          "dc:title": "Turn 618",
+          "corpus:begin": 1735661,
+          "corpus:end": 1736143
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0619",
+          "dc:title": "Turn 619",
+          "corpus:begin": 1736143,
+          "corpus:end": 1736630
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0620",
+          "dc:title": "Turn 620",
+          "corpus:begin": 1736630,
+          "corpus:end": 1738476
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0621",
+          "dc:title": "Turn 621",
+          "corpus:begin": 1738476,
+          "corpus:end": 1739029
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0622",
+          "dc:title": "Turn 622",
+          "corpus:begin": 1739029,
+          "corpus:end": 1742349
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0623",
+          "dc:title": "Turn 623",
+          "corpus:begin": 1742349,
+          "corpus:end": 1743427
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0624",
+          "dc:title": "Turn 624",
+          "corpus:begin": 1743427,
+          "corpus:end": 1745960
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0625",
+          "dc:title": "Turn 625",
+          "corpus:begin": 1745960,
+          "corpus:end": 1746561
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0626",
+          "dc:title": "Turn 626",
+          "corpus:begin": 1746561,
+          "corpus:end": 1747544
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0627",
+          "dc:title": "Turn 627",
+          "corpus:begin": 1747544,
+          "corpus:end": 1748884
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0628",
+          "dc:title": "Turn 628",
+          "corpus:begin": 1748884,
+          "corpus:end": 1759292
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0629",
+          "dc:title": "Turn 629",
+          "corpus:begin": 1759292,
+          "corpus:end": 1761610
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0630",
+          "dc:title": "Turn 630",
+          "corpus:begin": 1761610,
+          "corpus:end": 1764713
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0631",
+          "dc:title": "Turn 631",
+          "corpus:begin": 1764713,
+          "corpus:end": 1765865
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0632",
+          "dc:title": "Turn 632",
+          "corpus:begin": 1765865,
+          "corpus:end": 1768708
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0633",
+          "dc:title": "Turn 633",
+          "corpus:begin": 1768708,
+          "corpus:end": 1769309
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0634",
+          "dc:title": "Turn 634",
+          "corpus:begin": 1769309,
+          "corpus:end": 1771222
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0635",
+          "dc:title": "Turn 635",
+          "corpus:begin": 1771222,
+          "corpus:end": 1772926
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0636",
+          "dc:title": "Turn 636",
+          "corpus:begin": 1772926,
+          "corpus:end": 1783567
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0637",
+          "dc:title": "Turn 637",
+          "corpus:begin": 1783567,
+          "corpus:end": 1789748
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0638",
+          "dc:title": "Turn 638",
+          "corpus:begin": 1789748,
+          "corpus:end": 1790731
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0639",
+          "dc:title": "Turn 639",
+          "corpus:begin": 1790731,
+          "corpus:end": 1796398
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0640",
+          "dc:title": "Turn 640",
+          "corpus:begin": 1796398,
+          "corpus:end": 1796856
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0641",
+          "dc:title": "Turn 641",
+          "corpus:begin": 1796856,
+          "corpus:end": 1798196
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0642",
+          "dc:title": "Turn 642",
+          "corpus:begin": 1798196,
+          "corpus:end": 1800228
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0643",
+          "dc:title": "Turn 643",
+          "corpus:begin": 1800228,
+          "corpus:end": 1800991
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0644",
+          "dc:title": "Turn 644",
+          "corpus:begin": 1800991,
+          "corpus:end": 1802374
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0645",
+          "dc:title": "Turn 645",
+          "corpus:begin": 1802374,
+          "corpus:end": 1802971
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0646",
+          "dc:title": "Turn 646",
+          "corpus:begin": 1802971,
+          "corpus:end": 1813441
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0647",
+          "dc:title": "Turn 647",
+          "corpus:begin": 1813441,
+          "corpus:end": 1813918
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0648",
+          "dc:title": "Turn 648",
+          "corpus:begin": 1813918,
+          "corpus:end": 1823968
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0649",
+          "dc:title": "Turn 649",
+          "corpus:begin": 1823968,
+          "corpus:end": 1825137
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0650",
+          "dc:title": "Turn 650",
+          "corpus:begin": 1825137,
+          "corpus:end": 1826239
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "dc:title": "Turn 651",
+          "corpus:begin": 1826239,
+          "corpus:end": 1838630
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0652",
+          "dc:title": "Turn 652",
+          "corpus:begin": 1838630,
+          "corpus:end": 1839799
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0653",
+          "dc:title": "Turn 653",
+          "corpus:begin": 1839799,
+          "corpus:end": 1843290
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0654",
+          "dc:title": "Turn 654",
+          "corpus:begin": 1843290,
+          "corpus:end": 1843910
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0655",
+          "dc:title": "Turn 655",
+          "corpus:begin": 1843910,
+          "corpus:end": 1845174
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0656",
+          "dc:title": "Turn 656",
+          "corpus:begin": 1845174,
+          "corpus:end": 1845961
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0657",
+          "dc:title": "Turn 657",
+          "corpus:begin": 1845961,
+          "corpus:end": 1848661
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0658",
+          "dc:title": "Turn 658",
+          "corpus:begin": 1848661,
+          "corpus:end": 1849286
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0659",
+          "dc:title": "Turn 659",
+          "corpus:begin": 1849286,
+          "corpus:end": 1856049
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0660",
+          "dc:title": "Turn 660",
+          "corpus:begin": 1856049,
+          "corpus:end": 1856645
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0661",
+          "dc:title": "Turn 661",
+          "corpus:begin": 1856645,
+          "corpus:end": 1859512
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0662",
+          "dc:title": "Turn 662",
+          "corpus:begin": 1859512,
+          "corpus:end": 1864043
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0663",
+          "dc:title": "Turn 663",
+          "corpus:begin": 1864043,
+          "corpus:end": 1870038
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0664",
+          "dc:title": "Turn 664",
+          "corpus:begin": 1870038,
+          "corpus:end": 1870539
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0665",
+          "dc:title": "Turn 665",
+          "corpus:begin": 1870539,
+          "corpus:end": 1874689
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0666",
+          "dc:title": "Turn 666",
+          "corpus:begin": 1874689,
+          "corpus:end": 1875314
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0667",
+          "dc:title": "Turn 667",
+          "corpus:begin": 1875314,
+          "corpus:end": 1881381
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0668",
+          "dc:title": "Turn 668",
+          "corpus:begin": 1881381,
+          "corpus:end": 1883217
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0669",
+          "dc:title": "Turn 669",
+          "corpus:begin": 1883217,
+          "corpus:end": 1884434
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0670",
+          "dc:title": "Turn 670",
+          "corpus:begin": 1884434,
+          "corpus:end": 1894631
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0671",
+          "dc:title": "Turn 671",
+          "corpus:begin": 1894631,
+          "corpus:end": 1894989
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0672",
+          "dc:title": "Turn 672",
+          "corpus:begin": 1894989,
+          "corpus:end": 1908215
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0673",
+          "dc:title": "Turn 673",
+          "corpus:begin": 1908215,
+          "corpus:end": 1909102
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0674",
+          "dc:title": "Turn 674",
+          "corpus:begin": 1909102,
+          "corpus:end": 1910342
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0675",
+          "dc:title": "Turn 675",
+          "corpus:begin": 1910342,
+          "corpus:end": 1916213
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0676",
+          "dc:title": "Turn 676",
+          "corpus:begin": 1916213,
+          "corpus:end": 1916571
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0677",
+          "dc:title": "Turn 677",
+          "corpus:begin": 1916571,
+          "corpus:end": 1917220
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0678",
+          "dc:title": "Turn 678",
+          "corpus:begin": 1917220,
+          "corpus:end": 1918441
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0679",
+          "dc:title": "Turn 679",
+          "corpus:begin": 1918441,
+          "corpus:end": 1919567
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0680",
+          "dc:title": "Turn 680",
+          "corpus:begin": 1919567,
+          "corpus:end": 1927656
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0681",
+          "dc:title": "Turn 681",
+          "corpus:begin": 1927656,
+          "corpus:end": 1931834
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0682",
+          "dc:title": "Turn 682",
+          "corpus:begin": 1931834,
+          "corpus:end": 1938922
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0683",
+          "dc:title": "Turn 683",
+          "corpus:begin": 1938922,
+          "corpus:end": 1941646
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0684",
+          "dc:title": "Turn 684",
+          "corpus:begin": 1941646,
+          "corpus:end": 1947064
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0685",
+          "dc:title": "Turn 685",
+          "corpus:begin": 1947064,
+          "corpus:end": 1947784
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0686",
+          "dc:title": "Turn 686",
+          "corpus:begin": 1947784,
+          "corpus:end": 1948500
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0687",
+          "dc:title": "Turn 687",
+          "corpus:begin": 1948500,
+          "corpus:end": 1951986
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0688",
+          "dc:title": "Turn 688",
+          "corpus:begin": 1951986,
+          "corpus:end": 1952893
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0689",
+          "dc:title": "Turn 689",
+          "corpus:begin": 1952893,
+          "corpus:end": 1954591
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0690",
+          "dc:title": "Turn 690",
+          "corpus:begin": 1954591,
+          "corpus:end": 1955144
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0691",
+          "dc:title": "Turn 691",
+          "corpus:begin": 1955144,
+          "corpus:end": 1956103
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0692",
+          "dc:title": "Turn 692",
+          "corpus:begin": 1956103,
+          "corpus:end": 1958182
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0693",
+          "dc:title": "Turn 693",
+          "corpus:begin": 1958182,
+          "corpus:end": 1959303
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0694",
+          "dc:title": "Turn 694",
+          "corpus:begin": 1959303,
+          "corpus:end": 1959828
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0695",
+          "dc:title": "Turn 695",
+          "corpus:begin": 1959828,
+          "corpus:end": 1960494
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0696",
+          "dc:title": "Turn 696",
+          "corpus:begin": 1960494,
+          "corpus:end": 1962203
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0697",
+          "dc:title": "Turn 697",
+          "corpus:begin": 1962203,
+          "corpus:end": 1970375
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0698",
+          "dc:title": "Turn 698",
+          "corpus:begin": 1970375,
+          "corpus:end": 1971571
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0699",
+          "dc:title": "Turn 699",
+          "corpus:begin": 1971571,
+          "corpus:end": 1973103
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0700",
+          "dc:title": "Turn 700",
+          "corpus:begin": 1973103,
+          "corpus:end": 1978373
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0701",
+          "dc:title": "Turn 701",
+          "corpus:begin": 1978373,
+          "corpus:end": 1978898
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0702",
+          "dc:title": "Turn 702",
+          "corpus:begin": 1978898,
+          "corpus:end": 1992793
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0703",
+          "dc:title": "Turn 703",
+          "corpus:begin": 1992793,
+          "corpus:end": 1993632
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0704",
+          "dc:title": "Turn 704",
+          "corpus:begin": 1993632,
+          "corpus:end": 1994610
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0705",
+          "dc:title": "Turn 705",
+          "corpus:begin": 1994610,
+          "corpus:end": 1995039
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0706",
+          "dc:title": "Turn 706",
+          "corpus:begin": 1995039,
+          "corpus:end": 1996446
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0707",
+          "dc:title": "Turn 707",
+          "corpus:begin": 1996446,
+          "corpus:end": 1998931
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0708",
+          "dc:title": "Turn 708",
+          "corpus:begin": 1998931,
+          "corpus:end": 1999742
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0709",
+          "dc:title": "Turn 709",
+          "corpus:begin": 1999742,
+          "corpus:end": 2001822
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0710",
+          "dc:title": "Turn 710",
+          "corpus:begin": 2001822,
+          "corpus:end": 2007102
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0711",
+          "dc:title": "Turn 711",
+          "corpus:begin": 2007102,
+          "corpus:end": 2012067
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0712",
+          "dc:title": "Turn 712",
+          "corpus:begin": 2012067,
+          "corpus:end": 2013713
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0713",
+          "dc:title": "Turn 713",
+          "corpus:begin": 2013713,
+          "corpus:end": 2014839
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0714",
+          "dc:title": "Turn 714",
+          "corpus:begin": 2014839,
+          "corpus:end": 2015511
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0715",
+          "dc:title": "Turn 715",
+          "corpus:begin": 2015511,
+          "corpus:end": 2022265
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0716",
+          "dc:title": "Turn 716",
+          "corpus:begin": 2022265,
+          "corpus:end": 2024702
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0717",
+          "dc:title": "Turn 717",
+          "corpus:begin": 2024702,
+          "corpus:end": 2028732
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0718",
+          "dc:title": "Turn 718",
+          "corpus:begin": 2028732,
+          "corpus:end": 2031885
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0719",
+          "dc:title": "Turn 719",
+          "corpus:begin": 2031885,
+          "corpus:end": 2041696
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0720",
+          "dc:title": "Turn 720",
+          "corpus:begin": 2041696,
+          "corpus:end": 2042388
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0721",
+          "dc:title": "Turn 721",
+          "corpus:begin": 2042388,
+          "corpus:end": 2043084
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0722",
+          "dc:title": "Turn 722",
+          "corpus:begin": 2043084,
+          "corpus:end": 2044014
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0723",
+          "dc:title": "Turn 723",
+          "corpus:begin": 2044014,
+          "corpus:end": 2050214
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0724",
+          "dc:title": "Turn 724",
+          "corpus:begin": 2050214,
+          "corpus:end": 2053887
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0725",
+          "dc:title": "Turn 725",
+          "corpus:begin": 2053887,
+          "corpus:end": 2054488
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0726",
+          "dc:title": "Turn 726",
+          "corpus:begin": 2054488,
+          "corpus:end": 2057526
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0727",
+          "dc:title": "Turn 727",
+          "corpus:begin": 2057526,
+          "corpus:end": 2058027
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "dc:title": "Turn 728",
+          "corpus:begin": 2058027,
+          "corpus:end": 2067099
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0729",
+          "dc:title": "Turn 729",
+          "corpus:begin": 2067099,
+          "corpus:end": 2068129
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0730",
+          "dc:title": "Turn 730",
+          "corpus:begin": 2068129,
+          "corpus:end": 2070156
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0731",
+          "dc:title": "Turn 731",
+          "corpus:begin": 2070156,
+          "corpus:end": 2072899
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0732",
+          "dc:title": "Turn 732",
+          "corpus:begin": 2072899,
+          "corpus:end": 2076271
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0733",
+          "dc:title": "Turn 733",
+          "corpus:begin": 2076271,
+          "corpus:end": 2082734
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0734",
+          "dc:title": "Turn 734",
+          "corpus:begin": 2082734,
+          "corpus:end": 2085147
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0735",
+          "dc:title": "Turn 735",
+          "corpus:begin": 2085147,
+          "corpus:end": 2088753
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0736",
+          "dc:title": "Turn 736",
+          "corpus:begin": 2088753,
+          "corpus:end": 2090709
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0737",
+          "dc:title": "Turn 737",
+          "corpus:begin": 2090709,
+          "corpus:end": 2091729
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0738",
+          "dc:title": "Turn 738",
+          "corpus:begin": 2091729,
+          "corpus:end": 2093618
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0739",
+          "dc:title": "Turn 739",
+          "corpus:begin": 2093618,
+          "corpus:end": 2094982
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0740",
+          "dc:title": "Turn 740",
+          "corpus:begin": 2094982,
+          "corpus:end": 2096036
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0741",
+          "dc:title": "Turn 741",
+          "corpus:begin": 2096036,
+          "corpus:end": 2103515
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0742",
+          "dc:title": "Turn 742",
+          "corpus:begin": 2103515,
+          "corpus:end": 2106925
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0743",
+          "dc:title": "Turn 743",
+          "corpus:begin": 2106925,
+          "corpus:end": 2108976
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0744",
+          "dc:title": "Turn 744",
+          "corpus:begin": 2108976,
+          "corpus:end": 2109882
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0745",
+          "dc:title": "Turn 745",
+          "corpus:begin": 2109882,
+          "corpus:end": 2110431
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0746",
+          "dc:title": "Turn 746",
+          "corpus:begin": 2110431,
+          "corpus:end": 2110960
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0747",
+          "dc:title": "Turn 747",
+          "corpus:begin": 2110960,
+          "corpus:end": 2111700
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0748",
+          "dc:title": "Turn 748",
+          "corpus:begin": 2111700,
+          "corpus:end": 2112253
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "dc:title": "Turn 749",
+          "corpus:begin": 2112253,
+          "corpus:end": 2129968
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0750",
+          "dc:title": "Turn 750",
+          "corpus:begin": 2129968,
+          "corpus:end": 2130426
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0751",
+          "dc:title": "Turn 751",
+          "corpus:begin": 2130426,
+          "corpus:end": 2134938
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0752",
+          "dc:title": "Turn 752",
+          "corpus:begin": 2134938,
+          "corpus:end": 2135491
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0753",
+          "dc:title": "Turn 753",
+          "corpus:begin": 2135491,
+          "corpus:end": 2137500
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0754",
+          "dc:title": "Turn 754",
+          "corpus:begin": 2137500,
+          "corpus:end": 2140372
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0755",
+          "dc:title": "Turn 755",
+          "corpus:begin": 2140372,
+          "corpus:end": 2143978
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0756",
+          "dc:title": "Turn 756",
+          "corpus:begin": 2143978,
+          "corpus:end": 2144627
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0757",
+          "dc:title": "Turn 757",
+          "corpus:begin": 2144627,
+          "corpus:end": 2154228
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0758",
+          "dc:title": "Turn 758",
+          "corpus:begin": 2154228,
+          "corpus:end": 2154943
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0759",
+          "dc:title": "Turn 759",
+          "corpus:begin": 2154943,
+          "corpus:end": 2158649
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0760",
+          "dc:title": "Turn 760",
+          "corpus:begin": 2158649,
+          "corpus:end": 2162446
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0761",
+          "dc:title": "Turn 761",
+          "corpus:begin": 2162446,
+          "corpus:end": 2162947
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0762",
+          "dc:title": "Turn 762",
+          "corpus:begin": 2162947,
+          "corpus:end": 2163977
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "dc:title": "Turn 763",
+          "corpus:begin": 2163977,
+          "corpus:end": 2192123
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0764",
+          "dc:title": "Turn 764",
+          "corpus:begin": 2192123,
+          "corpus:end": 2192791
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "dc:title": "Turn 765",
+          "corpus:begin": 2192791,
+          "corpus:end": 2210067
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0766",
+          "dc:title": "Turn 766",
+          "corpus:begin": 2210067,
+          "corpus:end": 2213201
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0767",
+          "dc:title": "Turn 767",
+          "corpus:begin": 2213201,
+          "corpus:end": 2219101
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0768",
+          "dc:title": "Turn 768",
+          "corpus:begin": 2219101,
+          "corpus:end": 2222235
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0769",
+          "dc:title": "Turn 769",
+          "corpus:begin": 2222235,
+          "corpus:end": 2227844
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0770",
+          "dc:title": "Turn 770",
+          "corpus:begin": 2227844,
+          "corpus:end": 2229137
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0771",
+          "dc:title": "Turn 771",
+          "corpus:begin": 2229137,
+          "corpus:end": 2233010
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0772",
+          "dc:title": "Turn 772",
+          "corpus:begin": 2233010,
+          "corpus:end": 2233654
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "dc:title": "Turn 773",
+          "corpus:begin": 2233654,
+          "corpus:end": 2254327
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0774",
+          "dc:title": "Turn 774",
+          "corpus:begin": 2254327,
+          "corpus:end": 2255625
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0775",
+          "dc:title": "Turn 775",
+          "corpus:begin": 2255625,
+          "corpus:end": 2266657
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0776",
+          "dc:title": "Turn 776",
+          "corpus:begin": 2266657,
+          "corpus:end": 2270764
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0777",
+          "dc:title": "Turn 777",
+          "corpus:begin": 2270764,
+          "corpus:end": 2278913
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0778",
+          "dc:title": "Turn 778",
+          "corpus:begin": 2278913,
+          "corpus:end": 2279752
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0779",
+          "dc:title": "Turn 779",
+          "corpus:begin": 2279752,
+          "corpus:end": 2284718
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0780",
+          "dc:title": "Turn 780",
+          "corpus:begin": 2284718,
+          "corpus:end": 2294605
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0781",
+          "dc:title": "Turn 781",
+          "corpus:begin": 2294605,
+          "corpus:end": 2295512
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0782",
+          "dc:title": "Turn 782",
+          "corpus:begin": 2295512,
+          "corpus:end": 2297549
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0783",
+          "dc:title": "Turn 783",
+          "corpus:begin": 2297549,
+          "corpus:end": 2298618
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0784",
+          "dc:title": "Turn 784",
+          "corpus:begin": 2298618,
+          "corpus:end": 2302710
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0785",
+          "dc:title": "Turn 785",
+          "corpus:begin": 2302710,
+          "corpus:end": 2303549
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0786",
+          "dc:title": "Turn 786",
+          "corpus:begin": 2303549,
+          "corpus:end": 2306244
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0787",
+          "dc:title": "Turn 787",
+          "corpus:begin": 2306244,
+          "corpus:end": 2306960
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0788",
+          "dc:title": "Turn 788",
+          "corpus:begin": 2306960,
+          "corpus:end": 2308353
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0789",
+          "dc:title": "Turn 789",
+          "corpus:begin": 2308353,
+          "corpus:end": 2316066
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0790",
+          "dc:title": "Turn 790",
+          "corpus:begin": 2316066,
+          "corpus:end": 2317068
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "dc:title": "Turn 791",
+          "corpus:begin": 2317068,
+          "corpus:end": 2330180
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0792",
+          "dc:title": "Turn 792",
+          "corpus:begin": 2330180,
+          "corpus:end": 2333595
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0793",
+          "dc:title": "Turn 793",
+          "corpus:begin": 2333595,
+          "corpus:end": 2335686
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "dc:title": "Turn 794",
+          "corpus:begin": 2335686,
+          "corpus:end": 2349756
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0795",
+          "dc:title": "Turn 795",
+          "corpus:begin": 2349756,
+          "corpus:end": 2350452
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0796",
+          "dc:title": "Turn 796",
+          "corpus:begin": 2350452,
+          "corpus:end": 2354439
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0797",
+          "dc:title": "Turn 797",
+          "corpus:begin": 2354439,
+          "corpus:end": 2356758
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0798",
+          "dc:title": "Turn 798",
+          "corpus:begin": 2356758,
+          "corpus:end": 2365162
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0799",
+          "dc:title": "Turn 799",
+          "corpus:begin": 2365162,
+          "corpus:end": 2373757
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0800",
+          "dc:title": "Turn 800",
+          "corpus:begin": 2373757,
+          "corpus:end": 2376452
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0801",
+          "dc:title": "Turn 801",
+          "corpus:begin": 2376452,
+          "corpus:end": 2381489
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0802",
+          "dc:title": "Turn 802",
+          "corpus:begin": 2381489,
+          "corpus:end": 2382305
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0803",
+          "dc:title": "Turn 803",
+          "corpus:begin": 2382305,
+          "corpus:end": 2391453
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0804",
+          "dc:title": "Turn 804",
+          "corpus:begin": 2391453,
+          "corpus:end": 2392865
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0805",
+          "dc:title": "Turn 805",
+          "corpus:begin": 2392865,
+          "corpus:end": 2394019
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0806",
+          "dc:title": "Turn 806",
+          "corpus:begin": 2394019,
+          "corpus:end": 2395259
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0807",
+          "dc:title": "Turn 807",
+          "corpus:begin": 2395259,
+          "corpus:end": 2396166
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0808",
+          "dc:title": "Turn 808",
+          "corpus:begin": 2396166,
+          "corpus:end": 2406382
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0809",
+          "dc:title": "Turn 809",
+          "corpus:begin": 2406382,
+          "corpus:end": 2413823
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0810",
+          "dc:title": "Turn 810",
+          "corpus:begin": 2413823,
+          "corpus:end": 2414758
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0811",
+          "dc:title": "Turn 811",
+          "corpus:begin": 2414758,
+          "corpus:end": 2422804
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0812",
+          "dc:title": "Turn 812",
+          "corpus:begin": 2422804,
+          "corpus:end": 2426501
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0813",
+          "dc:title": "Turn 813",
+          "corpus:begin": 2426501,
+          "corpus:end": 2430703
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0814",
+          "dc:title": "Turn 814",
+          "corpus:begin": 2430703,
+          "corpus:end": 2432239
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0815",
+          "dc:title": "Turn 815",
+          "corpus:begin": 2432239,
+          "corpus:end": 2433222
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0816",
+          "dc:title": "Turn 816",
+          "corpus:begin": 2433222,
+          "corpus:end": 2433966
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0817",
+          "dc:title": "Turn 817",
+          "corpus:begin": 2433966,
+          "corpus:end": 2442614
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0818",
+          "dc:title": "Turn 818",
+          "corpus:begin": 2442614,
+          "corpus:end": 2447741
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0819",
+          "dc:title": "Turn 819",
+          "corpus:begin": 2447741,
+          "corpus:end": 2448767
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0820",
+          "dc:title": "Turn 820",
+          "corpus:begin": 2448767,
+          "corpus:end": 2449702
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0821",
+          "dc:title": "Turn 821",
+          "corpus:begin": 2449702,
+          "corpus:end": 2451710
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0822",
+          "dc:title": "Turn 822",
+          "corpus:begin": 2451710,
+          "corpus:end": 2453074
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0823",
+          "dc:title": "Turn 823",
+          "corpus:begin": 2453074,
+          "corpus:end": 2453811
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0824",
+          "dc:title": "Turn 824",
+          "corpus:begin": 2453811,
+          "corpus:end": 2455101
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0825",
+          "dc:title": "Turn 825",
+          "corpus:begin": 2455101,
+          "corpus:end": 2456603
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0826",
+          "dc:title": "Turn 826",
+          "corpus:begin": 2456603,
+          "corpus:end": 2457691
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0827",
+          "dc:title": "Turn 827",
+          "corpus:begin": 2457691,
+          "corpus:end": 2459914
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0828",
+          "dc:title": "Turn 828",
+          "corpus:begin": 2459914,
+          "corpus:end": 2463019
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0829",
+          "dc:title": "Turn 829",
+          "corpus:begin": 2463019,
+          "corpus:end": 2466482
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0830",
+          "dc:title": "Turn 830",
+          "corpus:begin": 2466482,
+          "corpus:end": 2468337
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "dc:title": "Turn 831",
+          "corpus:begin": 2468337,
+          "corpus:end": 2484253
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0832",
+          "dc:title": "Turn 832",
+          "corpus:begin": 2484253,
+          "corpus:end": 2487282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0833",
+          "dc:title": "Turn 833",
+          "corpus:begin": 2487282,
+          "corpus:end": 2488551
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0834",
+          "dc:title": "Turn 834",
+          "corpus:begin": 2488551,
+          "corpus:end": 2498577
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0835",
+          "dc:title": "Turn 835",
+          "corpus:begin": 2498577,
+          "corpus:end": 2500513
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0836",
+          "dc:title": "Turn 836",
+          "corpus:begin": 2500513,
+          "corpus:end": 2501062
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0837",
+          "dc:title": "Turn 837",
+          "corpus:begin": 2501062,
+          "corpus:end": 2501925
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0838",
+          "dc:title": "Turn 838",
+          "corpus:begin": 2501925,
+          "corpus:end": 2502979
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0839",
+          "dc:title": "Turn 839",
+          "corpus:begin": 2502979,
+          "corpus:end": 2503146
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0840",
+          "dc:title": "Turn 840",
+          "corpus:begin": 2503146,
+          "corpus:end": 2504315
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0841",
+          "dc:title": "Turn 841",
+          "corpus:begin": 2504315,
+          "corpus:end": 2509786
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0842",
+          "dc:title": "Turn 842",
+          "corpus:begin": 2509786,
+          "corpus:end": 2517336
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0843",
+          "dc:title": "Turn 843",
+          "corpus:begin": 2517336,
+          "corpus:end": 2518028
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0844",
+          "dc:title": "Turn 844",
+          "corpus:begin": 2518028,
+          "corpus:end": 2521891
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0845",
+          "dc:title": "Turn 845",
+          "corpus:begin": 2521891,
+          "corpus:end": 2522559
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0846",
+          "dc:title": "Turn 846",
+          "corpus:begin": 2522559,
+          "corpus:end": 2528316
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0847",
+          "dc:title": "Turn 847",
+          "corpus:begin": 2528316,
+          "corpus:end": 2530129
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0848",
+          "dc:title": "Turn 848",
+          "corpus:begin": 2530129,
+          "corpus:end": 2532018
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0849",
+          "dc:title": "Turn 849",
+          "corpus:begin": 2532018,
+          "corpus:end": 2536525
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0850",
+          "dc:title": "Turn 850",
+          "corpus:begin": 2536525,
+          "corpus:end": 2550104
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0851",
+          "dc:title": "Turn 851",
+          "corpus:begin": 2550104,
+          "corpus:end": 2557287
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0852",
+          "dc:title": "Turn 852",
+          "corpus:begin": 2557287,
+          "corpus:end": 2560530
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0853",
+          "dc:title": "Turn 853",
+          "corpus:begin": 2560530,
+          "corpus:end": 2563583
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0854",
+          "dc:title": "Turn 854",
+          "corpus:begin": 2563583,
+          "corpus:end": 2564295
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0855",
+          "dc:title": "Turn 855",
+          "corpus:begin": 2564295,
+          "corpus:end": 2564971
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0856",
+          "dc:title": "Turn 856",
+          "corpus:begin": 2564971,
+          "corpus:end": 2570065
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "dc:title": "Turn 857",
+          "corpus:begin": 2570065,
+          "corpus:end": 2583817
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0858",
+          "dc:title": "Turn 858",
+          "corpus:begin": 2583817,
+          "corpus:end": 2584554
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0859",
+          "dc:title": "Turn 859",
+          "corpus:begin": 2584554,
+          "corpus:end": 2586777
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0860",
+          "dc:title": "Turn 860",
+          "corpus:begin": 2586777,
+          "corpus:end": 2587139
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0861",
+          "dc:title": "Turn 861",
+          "corpus:begin": 2587139,
+          "corpus:end": 2587497
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0862",
+          "dc:title": "Turn 862",
+          "corpus:begin": 2587497,
+          "corpus:end": 2587831
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0863",
+          "dc:title": "Turn 863",
+          "corpus:begin": 2587831,
+          "corpus:end": 2594389
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0864",
+          "dc:title": "Turn 864",
+          "corpus:begin": 2594389,
+          "corpus:end": 2595682
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0865",
+          "dc:title": "Turn 865",
+          "corpus:begin": 2595682,
+          "corpus:end": 2601625
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0866",
+          "dc:title": "Turn 866",
+          "corpus:begin": 2601625,
+          "corpus:end": 2605016
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0867",
+          "dc:title": "Turn 867",
+          "corpus:begin": 2605016,
+          "corpus:end": 2608479
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0868",
+          "dc:title": "Turn 868",
+          "corpus:begin": 2608479,
+          "corpus:end": 2609767
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0869",
+          "dc:title": "Turn 869",
+          "corpus:begin": 2609767,
+          "corpus:end": 2616120
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0870",
+          "dc:title": "Turn 870",
+          "corpus:begin": 2616120,
+          "corpus:end": 2626666
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0871",
+          "dc:title": "Turn 871",
+          "corpus:begin": 2626666,
+          "corpus:end": 2631278
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0872",
+          "dc:title": "Turn 872",
+          "corpus:begin": 2631278,
+          "corpus:end": 2631850
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0873",
+          "dc:title": "Turn 873",
+          "corpus:begin": 2631850,
+          "corpus:end": 2635380
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0874",
+          "dc:title": "Turn 874",
+          "corpus:begin": 2635380,
+          "corpus:end": 2638866
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0875",
+          "dc:title": "Turn 875",
+          "corpus:begin": 2638866,
+          "corpus:end": 2643851
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0876",
+          "dc:title": "Turn 876",
+          "corpus:begin": 2643851,
+          "corpus:end": 2646365
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0877",
+          "dc:title": "Turn 877",
+          "corpus:begin": 2646365,
+          "corpus:end": 2646632
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0878",
+          "dc:title": "Turn 878",
+          "corpus:begin": 2646632,
+          "corpus:end": 2647061
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0879",
+          "dc:title": "Turn 879",
+          "corpus:begin": 2647061,
+          "corpus:end": 2648087
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0880",
+          "dc:title": "Turn 880",
+          "corpus:begin": 2648087,
+          "corpus:end": 2649737
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0881",
+          "dc:title": "Turn 881",
+          "corpus:begin": 2649737,
+          "corpus:end": 2656234
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0882",
+          "dc:title": "Turn 882",
+          "corpus:begin": 2656234,
+          "corpus:end": 2662277
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0883",
+          "dc:title": "Turn 883",
+          "corpus:begin": 2662277,
+          "corpus:end": 2686744
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0884",
+          "dc:title": "Turn 884",
+          "corpus:begin": 2686744,
+          "corpus:end": 2690751
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0885",
+          "dc:title": "Turn 885",
+          "corpus:begin": 2690751,
+          "corpus:end": 2692931
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0886",
+          "dc:title": "Turn 886",
+          "corpus:begin": 2692931,
+          "corpus:end": 2700744
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0887",
+          "dc:title": "Turn 887",
+          "corpus:begin": 2700744,
+          "corpus:end": 2702037
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0888",
+          "dc:title": "Turn 888",
+          "corpus:begin": 2702037,
+          "corpus:end": 2702709
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0889",
+          "dc:title": "Turn 889",
+          "corpus:begin": 2702709,
+          "corpus:end": 2703740
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0890",
+          "dc:title": "Turn 890",
+          "corpus:begin": 2703740,
+          "corpus:end": 2706206
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0891",
+          "dc:title": "Turn 891",
+          "corpus:begin": 2706206,
+          "corpus:end": 2708424
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0892",
+          "dc:title": "Turn 892",
+          "corpus:begin": 2708424,
+          "corpus:end": 2710135
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0893",
+          "dc:title": "Turn 893",
+          "corpus:begin": 2710135,
+          "corpus:end": 2710760
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0894",
+          "dc:title": "Turn 894",
+          "corpus:begin": 2710760,
+          "corpus:end": 2711819
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0895",
+          "dc:title": "Turn 895",
+          "corpus:begin": 2711819,
+          "corpus:end": 2712535
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0896",
+          "dc:title": "Turn 896",
+          "corpus:begin": 2712535,
+          "corpus:end": 2713780
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0897",
+          "dc:title": "Turn 897",
+          "corpus:begin": 2713780,
+          "corpus:end": 2716933
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0898",
+          "dc:title": "Turn 898",
+          "corpus:begin": 2716933,
+          "corpus:end": 2717916
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0899",
+          "dc:title": "Turn 899",
+          "corpus:begin": 2717916,
+          "corpus:end": 2722981
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0900",
+          "dc:title": "Turn 900",
+          "corpus:begin": 2722981,
+          "corpus:end": 2732454
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0901",
+          "dc:title": "Turn 901",
+          "corpus:begin": 2732454,
+          "corpus:end": 2734438
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0902",
+          "dc:title": "Turn 902",
+          "corpus:begin": 2734438,
+          "corpus:end": 2737920
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0903",
+          "dc:title": "Turn 903",
+          "corpus:begin": 2737920,
+          "corpus:end": 2750145
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0904",
+          "dc:title": "Turn 904",
+          "corpus:begin": 2750145,
+          "corpus:end": 2754442
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0905",
+          "dc:title": "Turn 905",
+          "corpus:begin": 2754442,
+          "corpus:end": 2756975
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0906",
+          "dc:title": "Turn 906",
+          "corpus:begin": 2756975,
+          "corpus:end": 2757738
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0907",
+          "dc:title": "Turn 907",
+          "corpus:begin": 2757738,
+          "corpus:end": 2759126
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0908",
+          "dc:title": "Turn 908",
+          "corpus:begin": 2759126,
+          "corpus:end": 2761588
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0909",
+          "dc:title": "Turn 909",
+          "corpus:begin": 2761588,
+          "corpus:end": 2763000
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0910",
+          "dc:title": "Turn 910",
+          "corpus:begin": 2763000,
+          "corpus:end": 2777420
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0911",
+          "dc:title": "Turn 911",
+          "corpus:begin": 2777420,
+          "corpus:end": 2778534
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0912",
+          "dc:title": "Turn 912",
+          "corpus:begin": 2778534,
+          "corpus:end": 2797497
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0913",
+          "dc:title": "Turn 913",
+          "corpus:begin": 2797497,
+          "corpus:end": 2798857
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0914",
+          "dc:title": "Turn 914",
+          "corpus:begin": 2798857,
+          "corpus:end": 2801247
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0915",
+          "dc:title": "Turn 915",
+          "corpus:begin": 2801247,
+          "corpus:end": 2805469
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0916",
+          "dc:title": "Turn 916",
+          "corpus:begin": 2805469,
+          "corpus:end": 2806832
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0917",
+          "dc:title": "Turn 917",
+          "corpus:begin": 2806832,
+          "corpus:end": 2807357
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0918",
+          "dc:title": "Turn 918",
+          "corpus:begin": 2807357,
+          "corpus:end": 2807881
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0919",
+          "dc:title": "Turn 919",
+          "corpus:begin": 2807881,
+          "corpus:end": 2808774
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0920",
+          "dc:title": "Turn 920",
+          "corpus:begin": 2808774,
+          "corpus:end": 2809542
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0921",
+          "dc:title": "Turn 921",
+          "corpus:begin": 2809542,
+          "corpus:end": 2810978
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0922",
+          "dc:title": "Turn 922",
+          "corpus:begin": 2810978,
+          "corpus:end": 2813325
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0923",
+          "dc:title": "Turn 923",
+          "corpus:begin": 2813325,
+          "corpus:end": 2815290
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0924",
+          "dc:title": "Turn 924",
+          "corpus:begin": 2815290,
+          "corpus:end": 2817079
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0925",
+          "dc:title": "Turn 925",
+          "corpus:begin": 2817079,
+          "corpus:end": 2818422
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0926",
+          "dc:title": "Turn 926",
+          "corpus:begin": 2818422,
+          "corpus:end": 2819619
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0927",
+          "dc:title": "Turn 927",
+          "corpus:begin": 2819619,
+          "corpus:end": 2820096
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0928",
+          "dc:title": "Turn 928",
+          "corpus:begin": 2820096,
+          "corpus:end": 2822152
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0929",
+          "dc:title": "Turn 929",
+          "corpus:begin": 2822152,
+          "corpus:end": 2823202
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0930",
+          "dc:title": "Turn 930",
+          "corpus:begin": 2823202,
+          "corpus:end": 2823731
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0931",
+          "dc:title": "Turn 931",
+          "corpus:begin": 2823731,
+          "corpus:end": 2827523
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0932",
+          "dc:title": "Turn 932",
+          "corpus:begin": 2827523,
+          "corpus:end": 2832918
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0933",
+          "dc:title": "Turn 933",
+          "corpus:begin": 2832918,
+          "corpus:end": 2840774
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0934",
+          "dc:title": "Turn 934",
+          "corpus:begin": 2840774,
+          "corpus:end": 2842644
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "dc:title": "Turn 935",
+          "corpus:begin": 2842644,
+          "corpus:end": 2872889
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0936",
+          "dc:title": "Turn 936",
+          "corpus:begin": 2872889,
+          "corpus:end": 2875803
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0937",
+          "dc:title": "Turn 937",
+          "corpus:begin": 2875803,
+          "corpus:end": 2877473
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0938",
+          "dc:title": "Turn 938",
+          "corpus:begin": 2877473,
+          "corpus:end": 2879486
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0939",
+          "dc:title": "Turn 939",
+          "corpus:begin": 2879486,
+          "corpus:end": 2881947
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "dc:title": "Turn 940",
+          "corpus:begin": 2881947,
+          "corpus:end": 2893700
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0941",
+          "dc:title": "Turn 941",
+          "corpus:begin": 2893700,
+          "corpus:end": 2895784
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0942",
+          "dc:title": "Turn 942",
+          "corpus:begin": 2895784,
+          "corpus:end": 2900602
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0943",
+          "dc:title": "Turn 943",
+          "corpus:begin": 2900602,
+          "corpus:end": 2901179
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0944",
+          "dc:title": "Turn 944",
+          "corpus:begin": 2901179,
+          "corpus:end": 2901656
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0945",
+          "dc:title": "Turn 945",
+          "corpus:begin": 2901656,
+          "corpus:end": 2902777
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0946",
+          "dc:title": "Turn 946",
+          "corpus:begin": 2902777,
+          "corpus:end": 2903259
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0947",
+          "dc:title": "Turn 947",
+          "corpus:begin": 2903259,
+          "corpus:end": 2907652
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0948",
+          "dc:title": "Turn 948",
+          "corpus:begin": 2907652,
+          "corpus:end": 2913862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0949",
+          "dc:title": "Turn 949",
+          "corpus:begin": 2913862,
+          "corpus:end": 2917444
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0950",
+          "dc:title": "Turn 950",
+          "corpus:begin": 2917444,
+          "corpus:end": 2932864
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0951",
+          "dc:title": "Turn 951",
+          "corpus:begin": 2932864,
+          "corpus:end": 2938110
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0952",
+          "dc:title": "Turn 952",
+          "corpus:begin": 2938110,
+          "corpus:end": 2938611
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0953",
+          "dc:title": "Turn 953",
+          "corpus:begin": 2938611,
+          "corpus:end": 2939017
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0954",
+          "dc:title": "Turn 954",
+          "corpus:begin": 2939017,
+          "corpus:end": 2942609
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0955",
+          "dc:title": "Turn 955",
+          "corpus:begin": 2942609,
+          "corpus:end": 2946172
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0956",
+          "dc:title": "Turn 956",
+          "corpus:begin": 2946172,
+          "corpus:end": 2947131
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0957",
+          "dc:title": "Turn 957",
+          "corpus:begin": 2947131,
+          "corpus:end": 2948495
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0958",
+          "dc:title": "Turn 958",
+          "corpus:begin": 2948495,
+          "corpus:end": 2949664
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0959",
+          "dc:title": "Turn 959",
+          "corpus:begin": 2949664,
+          "corpus:end": 2950980
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0960",
+          "dc:title": "Turn 960",
+          "corpus:begin": 2950980,
+          "corpus:end": 2955631
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0961",
+          "dc:title": "Turn 961",
+          "corpus:begin": 2955631,
+          "corpus:end": 2958217
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0962",
+          "dc:title": "Turn 962",
+          "corpus:begin": 2958217,
+          "corpus:end": 2960821
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0963",
+          "dc:title": "Turn 963",
+          "corpus:begin": 2960821,
+          "corpus:end": 2962281
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0964",
+          "dc:title": "Turn 964",
+          "corpus:begin": 2962281,
+          "corpus:end": 2966721
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0965",
+          "dc:title": "Turn 965",
+          "corpus:begin": 2966721,
+          "corpus:end": 2968968
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0966",
+          "dc:title": "Turn 966",
+          "corpus:begin": 2968968,
+          "corpus:end": 2972779
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0967",
+          "dc:title": "Turn 967",
+          "corpus:begin": 2972779,
+          "corpus:end": 2973785
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0968",
+          "dc:title": "Turn 968",
+          "corpus:begin": 2973785,
+          "corpus:end": 2975137
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0969",
+          "dc:title": "Turn 969",
+          "corpus:begin": 2975137,
+          "corpus:end": 2983358
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0970",
+          "dc:title": "Turn 970",
+          "corpus:begin": 2983358,
+          "corpus:end": 2985485
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0971",
+          "dc:title": "Turn 971",
+          "corpus:begin": 2985485,
+          "corpus:end": 2997204
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0972",
+          "dc:title": "Turn 972",
+          "corpus:begin": 2997204,
+          "corpus:end": 3004358
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0973",
+          "dc:title": "Turn 973",
+          "corpus:begin": 3004358,
+          "corpus:end": 3027826
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0974",
+          "dc:title": "Turn 974",
+          "corpus:begin": 3027826,
+          "corpus:end": 3033077
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0975",
+          "dc:title": "Turn 975",
+          "corpus:begin": 3033077,
+          "corpus:end": 3038424
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0976",
+          "dc:title": "Turn 976",
+          "corpus:begin": 3038424,
+          "corpus:end": 3042221
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0977",
+          "dc:title": "Turn 977",
+          "corpus:begin": 3042221,
+          "corpus:end": 3042703
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0978",
+          "dc:title": "Turn 978",
+          "corpus:begin": 3042703,
+          "corpus:end": 3044287
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0979",
+          "dc:title": "Turn 979",
+          "corpus:begin": 3044287,
+          "corpus:end": 3046843
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0980",
+          "dc:title": "Turn 980",
+          "corpus:begin": 3046843,
+          "corpus:end": 3056716
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0981",
+          "dc:title": "Turn 981",
+          "corpus:begin": 3056716,
+          "corpus:end": 3058433
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0982",
+          "dc:title": "Turn 982",
+          "corpus:begin": 3058433,
+          "corpus:end": 3059220
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0983",
+          "dc:title": "Turn 983",
+          "corpus:begin": 3059220,
+          "corpus:end": 3059912
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0984",
+          "dc:title": "Turn 984",
+          "corpus:begin": 3059912,
+          "corpus:end": 3060728
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0985",
+          "dc:title": "Turn 985",
+          "corpus:begin": 3060728,
+          "corpus:end": 3066497
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0986",
+          "dc:title": "Turn 986",
+          "corpus:begin": 3066497,
+          "corpus:end": 3071897
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0987",
+          "dc:title": "Turn 987",
+          "corpus:begin": 3071897,
+          "corpus:end": 3073528
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0988",
+          "dc:title": "Turn 988",
+          "corpus:begin": 3073528,
+          "corpus:end": 3075269
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0989",
+          "dc:title": "Turn 989",
+          "corpus:begin": 3075269,
+          "corpus:end": 3075555
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0990",
+          "dc:title": "Turn 990",
+          "corpus:begin": 3075555,
+          "corpus:end": 3076366
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0991",
+          "dc:title": "Turn 991",
+          "corpus:begin": 3076366,
+          "corpus:end": 3080730
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0992",
+          "dc:title": "Turn 992",
+          "corpus:begin": 3080730,
+          "corpus:end": 3083377
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0993",
+          "dc:title": "Turn 993",
+          "corpus:begin": 3083377,
+          "corpus:end": 3094066
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0994",
+          "dc:title": "Turn 994",
+          "corpus:begin": 3094066,
+          "corpus:end": 3095168
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0995",
+          "dc:title": "Turn 995",
+          "corpus:begin": 3095168,
+          "corpus:end": 3098154
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0996",
+          "dc:title": "Turn 996",
+          "corpus:begin": 3098154,
+          "corpus:end": 3099637
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0997",
+          "dc:title": "Turn 997",
+          "corpus:begin": 3099637,
+          "corpus:end": 3100472
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0998",
+          "dc:title": "Turn 998",
+          "corpus:begin": 3100472,
+          "corpus:end": 3101478
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn0999",
+          "dc:title": "Turn 999",
+          "corpus:begin": 3101478,
+          "corpus:end": 3104173
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1000",
+          "dc:title": "Turn 1000",
+          "corpus:begin": 3104173,
+          "corpus:end": 3106415
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1001",
+          "dc:title": "Turn 1001",
+          "corpus:begin": 3106415,
+          "corpus:end": 3107040
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1002",
+          "dc:title": "Turn 1002",
+          "corpus:begin": 3107040,
+          "corpus:end": 3109453
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1003",
+          "dc:title": "Turn 1003",
+          "corpus:begin": 3109453,
+          "corpus:end": 3109954
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1004",
+          "dc:title": "Turn 1004",
+          "corpus:begin": 3109954,
+          "corpus:end": 3110908
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1005",
+          "dc:title": "Turn 1005",
+          "corpus:begin": 3110908,
+          "corpus:end": 3112267
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1006",
+          "dc:title": "Turn 1006",
+          "corpus:begin": 3112267,
+          "corpus:end": 3113555
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1007",
+          "dc:title": "Turn 1007",
+          "corpus:begin": 3113555,
+          "corpus:end": 3116803
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1008",
+          "dc:title": "Turn 1008",
+          "corpus:begin": 3116803,
+          "corpus:end": 3124253
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1009",
+          "dc:title": "Turn 1009",
+          "corpus:begin": 3124253,
+          "corpus:end": 3127282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1010",
+          "dc:title": "Turn 1010",
+          "corpus:begin": 3127282,
+          "corpus:end": 3128094
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1011",
+          "dc:title": "Turn 1011",
+          "corpus:begin": 3128094,
+          "corpus:end": 3128814
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1012",
+          "dc:title": "Turn 1012",
+          "corpus:begin": 3128814,
+          "corpus:end": 3131294
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1013",
+          "dc:title": "Turn 1013",
+          "corpus:begin": 3131294,
+          "corpus:end": 3139908
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1014",
+          "dc:title": "Turn 1014",
+          "corpus:begin": 3139908,
+          "corpus:end": 3142579
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1015",
+          "dc:title": "Turn 1015",
+          "corpus:begin": 3142579,
+          "corpus:end": 3152753
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1016",
+          "dc:title": "Turn 1016",
+          "corpus:begin": 3152753,
+          "corpus:end": 3155543
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1017",
+          "dc:title": "Turn 1017",
+          "corpus:begin": 3155543,
+          "corpus:end": 3156139
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1018",
+          "dc:title": "Turn 1018",
+          "corpus:begin": 3156139,
+          "corpus:end": 3157313
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1019",
+          "dc:title": "Turn 1019",
+          "corpus:begin": 3157313,
+          "corpus:end": 3162235
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1020",
+          "dc:title": "Turn 1020",
+          "corpus:begin": 3162235,
+          "corpus:end": 3164477
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1021",
+          "dc:title": "Turn 1021",
+          "corpus:begin": 3164477,
+          "corpus:end": 3166442
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1022",
+          "dc:title": "Turn 1022",
+          "corpus:begin": 3166442,
+          "corpus:end": 3167186
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1023",
+          "dc:title": "Turn 1023",
+          "corpus:begin": 3167186,
+          "corpus:end": 3168498
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1024",
+          "dc:title": "Turn 1024",
+          "corpus:begin": 3168498,
+          "corpus:end": 3170506
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1025",
+          "dc:title": "Turn 1025",
+          "corpus:begin": 3170506,
+          "corpus:end": 3171512
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1026",
+          "dc:title": "Turn 1026",
+          "corpus:begin": 3171512,
+          "corpus:end": 3172228
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1027",
+          "dc:title": "Turn 1027",
+          "corpus:begin": 3172228,
+          "corpus:end": 3172710
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1028",
+          "dc:title": "Turn 1028",
+          "corpus:begin": 3172710,
+          "corpus:end": 3174933
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1029",
+          "dc:title": "Turn 1029",
+          "corpus:begin": 3174933,
+          "corpus:end": 3176011
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1030",
+          "dc:title": "Turn 1030",
+          "corpus:begin": 3176011,
+          "corpus:end": 3176925
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1031",
+          "dc:title": "Turn 1031",
+          "corpus:begin": 3176925,
+          "corpus:end": 3179235
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1032",
+          "dc:title": "Turn 1032",
+          "corpus:begin": 3179235,
+          "corpus:end": 3180118
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1033",
+          "dc:title": "Turn 1033",
+          "corpus:begin": 3180118,
+          "corpus:end": 3183156
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1034",
+          "dc:title": "Turn 1034",
+          "corpus:begin": 3183156,
+          "corpus:end": 3185160
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "dc:title": "Turn 1035",
+          "corpus:begin": 3185160,
+          "corpus:end": 3190403
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1036",
+          "dc:title": "Turn 1036",
+          "corpus:begin": 3190403,
+          "corpus:end": 3192339
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1037",
+          "dc:title": "Turn 1037",
+          "corpus:begin": 3192339,
+          "corpus:end": 3195583
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1038",
+          "dc:title": "Turn 1038",
+          "corpus:begin": 3195583,
+          "corpus:end": 3196995
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1039",
+          "dc:title": "Turn 1039",
+          "corpus:begin": 3196995,
+          "corpus:end": 3197715
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1040",
+          "dc:title": "Turn 1040",
+          "corpus:begin": 3197715,
+          "corpus:end": 3199325
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1041",
+          "dc:title": "Turn 1041",
+          "corpus:begin": 3199325,
+          "corpus:end": 3200279
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1042",
+          "dc:title": "Turn 1042",
+          "corpus:begin": 3200279,
+          "corpus:end": 3207157
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1043",
+          "dc:title": "Turn 1043",
+          "corpus:begin": 3207157,
+          "corpus:end": 3208498
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1044",
+          "dc:title": "Turn 1044",
+          "corpus:begin": 3208498,
+          "corpus:end": 3209242
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1045",
+          "dc:title": "Turn 1045",
+          "corpus:begin": 3209242,
+          "corpus:end": 3210363
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1046",
+          "dc:title": "Turn 1046",
+          "corpus:begin": 3210363,
+          "corpus:end": 3212132
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1047",
+          "dc:title": "Turn 1047",
+          "corpus:begin": 3212132,
+          "corpus:end": 3214474
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1048",
+          "dc:title": "Turn 1048",
+          "corpus:begin": 3214474,
+          "corpus:end": 3220451
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1049",
+          "dc:title": "Turn 1049",
+          "corpus:begin": 3220451,
+          "corpus:end": 3220880
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1050",
+          "dc:title": "Turn 1050",
+          "corpus:begin": 3220880,
+          "corpus:end": 3225393
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1051",
+          "dc:title": "Turn 1051",
+          "corpus:begin": 3225393,
+          "corpus:end": 3226654
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1052",
+          "dc:title": "Turn 1052",
+          "corpus:begin": 3226654,
+          "corpus:end": 3228264
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1053",
+          "dc:title": "Turn 1053",
+          "corpus:begin": 3228264,
+          "corpus:end": 3231603
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1054",
+          "dc:title": "Turn 1054",
+          "corpus:begin": 3231603,
+          "corpus:end": 3233635
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1055",
+          "dc:title": "Turn 1055",
+          "corpus:begin": 3233635,
+          "corpus:end": 3235767
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1056",
+          "dc:title": "Turn 1056",
+          "corpus:begin": 3235767,
+          "corpus:end": 3244290
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1057",
+          "dc:title": "Turn 1057",
+          "corpus:begin": 3244290,
+          "corpus:end": 3245507
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1058",
+          "dc:title": "Turn 1058",
+          "corpus:begin": 3245507,
+          "corpus:end": 3247186
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1059",
+          "dc:title": "Turn 1059",
+          "corpus:begin": 3247186,
+          "corpus:end": 3248832
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1060",
+          "dc:title": "Turn 1060",
+          "corpus:begin": 3248832,
+          "corpus:end": 3249609
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1061",
+          "dc:title": "Turn 1061",
+          "corpus:begin": 3249609,
+          "corpus:end": 3250082
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1062",
+          "dc:title": "Turn 1062",
+          "corpus:begin": 3250082,
+          "corpus:end": 3253997
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1063",
+          "dc:title": "Turn 1063",
+          "corpus:begin": 3253997,
+          "corpus:end": 3257312
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1064",
+          "dc:title": "Turn 1064",
+          "corpus:begin": 3257312,
+          "corpus:end": 3260269
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1065",
+          "dc:title": "Turn 1065",
+          "corpus:begin": 3260269,
+          "corpus:end": 3262859
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1066",
+          "dc:title": "Turn 1066",
+          "corpus:begin": 3262859,
+          "corpus:end": 3264743
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1067",
+          "dc:title": "Turn 1067",
+          "corpus:begin": 3264743,
+          "corpus:end": 3267056
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1068",
+          "dc:title": "Turn 1068",
+          "corpus:begin": 3267056,
+          "corpus:end": 3268320
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1069",
+          "dc:title": "Turn 1069",
+          "corpus:begin": 3268320,
+          "corpus:end": 3272618
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1070",
+          "dc:title": "Turn 1070",
+          "corpus:begin": 3272618,
+          "corpus:end": 3274769
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1071",
+          "dc:title": "Turn 1071",
+          "corpus:begin": 3274769,
+          "corpus:end": 3276462
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1072",
+          "dc:title": "Turn 1072",
+          "corpus:begin": 3276462,
+          "corpus:end": 3277416
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1073",
+          "dc:title": "Turn 1073",
+          "corpus:begin": 3277416,
+          "corpus:end": 3279586
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1074",
+          "dc:title": "Turn 1074",
+          "corpus:begin": 3279586,
+          "corpus:end": 3280588
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1075",
+          "dc:title": "Turn 1075",
+          "corpus:begin": 3280588,
+          "corpus:end": 3281308
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1076",
+          "dc:title": "Turn 1076",
+          "corpus:begin": 3281308,
+          "corpus:end": 3282314
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1077",
+          "dc:title": "Turn 1077",
+          "corpus:begin": 3282314,
+          "corpus:end": 3283674
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1078",
+          "dc:title": "Turn 1078",
+          "corpus:begin": 3283674,
+          "corpus:end": 3285372
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1079",
+          "dc:title": "Turn 1079",
+          "corpus:begin": 3285372,
+          "corpus:end": 3287141
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1080",
+          "dc:title": "Turn 1080",
+          "corpus:begin": 3287141,
+          "corpus:end": 3288290
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1081",
+          "dc:title": "Turn 1081",
+          "corpus:begin": 3288290,
+          "corpus:end": 3293179
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1082",
+          "dc:title": "Turn 1082",
+          "corpus:begin": 3293179,
+          "corpus:end": 3294024
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1083",
+          "dc:title": "Turn 1083",
+          "corpus:begin": 3294024,
+          "corpus:end": 3301708
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1084",
+          "dc:title": "Turn 1084",
+          "corpus:begin": 3301708,
+          "corpus:end": 3302619
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1085",
+          "dc:title": "Turn 1085",
+          "corpus:begin": 3302619,
+          "corpus:end": 3303154
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1086",
+          "dc:title": "Turn 1086",
+          "corpus:begin": 3303154,
+          "corpus:end": 3303726
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1087",
+          "dc:title": "Turn 1087",
+          "corpus:begin": 3303726,
+          "corpus:end": 3304065
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1088",
+          "dc:title": "Turn 1088",
+          "corpus:begin": 3304065,
+          "corpus:end": 3304571
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1089",
+          "dc:title": "Turn 1089",
+          "corpus:begin": 3304571,
+          "corpus:end": 3306245
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1090",
+          "dc:title": "Turn 1090",
+          "corpus:begin": 3306245,
+          "corpus:end": 3306786
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1091",
+          "dc:title": "Turn 1091",
+          "corpus:begin": 3306786,
+          "corpus:end": 3315985
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1092",
+          "dc:title": "Turn 1092",
+          "corpus:begin": 3315985,
+          "corpus:end": 3318589
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1093",
+          "dc:title": "Turn 1093",
+          "corpus:begin": 3318589,
+          "corpus:end": 3319090
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1094",
+          "dc:title": "Turn 1094",
+          "corpus:begin": 3319090,
+          "corpus:end": 3319357
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1095",
+          "dc:title": "Turn 1095",
+          "corpus:begin": 3319357,
+          "corpus:end": 3320120
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1096",
+          "dc:title": "Turn 1096",
+          "corpus:begin": 3320120,
+          "corpus:end": 3320907
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1097",
+          "dc:title": "Turn 1097",
+          "corpus:begin": 3320907,
+          "corpus:end": 3321456
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1098",
+          "dc:title": "Turn 1098",
+          "corpus:begin": 3321456,
+          "corpus:end": 3321866
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1099",
+          "dc:title": "Turn 1099",
+          "corpus:begin": 3321866,
+          "corpus:end": 3323941
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1100",
+          "dc:title": "Turn 1100",
+          "corpus:begin": 3323941,
+          "corpus:end": 3330294
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1101",
+          "dc:title": "Turn 1101",
+          "corpus:begin": 3330294,
+          "corpus:end": 3346158
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1102",
+          "dc:title": "Turn 1102",
+          "corpus:begin": 3346158,
+          "corpus:end": 3348214
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1103",
+          "dc:title": "Turn 1103",
+          "corpus:begin": 3348214,
+          "corpus:end": 3348982
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1104",
+          "dc:title": "Turn 1104",
+          "corpus:begin": 3348982,
+          "corpus:end": 3350012
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1105",
+          "dc:title": "Turn 1105",
+          "corpus:begin": 3350012,
+          "corpus:end": 3352969
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1106",
+          "dc:title": "Turn 1106",
+          "corpus:begin": 3352969,
+          "corpus:end": 3354472
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1107",
+          "dc:title": "Turn 1107",
+          "corpus:begin": 3354472,
+          "corpus:end": 3355478
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1108",
+          "dc:title": "Turn 1108",
+          "corpus:begin": 3355478,
+          "corpus:end": 3357696
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1109",
+          "dc:title": "Turn 1109",
+          "corpus:begin": 3357696,
+          "corpus:end": 3372774
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1110",
+          "dc:title": "Turn 1110",
+          "corpus:begin": 3372774,
+          "corpus:end": 3378879
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1111",
+          "dc:title": "Turn 1111",
+          "corpus:begin": 3378879,
+          "corpus:end": 3379599
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1112",
+          "dc:title": "Turn 1112",
+          "corpus:begin": 3379599,
+          "corpus:end": 3381125
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "dc:title": "Turn 1113",
+          "corpus:begin": 3381125,
+          "corpus:end": 3390450
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1114",
+          "dc:title": "Turn 1114",
+          "corpus:begin": 3390450,
+          "corpus:end": 3391790
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1115",
+          "dc:title": "Turn 1115",
+          "corpus:begin": 3391790,
+          "corpus:end": 3392291
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1116",
+          "dc:title": "Turn 1116",
+          "corpus:begin": 3392291,
+          "corpus:end": 3393269
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1117",
+          "dc:title": "Turn 1117",
+          "corpus:begin": 3393269,
+          "corpus:end": 3394228
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1118",
+          "dc:title": "Turn 1118",
+          "corpus:begin": 3394228,
+          "corpus:end": 3394710
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1119",
+          "dc:title": "Turn 1119",
+          "corpus:begin": 3394710,
+          "corpus:end": 3395287
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1120",
+          "dc:title": "Turn 1120",
+          "corpus:begin": 3395287,
+          "corpus:end": 3396007
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1121",
+          "dc:title": "Turn 1121",
+          "corpus:begin": 3396007,
+          "corpus:end": 3396389
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1122",
+          "dc:title": "Turn 1122",
+          "corpus:begin": 3396389,
+          "corpus:end": 3396751
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1123",
+          "dc:title": "Turn 1123",
+          "corpus:begin": 3396751,
+          "corpus:end": 3397181
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1124",
+          "dc:title": "Turn 1124",
+          "corpus:begin": 3397181,
+          "corpus:end": 3403296
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1125",
+          "dc:title": "Turn 1125",
+          "corpus:begin": 3403296,
+          "corpus:end": 3404088
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1126",
+          "dc:title": "Turn 1126",
+          "corpus:begin": 3404088,
+          "corpus:end": 3404975
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1127",
+          "dc:title": "Turn 1127",
+          "corpus:begin": 3404975,
+          "corpus:end": 3406263
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1128",
+          "dc:title": "Turn 1128",
+          "corpus:begin": 3406263,
+          "corpus:end": 3407579
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1129",
+          "dc:title": "Turn 1129",
+          "corpus:begin": 3407579,
+          "corpus:end": 3412850
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1130",
+          "dc:title": "Turn 1130",
+          "corpus:begin": 3412850,
+          "corpus:end": 3414548
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1131",
+          "dc:title": "Turn 1131",
+          "corpus:begin": 3414548,
+          "corpus:end": 3415197
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1132",
+          "dc:title": "Turn 1132",
+          "corpus:begin": 3415197,
+          "corpus:end": 3417276
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1133",
+          "dc:title": "Turn 1133",
+          "corpus:begin": 3417276,
+          "corpus:end": 3417700
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1134",
+          "dc:title": "Turn 1134",
+          "corpus:begin": 3417700,
+          "corpus:end": 3418135
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1135",
+          "dc:title": "Turn 1135",
+          "corpus:begin": 3418135,
+          "corpus:end": 3418784
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1136",
+          "dc:title": "Turn 1136",
+          "corpus:begin": 3418784,
+          "corpus:end": 3419433
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1137",
+          "dc:title": "Turn 1137",
+          "corpus:begin": 3419433,
+          "corpus:end": 3419891
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1138",
+          "dc:title": "Turn 1138",
+          "corpus:begin": 3419891,
+          "corpus:end": 3420807
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1139",
+          "dc:title": "Turn 1139",
+          "corpus:begin": 3420807,
+          "corpus:end": 3428352
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1140",
+          "dc:title": "Turn 1140",
+          "corpus:begin": 3428352,
+          "corpus:end": 3432936
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1141",
+          "dc:title": "Turn 1141",
+          "corpus:begin": 3432936,
+          "corpus:end": 3436399
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1142",
+          "dc:title": "Turn 1142",
+          "corpus:begin": 3436399,
+          "corpus:end": 3437167
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1143",
+          "dc:title": "Turn 1143",
+          "corpus:begin": 3437167,
+          "corpus:end": 3437911
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1144",
+          "dc:title": "Turn 1144",
+          "corpus:begin": 3437911,
+          "corpus:end": 3446916
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1145",
+          "dc:title": "Turn 1145",
+          "corpus:begin": 3446916,
+          "corpus:end": 3462445
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1146",
+          "dc:title": "Turn 1146",
+          "corpus:begin": 3462445,
+          "corpus:end": 3469361
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1147",
+          "dc:title": "Turn 1147",
+          "corpus:begin": 3469361,
+          "corpus:end": 3470390
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1148",
+          "dc:title": "Turn 1148",
+          "corpus:begin": 3470390,
+          "corpus:end": 3476643
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1149",
+          "dc:title": "Turn 1149",
+          "corpus:begin": 3476643,
+          "corpus:end": 3477884
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1150",
+          "dc:title": "Turn 1150",
+          "corpus:begin": 3477884,
+          "corpus:end": 3481108
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1151",
+          "dc:title": "Turn 1151",
+          "corpus:begin": 3481108,
+          "corpus:end": 3481704
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1152",
+          "dc:title": "Turn 1152",
+          "corpus:begin": 3481704,
+          "corpus:end": 3488249
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1153",
+          "dc:title": "Turn 1153",
+          "corpus:begin": 3488249,
+          "corpus:end": 3491693
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1154",
+          "dc:title": "Turn 1154",
+          "corpus:begin": 3491693,
+          "corpus:end": 3493892
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1155",
+          "dc:title": "Turn 1155",
+          "corpus:begin": 3493892,
+          "corpus:end": 3495174
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1156",
+          "dc:title": "Turn 1156",
+          "corpus:begin": 3495174,
+          "corpus:end": 3495738
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1157",
+          "dc:title": "Turn 1157",
+          "corpus:begin": 3495738,
+          "corpus:end": 3503946
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1158",
+          "dc:title": "Turn 1158",
+          "corpus:begin": 3503946,
+          "corpus:end": 3506312
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1159",
+          "dc:title": "Turn 1159",
+          "corpus:begin": 3506312,
+          "corpus:end": 3507385
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1160",
+          "dc:title": "Turn 1160",
+          "corpus:begin": 3507385,
+          "corpus:end": 3507958
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1161",
+          "dc:title": "Turn 1161",
+          "corpus:begin": 3507958,
+          "corpus:end": 3511449
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1162",
+          "dc:title": "Turn 1162",
+          "corpus:begin": 3511449,
+          "corpus:end": 3523417
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1163",
+          "dc:title": "Turn 1163",
+          "corpus:begin": 3523417,
+          "corpus:end": 3529575
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1164",
+          "dc:title": "Turn 1164",
+          "corpus:begin": 3529575,
+          "corpus:end": 3530629
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1165",
+          "dc:title": "Turn 1165",
+          "corpus:begin": 3530629,
+          "corpus:end": 3539863
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1166",
+          "dc:title": "Turn 1166",
+          "corpus:begin": 3539863,
+          "corpus:end": 3540667
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1167",
+          "dc:title": "Turn 1167",
+          "corpus:begin": 3540667,
+          "corpus:end": 3542425
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1168",
+          "dc:title": "Turn 1168",
+          "corpus:begin": 3542425,
+          "corpus:end": 3542787
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1169",
+          "dc:title": "Turn 1169",
+          "corpus:begin": 3542787,
+          "corpus:end": 3550972
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1170",
+          "dc:title": "Turn 1170",
+          "corpus:begin": 3550972,
+          "corpus:end": 3552169
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1171",
+          "dc:title": "Turn 1171",
+          "corpus:begin": 3552169,
+          "corpus:end": 3558160
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1172",
+          "dc:title": "Turn 1172",
+          "corpus:begin": 3558160,
+          "corpus:end": 3562648
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1173",
+          "dc:title": "Turn 1173",
+          "corpus:begin": 3562648,
+          "corpus:end": 3563411
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1174",
+          "dc:title": "Turn 1174",
+          "corpus:begin": 3563411,
+          "corpus:end": 3563893
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1175",
+          "dc:title": "Turn 1175",
+          "corpus:begin": 3563893,
+          "corpus:end": 3564756
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1176",
+          "dc:title": "Turn 1176",
+          "corpus:begin": 3564756,
+          "corpus:end": 3565420
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1177",
+          "dc:title": "Turn 1177",
+          "corpus:begin": 3565420,
+          "corpus:end": 3570723
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1178",
+          "dc:title": "Turn 1178",
+          "corpus:begin": 3570723,
+          "corpus:end": 3571343
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1179",
+          "dc:title": "Turn 1179",
+          "corpus:begin": 3571343,
+          "corpus:end": 3573990
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1180",
+          "dc:title": "Turn 1180",
+          "corpus:begin": 3573990,
+          "corpus:end": 3582747
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "dc:title": "Turn 1181",
+          "corpus:begin": 3582747,
+          "corpus:end": 3602595
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1182",
+          "dc:title": "Turn 1182",
+          "corpus:begin": 3602595,
+          "corpus:end": 3604462
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1183",
+          "dc:title": "Turn 1183",
+          "corpus:begin": 3604462,
+          "corpus:end": 3610529
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1184",
+          "dc:title": "Turn 1184",
+          "corpus:begin": 3610529,
+          "corpus:end": 3611225
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1185",
+          "dc:title": "Turn 1185",
+          "corpus:begin": 3611225,
+          "corpus:end": 3613515
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1186",
+          "dc:title": "Turn 1186",
+          "corpus:begin": 3613515,
+          "corpus:end": 3614164
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1187",
+          "dc:title": "Turn 1187",
+          "corpus:begin": 3614164,
+          "corpus:end": 3614980
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1188",
+          "dc:title": "Turn 1188",
+          "corpus:begin": 3614980,
+          "corpus:end": 3617804
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1189",
+          "dc:title": "Turn 1189",
+          "corpus:begin": 3617804,
+          "corpus:end": 3619073
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1190",
+          "dc:title": "Turn 1190",
+          "corpus:begin": 3619073,
+          "corpus:end": 3623084
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1191",
+          "dc:title": "Turn 1191",
+          "corpus:begin": 3623084,
+          "corpus:end": 3624133
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1192",
+          "dc:title": "Turn 1192",
+          "corpus:begin": 3624133,
+          "corpus:end": 3626900
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1193",
+          "dc:title": "Turn 1193",
+          "corpus:begin": 3626900,
+          "corpus:end": 3630601
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1194",
+          "dc:title": "Turn 1194",
+          "corpus:begin": 3630601,
+          "corpus:end": 3632490
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1195",
+          "dc:title": "Turn 1195",
+          "corpus:begin": 3632490,
+          "corpus:end": 3632829
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1196",
+          "dc:title": "Turn 1196",
+          "corpus:begin": 3632829,
+          "corpus:end": 3633478
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1197",
+          "dc:title": "Turn 1197",
+          "corpus:begin": 3633478,
+          "corpus:end": 3637775
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1198",
+          "dc:title": "Turn 1198",
+          "corpus:begin": 3637775,
+          "corpus:end": 3643546
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1199",
+          "dc:title": "Turn 1199",
+          "corpus:begin": 3643546,
+          "corpus:end": 3646771
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1200",
+          "dc:title": "Turn 1200",
+          "corpus:begin": 3646771,
+          "corpus:end": 3653267
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1201",
+          "dc:title": "Turn 1201",
+          "corpus:begin": 3653267,
+          "corpus:end": 3654030
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1202",
+          "dc:title": "Turn 1202",
+          "corpus:begin": 3654030,
+          "corpus:end": 3654340
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1203",
+          "dc:title": "Turn 1203",
+          "corpus:begin": 3654340,
+          "corpus:end": 3657755
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1204",
+          "dc:title": "Turn 1204",
+          "corpus:begin": 3657755,
+          "corpus:end": 3660045
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1205",
+          "dc:title": "Turn 1205",
+          "corpus:begin": 3660045,
+          "corpus:end": 3660598
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1206",
+          "dc:title": "Turn 1206",
+          "corpus:begin": 3660598,
+          "corpus:end": 3663965
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1207",
+          "dc:title": "Turn 1207",
+          "corpus:begin": 3663965,
+          "corpus:end": 3667900
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1208",
+          "dc:title": "Turn 1208",
+          "corpus:begin": 3667900,
+          "corpus:end": 3668615
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1209",
+          "dc:title": "Turn 1209",
+          "corpus:begin": 3668615,
+          "corpus:end": 3674315
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1210",
+          "dc:title": "Turn 1210",
+          "corpus:begin": 3674315,
+          "corpus:end": 3676223
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1211",
+          "dc:title": "Turn 1211",
+          "corpus:begin": 3676223,
+          "corpus:end": 3676848
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1212",
+          "dc:title": "Turn 1212",
+          "corpus:begin": 3676848,
+          "corpus:end": 3677449
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1213",
+          "dc:title": "Turn 1213",
+          "corpus:begin": 3677449,
+          "corpus:end": 3678479
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1214",
+          "dc:title": "Turn 1214",
+          "corpus:begin": 3678479,
+          "corpus:end": 3679195
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1215",
+          "dc:title": "Turn 1215",
+          "corpus:begin": 3679195,
+          "corpus:end": 3679748
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1216",
+          "dc:title": "Turn 1216",
+          "corpus:begin": 3679748,
+          "corpus:end": 3682562
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1217",
+          "dc:title": "Turn 1217",
+          "corpus:begin": 3682562,
+          "corpus:end": 3686282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1218",
+          "dc:title": "Turn 1218",
+          "corpus:begin": 3686282,
+          "corpus:end": 3691391
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1219",
+          "dc:title": "Turn 1219",
+          "corpus:begin": 3691391,
+          "corpus:end": 3692919
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1220",
+          "dc:title": "Turn 1220",
+          "corpus:begin": 3692919,
+          "corpus:end": 3695259
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1221",
+          "dc:title": "Turn 1221",
+          "corpus:begin": 3695259,
+          "corpus:end": 3696070
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1222",
+          "dc:title": "Turn 1222",
+          "corpus:begin": 3696070,
+          "corpus:end": 3696671
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1223",
+          "dc:title": "Turn 1223",
+          "corpus:begin": 3696671,
+          "corpus:end": 3697391
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1224",
+          "dc:title": "Turn 1224",
+          "corpus:begin": 3697391,
+          "corpus:end": 3700568
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1225",
+          "dc:title": "Turn 1225",
+          "corpus:begin": 3700568,
+          "corpus:end": 3709471
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1226",
+          "dc:title": "Turn 1226",
+          "corpus:begin": 3709471,
+          "corpus:end": 3712386
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1227",
+          "dc:title": "Turn 1227",
+          "corpus:begin": 3712386,
+          "corpus:end": 3714394
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1228",
+          "dc:title": "Turn 1228",
+          "corpus:begin": 3714394,
+          "corpus:end": 3715424
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1229",
+          "dc:title": "Turn 1229",
+          "corpus:begin": 3715424,
+          "corpus:end": 3717022
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1230",
+          "dc:title": "Turn 1230",
+          "corpus:begin": 3717022,
+          "corpus:end": 3718243
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1231",
+          "dc:title": "Turn 1231",
+          "corpus:begin": 3718243,
+          "corpus:end": 3724644
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1232",
+          "dc:title": "Turn 1232",
+          "corpus:begin": 3724644,
+          "corpus:end": 3734655
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1233",
+          "dc:title": "Turn 1233",
+          "corpus:begin": 3734655,
+          "corpus:end": 3736611
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1234",
+          "dc:title": "Turn 1234",
+          "corpus:begin": 3736611,
+          "corpus:end": 3737427
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1235",
+          "dc:title": "Turn 1235",
+          "corpus:begin": 3737427,
+          "corpus:end": 3740489
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1236",
+          "dc:title": "Turn 1236",
+          "corpus:begin": 3740489,
+          "corpus:end": 3752089
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1237",
+          "dc:title": "Turn 1237",
+          "corpus:begin": 3752089,
+          "corpus:end": 3754522
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1238",
+          "dc:title": "Turn 1238",
+          "corpus:begin": 3754522,
+          "corpus:end": 3765564
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1239",
+          "dc:title": "Turn 1239",
+          "corpus:begin": 3765564,
+          "corpus:end": 3766303
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1240",
+          "dc:title": "Turn 1240",
+          "corpus:begin": 3766303,
+          "corpus:end": 3767615
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1241",
+          "dc:title": "Turn 1241",
+          "corpus:begin": 3767615,
+          "corpus:end": 3768001
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1242",
+          "dc:title": "Turn 1242",
+          "corpus:begin": 3768001,
+          "corpus:end": 3769492
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1243",
+          "dc:title": "Turn 1243",
+          "corpus:begin": 3769492,
+          "corpus:end": 3771512
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1244",
+          "dc:title": "Turn 1244",
+          "corpus:begin": 3771512,
+          "corpus:end": 3771946
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1245",
+          "dc:title": "Turn 1245",
+          "corpus:begin": 3771946,
+          "corpus:end": 3774956
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1246",
+          "dc:title": "Turn 1246",
+          "corpus:begin": 3774956,
+          "corpus:end": 3779563
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1247",
+          "dc:title": "Turn 1247",
+          "corpus:begin": 3779563,
+          "corpus:end": 3780279
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1248",
+          "dc:title": "Turn 1248",
+          "corpus:begin": 3780279,
+          "corpus:end": 3785554
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1249",
+          "dc:title": "Turn 1249",
+          "corpus:begin": 3785554,
+          "corpus:end": 3788097
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1250",
+          "dc:title": "Turn 1250",
+          "corpus:begin": 3788097,
+          "corpus:end": 3791244
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1251",
+          "dc:title": "Turn 1251",
+          "corpus:begin": 3791244,
+          "corpus:end": 3793700
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1252",
+          "dc:title": "Turn 1252",
+          "corpus:begin": 3793700,
+          "corpus:end": 3795799
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1253",
+          "dc:title": "Turn 1253",
+          "corpus:begin": 3795799,
+          "corpus:end": 3796872
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1254",
+          "dc:title": "Turn 1254",
+          "corpus:begin": 3796872,
+          "corpus:end": 3800793
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1255",
+          "dc:title": "Turn 1255",
+          "corpus:begin": 3800793,
+          "corpus:end": 3806832
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "dc:title": "Turn 1256",
+          "corpus:begin": 3806832,
+          "corpus:end": 3828568
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1257",
+          "dc:title": "Turn 1257",
+          "corpus:begin": 3828568,
+          "corpus:end": 3829527
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1258",
+          "dc:title": "Turn 1258",
+          "corpus:begin": 3829527,
+          "corpus:end": 3831135
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1259",
+          "dc:title": "Turn 1259",
+          "corpus:begin": 3831135,
+          "corpus:end": 3832141
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1260",
+          "dc:title": "Turn 1260",
+          "corpus:begin": 3832141,
+          "corpus:end": 3833095
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1261",
+          "dc:title": "Turn 1261",
+          "corpus:begin": 3833095,
+          "corpus:end": 3840822
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1262",
+          "dc:title": "Turn 1262",
+          "corpus:begin": 3840822,
+          "corpus:end": 3845897
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1263",
+          "dc:title": "Turn 1263",
+          "corpus:begin": 3845897,
+          "corpus:end": 3847023
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1264",
+          "dc:title": "Turn 1264",
+          "corpus:begin": 3847023,
+          "corpus:end": 3850366
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1265",
+          "dc:title": "Turn 1265",
+          "corpus:begin": 3850366,
+          "corpus:end": 3851416
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1266",
+          "dc:title": "Turn 1266",
+          "corpus:begin": 3851416,
+          "corpus:end": 3852255
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1267",
+          "dc:title": "Turn 1267",
+          "corpus:begin": 3852255,
+          "corpus:end": 3852494
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1268",
+          "dc:title": "Turn 1268",
+          "corpus:begin": 3852494,
+          "corpus:end": 3853119
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1269",
+          "dc:title": "Turn 1269",
+          "corpus:begin": 3853119,
+          "corpus:end": 3861995
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1270",
+          "dc:title": "Turn 1270",
+          "corpus:begin": 3861995,
+          "corpus:end": 3867537
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1271",
+          "dc:title": "Turn 1271",
+          "corpus:begin": 3867537,
+          "corpus:end": 3871835
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1272",
+          "dc:title": "Turn 1272",
+          "corpus:begin": 3871835,
+          "corpus:end": 3874582
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1273",
+          "dc:title": "Turn 1273",
+          "corpus:begin": 3874582,
+          "corpus:end": 3875445
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1274",
+          "dc:title": "Turn 1274",
+          "corpus:begin": 3875445,
+          "corpus:end": 3875779
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1275",
+          "dc:title": "Turn 1275",
+          "corpus:begin": 3875779,
+          "corpus:end": 3876294
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1276",
+          "dc:title": "Turn 1276",
+          "corpus:begin": 3876294,
+          "corpus:end": 3887495
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1277",
+          "dc:title": "Turn 1277",
+          "corpus:begin": 3887495,
+          "corpus:end": 3890218
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1278",
+          "dc:title": "Turn 1278",
+          "corpus:begin": 3890218,
+          "corpus:end": 3892942
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1279",
+          "dc:title": "Turn 1279",
+          "corpus:begin": 3892942,
+          "corpus:end": 3894023
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1280",
+          "dc:title": "Turn 1280",
+          "corpus:begin": 3894023,
+          "corpus:end": 3896491
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1281",
+          "dc:title": "Turn 1281",
+          "corpus:begin": 3896491,
+          "corpus:end": 3903536
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1282",
+          "dc:title": "Turn 1282",
+          "corpus:begin": 3903536,
+          "corpus:end": 3904714
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1283",
+          "dc:title": "Turn 1283",
+          "corpus:begin": 3904714,
+          "corpus:end": 3908253
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1284",
+          "dc:title": "Turn 1284",
+          "corpus:begin": 3908253,
+          "corpus:end": 3909636
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1285",
+          "dc:title": "Turn 1285",
+          "corpus:begin": 3909636,
+          "corpus:end": 3910256
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1286",
+          "dc:title": "Turn 1286",
+          "corpus:begin": 3910256,
+          "corpus:end": 3910833
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1287",
+          "dc:title": "Turn 1287",
+          "corpus:begin": 3910833,
+          "corpus:end": 3911410
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1288",
+          "dc:title": "Turn 1288",
+          "corpus:begin": 3911410,
+          "corpus:end": 3912727
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1289",
+          "dc:title": "Turn 1289",
+          "corpus:begin": 3912727,
+          "corpus:end": 3913953
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1290",
+          "dc:title": "Turn 1290",
+          "corpus:begin": 3913953,
+          "corpus:end": 3918637
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1291",
+          "dc:title": "Turn 1291",
+          "corpus:begin": 3918637,
+          "corpus:end": 3926993
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1292",
+          "dc:title": "Turn 1292",
+          "corpus:begin": 3926993,
+          "corpus:end": 3927732
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1293",
+          "dc:title": "Turn 1293",
+          "corpus:begin": 3927732,
+          "corpus:end": 3934534
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1294",
+          "dc:title": "Turn 1294",
+          "corpus:begin": 3934534,
+          "corpus:end": 3941188
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1295",
+          "dc:title": "Turn 1295",
+          "corpus:begin": 3941188,
+          "corpus:end": 3942910
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1296",
+          "dc:title": "Turn 1296",
+          "corpus:begin": 3942910,
+          "corpus:end": 3950975
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1297",
+          "dc:title": "Turn 1297",
+          "corpus:begin": 3950975,
+          "corpus:end": 3952597
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1298",
+          "dc:title": "Turn 1298",
+          "corpus:begin": 3952597,
+          "corpus:end": 3955229
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1299",
+          "dc:title": "Turn 1299",
+          "corpus:begin": 3955229,
+          "corpus:end": 3955848
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1300",
+          "dc:title": "Turn 1300",
+          "corpus:begin": 3955848,
+          "corpus:end": 3956640
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1301",
+          "dc:title": "Turn 1301",
+          "corpus:begin": 3956640,
+          "corpus:end": 3957503
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1302",
+          "dc:title": "Turn 1302",
+          "corpus:begin": 3957503,
+          "corpus:end": 3962993
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1303",
+          "dc:title": "Turn 1303",
+          "corpus:begin": 3962993,
+          "corpus:end": 3968372
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1304",
+          "dc:title": "Turn 1304",
+          "corpus:begin": 3968372,
+          "corpus:end": 3971864
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1305",
+          "dc:title": "Turn 1305",
+          "corpus:begin": 3971864,
+          "corpus:end": 3973535
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1306",
+          "dc:title": "Turn 1306",
+          "corpus:begin": 3973535,
+          "corpus:end": 3973943
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "dc:title": "Turn 1307",
+          "corpus:begin": 3973943,
+          "corpus:end": 3981766
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1308",
+          "dc:title": "Turn 1308",
+          "corpus:begin": 3981766,
+          "corpus:end": 3982663
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1309",
+          "dc:title": "Turn 1309",
+          "corpus:begin": 3982663,
+          "corpus:end": 3983335
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1310",
+          "dc:title": "Turn 1310",
+          "corpus:begin": 3983335,
+          "corpus:end": 3984313
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1311",
+          "dc:title": "Turn 1311",
+          "corpus:begin": 3984313,
+          "corpus:end": 3984957
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1312",
+          "dc:title": "Turn 1312",
+          "corpus:begin": 3984957,
+          "corpus:end": 3985463
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1313",
+          "dc:title": "Turn 1313",
+          "corpus:begin": 3985463,
+          "corpus:end": 3986040
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1314",
+          "dc:title": "Turn 1314",
+          "corpus:begin": 3986040,
+          "corpus:end": 3986994
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1315",
+          "dc:title": "Turn 1315",
+          "corpus:begin": 3986994,
+          "corpus:end": 3994220
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1316",
+          "dc:title": "Turn 1316",
+          "corpus:begin": 3994220,
+          "corpus:end": 3997134
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1317",
+          "dc:title": "Turn 1317",
+          "corpus:begin": 3997134,
+          "corpus:end": 4005367
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1318",
+          "dc:title": "Turn 1318",
+          "corpus:begin": 4005367,
+          "corpus:end": 4006660
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1319",
+          "dc:title": "Turn 1319",
+          "corpus:begin": 4006660,
+          "corpus:end": 4007619
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1320",
+          "dc:title": "Turn 1320",
+          "corpus:begin": 4007619,
+          "corpus:end": 4016948
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1321",
+          "dc:title": "Turn 1321",
+          "corpus:begin": 4016948,
+          "corpus:end": 4021460
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1322",
+          "dc:title": "Turn 1322",
+          "corpus:begin": 4021460,
+          "corpus:end": 4023277
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1323",
+          "dc:title": "Turn 1323",
+          "corpus:begin": 4023277,
+          "corpus:end": 4025686
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1324",
+          "dc:title": "Turn 1324",
+          "corpus:begin": 4025686,
+          "corpus:end": 4027241
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1325",
+          "dc:title": "Turn 1325",
+          "corpus:begin": 4027241,
+          "corpus:end": 4028700
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1326",
+          "dc:title": "Turn 1326",
+          "corpus:begin": 4028700,
+          "corpus:end": 4029464
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1327",
+          "dc:title": "Turn 1327",
+          "corpus:begin": 4029464,
+          "corpus:end": 4030685
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1328",
+          "dc:title": "Turn 1328",
+          "corpus:begin": 4030685,
+          "corpus:end": 4032311
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1329",
+          "dc:title": "Turn 1329",
+          "corpus:begin": 4032311,
+          "corpus:end": 4042046
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1330",
+          "dc:title": "Turn 1330",
+          "corpus:begin": 4042046,
+          "corpus:end": 4043191
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1331",
+          "dc:title": "Turn 1331",
+          "corpus:begin": 4043191,
+          "corpus:end": 4044336
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1332",
+          "dc:title": "Turn 1332",
+          "corpus:begin": 4044336,
+          "corpus:end": 4053880
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1333",
+          "dc:title": "Turn 1333",
+          "corpus:begin": 4053880,
+          "corpus:end": 4058898
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1334",
+          "dc:title": "Turn 1334",
+          "corpus:begin": 4058898,
+          "corpus:end": 4059332
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1335",
+          "dc:title": "Turn 1335",
+          "corpus:begin": 4059332,
+          "corpus:end": 4060047
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1336",
+          "dc:title": "Turn 1336",
+          "corpus:begin": 4060047,
+          "corpus:end": 4066692
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1337",
+          "dc:title": "Turn 1337",
+          "corpus:begin": 4066692,
+          "corpus:end": 4067603
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1338",
+          "dc:title": "Turn 1338",
+          "corpus:begin": 4067603,
+          "corpus:end": 4068729
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1339",
+          "dc:title": "Turn 1339",
+          "corpus:begin": 4068729,
+          "corpus:end": 4073217
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1340",
+          "dc:title": "Turn 1340",
+          "corpus:begin": 4073217,
+          "corpus:end": 4073794
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1341",
+          "dc:title": "Turn 1341",
+          "corpus:begin": 4073794,
+          "corpus:end": 4077834
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1342",
+          "dc:title": "Turn 1342",
+          "corpus:begin": 4077834,
+          "corpus:end": 4081917
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1343",
+          "dc:title": "Turn 1343",
+          "corpus:begin": 4081917,
+          "corpus:end": 4082279
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1344",
+          "dc:title": "Turn 1344",
+          "corpus:begin": 4082279,
+          "corpus:end": 4090488
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1345",
+          "dc:title": "Turn 1345",
+          "corpus:begin": 4090488,
+          "corpus:end": 4102965
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1346",
+          "dc:title": "Turn 1346",
+          "corpus:begin": 4102965,
+          "corpus:end": 4106614
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1347",
+          "dc:title": "Turn 1347",
+          "corpus:begin": 4106614,
+          "corpus:end": 4109581
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1348",
+          "dc:title": "Turn 1348",
+          "corpus:begin": 4109581,
+          "corpus:end": 4126346
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1349",
+          "dc:title": "Turn 1349",
+          "corpus:begin": 4126346,
+          "corpus:end": 4135953
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1350",
+          "dc:title": "Turn 1350",
+          "corpus:begin": 4135953,
+          "corpus:end": 4140513
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1351",
+          "dc:title": "Turn 1351",
+          "corpus:begin": 4140513,
+          "corpus:end": 4144310
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1352",
+          "dc:title": "Turn 1352",
+          "corpus:begin": 4144310,
+          "corpus:end": 4145322
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1353",
+          "dc:title": "Turn 1353",
+          "corpus:begin": 4145322,
+          "corpus:end": 4147044
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1354",
+          "dc:title": "Turn 1354",
+          "corpus:begin": 4147044,
+          "corpus:end": 4147550
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1355",
+          "dc:title": "Turn 1355",
+          "corpus:begin": 4147550,
+          "corpus:end": 4148723
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1356",
+          "dc:title": "Turn 1356",
+          "corpus:begin": 4148723,
+          "corpus:end": 4149251
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1357",
+          "dc:title": "Turn 1357",
+          "corpus:begin": 4149251,
+          "corpus:end": 4151447
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1358",
+          "dc:title": "Turn 1358",
+          "corpus:begin": 4151447,
+          "corpus:end": 4154356
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1359",
+          "dc:title": "Turn 1359",
+          "corpus:begin": 4154356,
+          "corpus:end": 4162241
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1360",
+          "dc:title": "Turn 1360",
+          "corpus:begin": 4162241,
+          "corpus:end": 4166371
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1361",
+          "dc:title": "Turn 1361",
+          "corpus:begin": 4166371,
+          "corpus:end": 4166948
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1362",
+          "dc:title": "Turn 1362",
+          "corpus:begin": 4166948,
+          "corpus:end": 4170959
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1363",
+          "dc:title": "Turn 1363",
+          "corpus:begin": 4170959,
+          "corpus:end": 4172778
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1364",
+          "dc:title": "Turn 1364",
+          "corpus:begin": 4172778,
+          "corpus:end": 4175137
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1365",
+          "dc:title": "Turn 1365",
+          "corpus:begin": 4175137,
+          "corpus:end": 4191506
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1366",
+          "dc:title": "Turn 1366",
+          "corpus:begin": 4191506,
+          "corpus:end": 4193491
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1367",
+          "dc:title": "Turn 1367",
+          "corpus:begin": 4193491,
+          "corpus:end": 4194189
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1368",
+          "dc:title": "Turn 1368",
+          "corpus:begin": 4194189,
+          "corpus:end": 4197932
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1369",
+          "dc:title": "Turn 1369",
+          "corpus:begin": 4197932,
+          "corpus:end": 4199482
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1370",
+          "dc:title": "Turn 1370",
+          "corpus:begin": 4199482,
+          "corpus:end": 4208554
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1371",
+          "dc:title": "Turn 1371",
+          "corpus:begin": 4208554,
+          "corpus:end": 4213830
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1372",
+          "dc:title": "Turn 1372",
+          "corpus:begin": 4213830,
+          "corpus:end": 4215480
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1373",
+          "dc:title": "Turn 1373",
+          "corpus:begin": 4215480,
+          "corpus:end": 4220927
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1374",
+          "dc:title": "Turn 1374",
+          "corpus:begin": 4220927,
+          "corpus:end": 4231144
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1375",
+          "dc:title": "Turn 1375",
+          "corpus:begin": 4231144,
+          "corpus:end": 4231524
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1376",
+          "dc:title": "Turn 1376",
+          "corpus:begin": 4231524,
+          "corpus:end": 4236434
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1377",
+          "dc:title": "Turn 1377",
+          "corpus:begin": 4236434,
+          "corpus:end": 4243489
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1378",
+          "dc:title": "Turn 1378",
+          "corpus:begin": 4243489,
+          "corpus:end": 4254092
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1379",
+          "dc:title": "Turn 1379",
+          "corpus:begin": 4254092,
+          "corpus:end": 4255265
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1380",
+          "dc:title": "Turn 1380",
+          "corpus:begin": 4255265,
+          "corpus:end": 4256148
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1381",
+          "dc:title": "Turn 1381",
+          "corpus:begin": 4256148,
+          "corpus:end": 4260842
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1382",
+          "dc:title": "Turn 1382",
+          "corpus:begin": 4260842,
+          "corpus:end": 4266236
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1383",
+          "dc:title": "Turn 1383",
+          "corpus:begin": 4266236,
+          "corpus:end": 4273629
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1384",
+          "dc:title": "Turn 1384",
+          "corpus:begin": 4273629,
+          "corpus:end": 4278461
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1385",
+          "dc:title": "Turn 1385",
+          "corpus:begin": 4278461,
+          "corpus:end": 4279487
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1386",
+          "dc:title": "Turn 1386",
+          "corpus:begin": 4279487,
+          "corpus:end": 4281691
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1387",
+          "dc:title": "Turn 1387",
+          "corpus:begin": 4281691,
+          "corpus:end": 4282650
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1388",
+          "dc:title": "Turn 1388",
+          "corpus:begin": 4282650,
+          "corpus:end": 4284878
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1389",
+          "dc:title": "Turn 1389",
+          "corpus:begin": 4284878,
+          "corpus:end": 4294318
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1390",
+          "dc:title": "Turn 1390",
+          "corpus:begin": 4294318,
+          "corpus:end": 4295110
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1391",
+          "dc:title": "Turn 1391",
+          "corpus:begin": 4295110,
+          "corpus:end": 4300576
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "dc:title": "Turn 1392",
+          "corpus:begin": 4300576,
+          "corpus:end": 4319769
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1393",
+          "dc:title": "Turn 1393",
+          "corpus:begin": 4319769,
+          "corpus:end": 4328764
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1394",
+          "dc:title": "Turn 1394",
+          "corpus:begin": 4328764,
+          "corpus:end": 4331062
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1395",
+          "dc:title": "Turn 1395",
+          "corpus:begin": 4331062,
+          "corpus:end": 4331654
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1396",
+          "dc:title": "Turn 1396",
+          "corpus:begin": 4331654,
+          "corpus:end": 4336853
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1397",
+          "dc:title": "Turn 1397",
+          "corpus:begin": 4336853,
+          "corpus:end": 4348238
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1398",
+          "dc:title": "Turn 1398",
+          "corpus:begin": 4348238,
+          "corpus:end": 4364536
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1399",
+          "dc:title": "Turn 1399",
+          "corpus:begin": 4364536,
+          "corpus:end": 4368409
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1400",
+          "dc:title": "Turn 1400",
+          "corpus:begin": 4368409,
+          "corpus:end": 4369387
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1401",
+          "dc:title": "Turn 1401",
+          "corpus:begin": 4369387,
+          "corpus:end": 4377142
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1402",
+          "dc:title": "Turn 1402",
+          "corpus:begin": 4377142,
+          "corpus:end": 4387950
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1403",
+          "dc:title": "Turn 1403",
+          "corpus:begin": 4387950,
+          "corpus:end": 4398095
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1404",
+          "dc:title": "Turn 1404",
+          "corpus:begin": 4398095,
+          "corpus:end": 4409671
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1405",
+          "dc:title": "Turn 1405",
+          "corpus:begin": 4409671,
+          "corpus:end": 4414760
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1406",
+          "dc:title": "Turn 1406",
+          "corpus:begin": 4414760,
+          "corpus:end": 4415886
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1407",
+          "dc:title": "Turn 1407",
+          "corpus:begin": 4415886,
+          "corpus:end": 4421820
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1408",
+          "dc:title": "Turn 1408",
+          "corpus:begin": 4421820,
+          "corpus:end": 4423089
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1409",
+          "dc:title": "Turn 1409",
+          "corpus:begin": 4423089,
+          "corpus:end": 4425645
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1410",
+          "dc:title": "Turn 1410",
+          "corpus:begin": 4425645,
+          "corpus:end": 4426456
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1411",
+          "dc:title": "Turn 1411",
+          "corpus:begin": 4426456,
+          "corpus:end": 4429890
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1412",
+          "dc:title": "Turn 1412",
+          "corpus:begin": 4429890,
+          "corpus:end": 4430892
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1413",
+          "dc:title": "Turn 1413",
+          "corpus:begin": 4430892,
+          "corpus:end": 4432065
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1414",
+          "dc:title": "Turn 1414",
+          "corpus:begin": 4432065,
+          "corpus:end": 4434212
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1415",
+          "dc:title": "Turn 1415",
+          "corpus:begin": 4434212,
+          "corpus:end": 4435280
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1416",
+          "dc:title": "Turn 1416",
+          "corpus:begin": 4435280,
+          "corpus:end": 4437622
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1417",
+          "dc:title": "Turn 1417",
+          "corpus:begin": 4437622,
+          "corpus:end": 4438366
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1418",
+          "dc:title": "Turn 1418",
+          "corpus:begin": 4438366,
+          "corpus:end": 4439678
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1419",
+          "dc:title": "Turn 1419",
+          "corpus:begin": 4439678,
+          "corpus:end": 4443594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1420",
+          "dc:title": "Turn 1420",
+          "corpus:begin": 4443594,
+          "corpus:end": 4444290
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1421",
+          "dc:title": "Turn 1421",
+          "corpus:begin": 4444290,
+          "corpus:end": 4445077
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1422",
+          "dc:title": "Turn 1422",
+          "corpus:begin": 4445077,
+          "corpus:end": 4446723
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1423",
+          "dc:title": "Turn 1423",
+          "corpus:begin": 4446723,
+          "corpus:end": 4447276
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1424",
+          "dc:title": "Turn 1424",
+          "corpus:begin": 4447276,
+          "corpus:end": 4454383
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1425",
+          "dc:title": "Turn 1425",
+          "corpus:begin": 4454383,
+          "corpus:end": 4455103
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1426",
+          "dc:title": "Turn 1426",
+          "corpus:begin": 4455103,
+          "corpus:end": 4455699
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1427",
+          "dc:title": "Turn 1427",
+          "corpus:begin": 4455699,
+          "corpus:end": 4456391
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1428",
+          "dc:title": "Turn 1428",
+          "corpus:begin": 4456391,
+          "corpus:end": 4456730
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1429",
+          "dc:title": "Turn 1429",
+          "corpus:begin": 4456730,
+          "corpus:end": 4459143
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1430",
+          "dc:title": "Turn 1430",
+          "corpus:begin": 4459143,
+          "corpus:end": 4459525
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1431",
+          "dc:title": "Turn 1431",
+          "corpus:begin": 4459525,
+          "corpus:end": 4459983
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1432",
+          "dc:title": "Turn 1432",
+          "corpus:begin": 4459983,
+          "corpus:end": 4460751
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1433",
+          "dc:title": "Turn 1433",
+          "corpus:begin": 4460751,
+          "corpus:end": 4463117
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1434",
+          "dc:title": "Turn 1434",
+          "corpus:begin": 4463117,
+          "corpus:end": 4473811
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1435",
+          "dc:title": "Turn 1435",
+          "corpus:begin": 4473811,
+          "corpus:end": 4474388
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1436",
+          "dc:title": "Turn 1436",
+          "corpus:begin": 4474388,
+          "corpus:end": 4475604
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1437",
+          "dc:title": "Turn 1437",
+          "corpus:begin": 4475604,
+          "corpus:end": 4477469
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1438",
+          "dc:title": "Turn 1438",
+          "corpus:begin": 4477469,
+          "corpus:end": 4478400
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1439",
+          "dc:title": "Turn 1439",
+          "corpus:begin": 4478400,
+          "corpus:end": 4479100
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1440",
+          "dc:title": "Turn 1440",
+          "corpus:begin": 4479100,
+          "corpus:end": 4480464
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1441",
+          "dc:title": "Turn 1441",
+          "corpus:begin": 4480464,
+          "corpus:end": 4484857
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1442",
+          "dc:title": "Turn 1442",
+          "corpus:begin": 4484857,
+          "corpus:end": 4485310
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1443",
+          "dc:title": "Turn 1443",
+          "corpus:begin": 4485310,
+          "corpus:end": 4486956
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1444",
+          "dc:title": "Turn 1444",
+          "corpus:begin": 4486956,
+          "corpus:end": 4490252
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1445",
+          "dc:title": "Turn 1445",
+          "corpus:begin": 4490252,
+          "corpus:end": 4495466
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1446",
+          "dc:title": "Turn 1446",
+          "corpus:begin": 4495466,
+          "corpus:end": 4495948
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1447",
+          "dc:title": "Turn 1447",
+          "corpus:begin": 4495948,
+          "corpus:end": 4497002
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1448",
+          "dc:title": "Turn 1448",
+          "corpus:begin": 4497002,
+          "corpus:end": 4505578
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1449",
+          "dc:title": "Turn 1449",
+          "corpus:begin": 4505578,
+          "corpus:end": 4506656
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1450",
+          "dc:title": "Turn 1450",
+          "corpus:begin": 4506656,
+          "corpus:end": 4515627
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1451",
+          "dc:title": "Turn 1451",
+          "corpus:begin": 4515627,
+          "corpus:end": 4516390
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1452",
+          "dc:title": "Turn 1452",
+          "corpus:begin": 4516390,
+          "corpus:end": 4517416
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1453",
+          "dc:title": "Turn 1453",
+          "corpus:begin": 4517416,
+          "corpus:end": 4523769
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1454",
+          "dc:title": "Turn 1454",
+          "corpus:begin": 4523769,
+          "corpus:end": 4528878
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1455",
+          "dc:title": "Turn 1455",
+          "corpus:begin": 4528878,
+          "corpus:end": 4532059
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1456",
+          "dc:title": "Turn 1456",
+          "corpus:begin": 4532059,
+          "corpus:end": 4535821
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1457",
+          "dc:title": "Turn 1457",
+          "corpus:begin": 4535821,
+          "corpus:end": 4536972
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1458",
+          "dc:title": "Turn 1458",
+          "corpus:begin": 4536972,
+          "corpus:end": 4537549
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1459",
+          "dc:title": "Turn 1459",
+          "corpus:begin": 4537549,
+          "corpus:end": 4538741
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1460",
+          "dc:title": "Turn 1460",
+          "corpus:begin": 4538741,
+          "corpus:end": 4539409
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1461",
+          "dc:title": "Turn 1461",
+          "corpus:begin": 4539409,
+          "corpus:end": 4540888
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1462",
+          "dc:title": "Turn 1462",
+          "corpus:begin": 4540888,
+          "corpus:end": 4542419
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1463",
+          "dc:title": "Turn 1463",
+          "corpus:begin": 4542419,
+          "corpus:end": 4543039
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1464",
+          "dc:title": "Turn 1464",
+          "corpus:begin": 4543039,
+          "corpus:end": 4543945
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1465",
+          "dc:title": "Turn 1465",
+          "corpus:begin": 4543945,
+          "corpus:end": 4545567
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1466",
+          "dc:title": "Turn 1466",
+          "corpus:begin": 4545567,
+          "corpus:end": 4546211
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1467",
+          "dc:title": "Turn 1467",
+          "corpus:begin": 4546211,
+          "corpus:end": 4547747
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1468",
+          "dc:title": "Turn 1468",
+          "corpus:begin": 4547747,
+          "corpus:end": 4550657
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1469",
+          "dc:title": "Turn 1469",
+          "corpus:begin": 4550657,
+          "corpus:end": 4551019
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1470",
+          "dc:title": "Turn 1470",
+          "corpus:begin": 4551019,
+          "corpus:end": 4560325
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1471",
+          "dc:title": "Turn 1471",
+          "corpus:begin": 4560325,
+          "corpus:end": 4567823
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1472",
+          "dc:title": "Turn 1472",
+          "corpus:begin": 4567823,
+          "corpus:end": 4570432
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1473",
+          "dc:title": "Turn 1473",
+          "corpus:begin": 4570432,
+          "corpus:end": 4571756
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1474",
+          "dc:title": "Turn 1474",
+          "corpus:begin": 4571756,
+          "corpus:end": 4572750
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1475",
+          "dc:title": "Turn 1475",
+          "corpus:begin": 4572750,
+          "corpus:end": 4577028
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1476",
+          "dc:title": "Turn 1476",
+          "corpus:begin": 4577028,
+          "corpus:end": 4578941
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1477",
+          "dc:title": "Turn 1477",
+          "corpus:begin": 4578941,
+          "corpus:end": 4581192
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1478",
+          "dc:title": "Turn 1478",
+          "corpus:begin": 4581192,
+          "corpus:end": 4583367
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1479",
+          "dc:title": "Turn 1479",
+          "corpus:begin": 4583367,
+          "corpus:end": 4588004
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1480",
+          "dc:title": "Turn 1480",
+          "corpus:begin": 4588004,
+          "corpus:end": 4593441
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1481",
+          "dc:title": "Turn 1481",
+          "corpus:begin": 4593441,
+          "corpus:end": 4609639
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1482",
+          "dc:title": "Turn 1482",
+          "corpus:begin": 4609639,
+          "corpus:end": 4616483
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1483",
+          "dc:title": "Turn 1483",
+          "corpus:begin": 4616483,
+          "corpus:end": 4617418
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1484",
+          "dc:title": "Turn 1484",
+          "corpus:begin": 4617418,
+          "corpus:end": 4617919
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1485",
+          "dc:title": "Turn 1485",
+          "corpus:begin": 4617919,
+          "corpus:end": 4622152
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1486",
+          "dc:title": "Turn 1486",
+          "corpus:begin": 4622152,
+          "corpus:end": 4624427
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1487",
+          "dc:title": "Turn 1487",
+          "corpus:begin": 4624427,
+          "corpus:end": 4624933
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1488",
+          "dc:title": "Turn 1488",
+          "corpus:begin": 4624933,
+          "corpus:end": 4627990
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1489",
+          "dc:title": "Turn 1489",
+          "corpus:begin": 4627990,
+          "corpus:end": 4631954
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1490",
+          "dc:title": "Turn 1490",
+          "corpus:begin": 4631954,
+          "corpus:end": 4634086
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1491",
+          "dc:title": "Turn 1491",
+          "corpus:begin": 4634086,
+          "corpus:end": 4635257
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1492",
+          "dc:title": "Turn 1492",
+          "corpus:begin": 4635257,
+          "corpus:end": 4645414
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1493",
+          "dc:title": "Turn 1493",
+          "corpus:begin": 4645414,
+          "corpus:end": 4658283
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1494",
+          "dc:title": "Turn 1494",
+          "corpus:begin": 4658283,
+          "corpus:end": 4670322
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1495",
+          "dc:title": "Turn 1495",
+          "corpus:begin": 4670322,
+          "corpus:end": 4676813
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1496",
+          "dc:title": "Turn 1496",
+          "corpus:begin": 4676813,
+          "corpus:end": 4685236
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "dc:title": "Turn 1497",
+          "corpus:begin": 4685236,
+          "corpus:end": 4698539
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1498",
+          "dc:title": "Turn 1498",
+          "corpus:begin": 4698539,
+          "corpus:end": 4699641
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1499",
+          "dc:title": "Turn 1499",
+          "corpus:begin": 4699641,
+          "corpus:end": 4700504
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1500",
+          "dc:title": "Turn 1500",
+          "corpus:begin": 4700504,
+          "corpus:end": 4706113
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1501",
+          "dc:title": "Turn 1501",
+          "corpus:begin": 4706113,
+          "corpus:end": 4709118
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1502",
+          "dc:title": "Turn 1502",
+          "corpus:begin": 4709118,
+          "corpus:end": 4709881
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1503",
+          "dc:title": "Turn 1503",
+          "corpus:begin": 4709881,
+          "corpus:end": 4710625
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1504",
+          "dc:title": "Turn 1504",
+          "corpus:begin": 4710625,
+          "corpus:end": 4711340
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1505",
+          "dc:title": "Turn 1505",
+          "corpus:begin": 4711340,
+          "corpus:end": 4711984
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1506",
+          "dc:title": "Turn 1506",
+          "corpus:begin": 4711984,
+          "corpus:end": 4716997
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1507",
+          "dc:title": "Turn 1507",
+          "corpus:begin": 4716997,
+          "corpus:end": 4723102
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1508",
+          "dc:title": "Turn 1508",
+          "corpus:begin": 4723102,
+          "corpus:end": 4724156
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "dc:title": "Turn 1509",
+          "corpus:begin": 4724156,
+          "corpus:end": 4738212
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1510",
+          "dc:title": "Turn 1510",
+          "corpus:begin": 4738212,
+          "corpus:end": 4739071
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1511",
+          "dc:title": "Turn 1511",
+          "corpus:begin": 4739071,
+          "corpus:end": 4740077
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1512",
+          "dc:title": "Turn 1512",
+          "corpus:begin": 4740077,
+          "corpus:end": 4743352
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1513",
+          "dc:title": "Turn 1513",
+          "corpus:begin": 4743352,
+          "corpus:end": 4746987
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1514",
+          "dc:title": "Turn 1514",
+          "corpus:begin": 4746987,
+          "corpus:end": 4754275
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1515",
+          "dc:title": "Turn 1515",
+          "corpus:begin": 4754275,
+          "corpus:end": 4763658
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1516",
+          "dc:title": "Turn 1516",
+          "corpus:begin": 4763658,
+          "corpus:end": 4765071
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1517",
+          "dc:title": "Turn 1517",
+          "corpus:begin": 4765071,
+          "corpus:end": 4766934
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1518",
+          "dc:title": "Turn 1518",
+          "corpus:begin": 4766934,
+          "corpus:end": 4767567
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1519",
+          "dc:title": "Turn 1519",
+          "corpus:begin": 4767567,
+          "corpus:end": 4769634
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1520",
+          "dc:title": "Turn 1520",
+          "corpus:begin": 4769634,
+          "corpus:end": 4771838
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1521",
+          "dc:title": "Turn 1521",
+          "corpus:begin": 4771838,
+          "corpus:end": 4772725
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1522",
+          "dc:title": "Turn 1522",
+          "corpus:begin": 4772725,
+          "corpus:end": 4775740
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1523",
+          "dc:title": "Turn 1523",
+          "corpus:begin": 4775740,
+          "corpus:end": 4777419
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1524",
+          "dc:title": "Turn 1524",
+          "corpus:begin": 4777419,
+          "corpus:end": 4781860
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1525",
+          "dc:title": "Turn 1525",
+          "corpus:begin": 4781860,
+          "corpus:end": 4782862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1526",
+          "dc:title": "Turn 1526",
+          "corpus:begin": 4782862,
+          "corpus:end": 4787288
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1527",
+          "dc:title": "Turn 1527",
+          "corpus:begin": 4787288,
+          "corpus:end": 4790388
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1528",
+          "dc:title": "Turn 1528",
+          "corpus:begin": 4790388,
+          "corpus:end": 4791302
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1529",
+          "dc:title": "Turn 1529",
+          "corpus:begin": 4791302,
+          "corpus:end": 4792134
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1530",
+          "dc:title": "Turn 1530",
+          "corpus:begin": 4792134,
+          "corpus:end": 4793875
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1531",
+          "dc:title": "Turn 1531",
+          "corpus:begin": 4793875,
+          "corpus:end": 4794200
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1532",
+          "dc:title": "Turn 1532",
+          "corpus:begin": 4794200,
+          "corpus:end": 4794624
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1533",
+          "dc:title": "Turn 1533",
+          "corpus:begin": 4794624,
+          "corpus:end": 4795435
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1534",
+          "dc:title": "Turn 1534",
+          "corpus:begin": 4795435,
+          "corpus:end": 4796723
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1535",
+          "dc:title": "Turn 1535",
+          "corpus:begin": 4796723,
+          "corpus:end": 4797829
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1536",
+          "dc:title": "Turn 1536",
+          "corpus:begin": 4797829,
+          "corpus:end": 4800982
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1537",
+          "dc:title": "Turn 1537",
+          "corpus:begin": 4800982,
+          "corpus:end": 4807288
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1538",
+          "dc:title": "Turn 1538",
+          "corpus:begin": 4807288,
+          "corpus:end": 4811991
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1539",
+          "dc:title": "Turn 1539",
+          "corpus:begin": 4811991,
+          "corpus:end": 4812330
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1540",
+          "dc:title": "Turn 1540",
+          "corpus:begin": 4812330,
+          "corpus:end": 4813241
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1541",
+          "dc:title": "Turn 1541",
+          "corpus:begin": 4813241,
+          "corpus:end": 4816327
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1542",
+          "dc:title": "Turn 1542",
+          "corpus:begin": 4816327,
+          "corpus:end": 4820286
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1543",
+          "dc:title": "Turn 1543",
+          "corpus:begin": 4820286,
+          "corpus:end": 4821245
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1544",
+          "dc:title": "Turn 1544",
+          "corpus:begin": 4821245,
+          "corpus:end": 4821870
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1545",
+          "dc:title": "Turn 1545",
+          "corpus:begin": 4821870,
+          "corpus:end": 4824021
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1546",
+          "dc:title": "Turn 1546",
+          "corpus:begin": 4824021,
+          "corpus:end": 4828314
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1547",
+          "dc:title": "Turn 1547",
+          "corpus:begin": 4828314,
+          "corpus:end": 4829750
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1548",
+          "dc:title": "Turn 1548",
+          "corpus:begin": 4829750,
+          "corpus:end": 4830852
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1549",
+          "dc:title": "Turn 1549",
+          "corpus:begin": 4830852,
+          "corpus:end": 4831310
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1550",
+          "dc:title": "Turn 1550",
+          "corpus:begin": 4831310,
+          "corpus:end": 4835999
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1551",
+          "dc:title": "Turn 1551",
+          "corpus:begin": 4835999,
+          "corpus:end": 4840082
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1552",
+          "dc:title": "Turn 1552",
+          "corpus:begin": 4840082,
+          "corpus:end": 4858645
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1553",
+          "dc:title": "Turn 1553",
+          "corpus:begin": 4858645,
+          "corpus:end": 4864565
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1554",
+          "dc:title": "Turn 1554",
+          "corpus:begin": 4864565,
+          "corpus:end": 4865857
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1555",
+          "dc:title": "Turn 1555",
+          "corpus:begin": 4865857,
+          "corpus:end": 4867527
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "dc:title": "Turn 1556",
+          "corpus:begin": 4867527,
+          "corpus:end": 4878479
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1557",
+          "dc:title": "Turn 1557",
+          "corpus:begin": 4878479,
+          "corpus:end": 4881723
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1558",
+          "dc:title": "Turn 1558",
+          "corpus:begin": 4881723,
+          "corpus:end": 4882586
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1559",
+          "dc:title": "Turn 1559",
+          "corpus:begin": 4882586,
+          "corpus:end": 4889812
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1560",
+          "dc:title": "Turn 1560",
+          "corpus:begin": 4889812,
+          "corpus:end": 4890337
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1561",
+          "dc:title": "Turn 1561",
+          "corpus:begin": 4890337,
+          "corpus:end": 4894539
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1562",
+          "dc:title": "Turn 1562",
+          "corpus:begin": 4894539,
+          "corpus:end": 4895474
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1563",
+          "dc:title": "Turn 1563",
+          "corpus:begin": 4895474,
+          "corpus:end": 4899008
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1564",
+          "dc:title": "Turn 1564",
+          "corpus:begin": 4899008,
+          "corpus:end": 4899938
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1565",
+          "dc:title": "Turn 1565",
+          "corpus:begin": 4899938,
+          "corpus:end": 4905261
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1566",
+          "dc:title": "Turn 1566",
+          "corpus:begin": 4905261,
+          "corpus:end": 4905743
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1567",
+          "dc:title": "Turn 1567",
+          "corpus:begin": 4905743,
+          "corpus:end": 4907703
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1568",
+          "dc:title": "Turn 1568",
+          "corpus:begin": 4907703,
+          "corpus:end": 4913551
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1569",
+          "dc:title": "Turn 1569",
+          "corpus:begin": 4913551,
+          "corpus:end": 4915034
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1570",
+          "dc:title": "Turn 1570",
+          "corpus:begin": 4915034,
+          "corpus:end": 4915984
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1571",
+          "dc:title": "Turn 1571",
+          "corpus:begin": 4915984,
+          "corpus:end": 4917662
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1572",
+          "dc:title": "Turn 1572",
+          "corpus:begin": 4917662,
+          "corpus:end": 4919594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1573",
+          "dc:title": "Turn 1573",
+          "corpus:begin": 4919594,
+          "corpus:end": 4920147
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1574",
+          "dc:title": "Turn 1574",
+          "corpus:begin": 4920147,
+          "corpus:end": 4922914
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1575",
+          "dc:title": "Turn 1575",
+          "corpus:begin": 4922914,
+          "corpus:end": 4924159
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1576",
+          "dc:title": "Turn 1576",
+          "corpus:begin": 4924159,
+          "corpus:end": 4924903
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1577",
+          "dc:title": "Turn 1577",
+          "corpus:begin": 4924903,
+          "corpus:end": 4927698
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1578",
+          "dc:title": "Turn 1578",
+          "corpus:begin": 4927698,
+          "corpus:end": 4928605
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1579",
+          "dc:title": "Turn 1579",
+          "corpus:begin": 4928605,
+          "corpus:end": 4929087
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1580",
+          "dc:title": "Turn 1580",
+          "corpus:begin": 4929087,
+          "corpus:end": 4930022
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1581",
+          "dc:title": "Turn 1581",
+          "corpus:begin": 4930022,
+          "corpus:end": 4931964
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1582",
+          "dc:title": "Turn 1582",
+          "corpus:begin": 4931964,
+          "corpus:end": 4938341
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1583",
+          "dc:title": "Turn 1583",
+          "corpus:begin": 4938341,
+          "corpus:end": 4939801
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1584",
+          "dc:title": "Turn 1584",
+          "corpus:begin": 4939801,
+          "corpus:end": 4941594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1585",
+          "dc:title": "Turn 1585",
+          "corpus:begin": 4941594,
+          "corpus:end": 4944051
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1586",
+          "dc:title": "Turn 1586",
+          "corpus:begin": 4944051,
+          "corpus:end": 4946164
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1587",
+          "dc:title": "Turn 1587",
+          "corpus:begin": 4946164,
+          "corpus:end": 4947066
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1588",
+          "dc:title": "Turn 1588",
+          "corpus:begin": 4947066,
+          "corpus:end": 4953080
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1589",
+          "dc:title": "Turn 1589",
+          "corpus:begin": 4953080,
+          "corpus:end": 4957399
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1590",
+          "dc:title": "Turn 1590",
+          "corpus:begin": 4957399,
+          "corpus:end": 4958385
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1591",
+          "dc:title": "Turn 1591",
+          "corpus:begin": 4958385,
+          "corpus:end": 4959749
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1592",
+          "dc:title": "Turn 1592",
+          "corpus:begin": 4959749,
+          "corpus:end": 4961781
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1593",
+          "dc:title": "Turn 1593",
+          "corpus:begin": 4961781,
+          "corpus:end": 4964671
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1594",
+          "dc:title": "Turn 1594",
+          "corpus:begin": 4964671,
+          "corpus:end": 4966650
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1595",
+          "dc:title": "Turn 1595",
+          "corpus:begin": 4966650,
+          "corpus:end": 4968653
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1596",
+          "dc:title": "Turn 1596",
+          "corpus:begin": 4968653,
+          "corpus:end": 4974715
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1597",
+          "dc:title": "Turn 1597",
+          "corpus:begin": 4974715,
+          "corpus:end": 4975307
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1598",
+          "dc:title": "Turn 1598",
+          "corpus:begin": 4975307,
+          "corpus:end": 4977439
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1599",
+          "dc:title": "Turn 1599",
+          "corpus:begin": 4977439,
+          "corpus:end": 4977897
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1600",
+          "dc:title": "Turn 1600",
+          "corpus:begin": 4977897,
+          "corpus:end": 4979505
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1601",
+          "dc:title": "Turn 1601",
+          "corpus:begin": 4979505,
+          "corpus:end": 4981804
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1602",
+          "dc:title": "Turn 1602",
+          "corpus:begin": 4981804,
+          "corpus:end": 4984599
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1603",
+          "dc:title": "Turn 1603",
+          "corpus:begin": 4984599,
+          "corpus:end": 4984961
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1604",
+          "dc:title": "Turn 1604",
+          "corpus:begin": 4984961,
+          "corpus:end": 4986254
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1605",
+          "dc:title": "Turn 1605",
+          "corpus:begin": 4986254,
+          "corpus:end": 4987666
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1606",
+          "dc:title": "Turn 1606",
+          "corpus:begin": 4987666,
+          "corpus:end": 4988601
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1607",
+          "dc:title": "Turn 1607",
+          "corpus:begin": 4988601,
+          "corpus:end": 4989464
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1608",
+          "dc:title": "Turn 1608",
+          "corpus:begin": 4989464,
+          "corpus:end": 4990847
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1609",
+          "dc:title": "Turn 1609",
+          "corpus:begin": 4990847,
+          "corpus:end": 4992927
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1610",
+          "dc:title": "Turn 1610",
+          "corpus:begin": 4992927,
+          "corpus:end": 4994530
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1611",
+          "dc:title": "Turn 1611",
+          "corpus:begin": 4994530,
+          "corpus:end": 4995298
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1612",
+          "dc:title": "Turn 1612",
+          "corpus:begin": 4995298,
+          "corpus:end": 4998641
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1613",
+          "dc:title": "Turn 1613",
+          "corpus:begin": 4998641,
+          "corpus:end": 4999142
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1614",
+          "dc:title": "Turn 1614",
+          "corpus:begin": 4999142,
+          "corpus:end": 4999834
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1615",
+          "dc:title": "Turn 1615",
+          "corpus:begin": 4999834,
+          "corpus:end": 5000673
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1616",
+          "dc:title": "Turn 1616",
+          "corpus:begin": 5000673,
+          "corpus:end": 5001651
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1617",
+          "dc:title": "Turn 1617",
+          "corpus:begin": 5001651,
+          "corpus:end": 5005090
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1618",
+          "dc:title": "Turn 1618",
+          "corpus:begin": 5005090,
+          "corpus:end": 5007933
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1619",
+          "dc:title": "Turn 1619",
+          "corpus:begin": 5007933,
+          "corpus:end": 5009345
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1620",
+          "dc:title": "Turn 1620",
+          "corpus:begin": 5009345,
+          "corpus:end": 5011591
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1621",
+          "dc:title": "Turn 1621",
+          "corpus:begin": 5011591,
+          "corpus:end": 5012211
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1622",
+          "dc:title": "Turn 1622",
+          "corpus:begin": 5012211,
+          "corpus:end": 5013022
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1623",
+          "dc:title": "Turn 1623",
+          "corpus:begin": 5013022,
+          "corpus:end": 5013790
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1624",
+          "dc:title": "Turn 1624",
+          "corpus:begin": 5013790,
+          "corpus:end": 5014773
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1625",
+          "dc:title": "Turn 1625",
+          "corpus:begin": 5014773,
+          "corpus:end": 5019052
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1626",
+          "dc:title": "Turn 1626",
+          "corpus:begin": 5019052,
+          "corpus:end": 5019772
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1627",
+          "dc:title": "Turn 1627",
+          "corpus:begin": 5019772,
+          "corpus:end": 5021227
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1628",
+          "dc:title": "Turn 1628",
+          "corpus:begin": 5021227,
+          "corpus:end": 5021805
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1629",
+          "dc:title": "Turn 1629",
+          "corpus:begin": 5021805,
+          "corpus:end": 5023168
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1630",
+          "dc:title": "Turn 1630",
+          "corpus:begin": 5023168,
+          "corpus:end": 5023645
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1631",
+          "dc:title": "Turn 1631",
+          "corpus:begin": 5023645,
+          "corpus:end": 5025005
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1632",
+          "dc:title": "Turn 1632",
+          "corpus:begin": 5025005,
+          "corpus:end": 5025558
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1633",
+          "dc:title": "Turn 1633",
+          "corpus:begin": 5025558,
+          "corpus:end": 5030576
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1634",
+          "dc:title": "Turn 1634",
+          "corpus:begin": 5030576,
+          "corpus:end": 5031697
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1635",
+          "dc:title": "Turn 1635",
+          "corpus:begin": 5031697,
+          "corpus:end": 5035083
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1636",
+          "dc:title": "Turn 1636",
+          "corpus:begin": 5035083,
+          "corpus:end": 5038594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1637",
+          "dc:title": "Turn 1637",
+          "corpus:begin": 5038594,
+          "corpus:end": 5039147
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1638",
+          "dc:title": "Turn 1638",
+          "corpus:begin": 5039147,
+          "corpus:end": 5039672
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1639",
+          "dc:title": "Turn 1639",
+          "corpus:begin": 5039672,
+          "corpus:end": 5043683
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1640",
+          "dc:title": "Turn 1640",
+          "corpus:begin": 5043683,
+          "corpus:end": 5046569
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1641",
+          "dc:title": "Turn 1641",
+          "corpus:begin": 5046569,
+          "corpus:end": 5047408
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1642",
+          "dc:title": "Turn 1642",
+          "corpus:begin": 5047408,
+          "corpus:end": 5047862
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1643",
+          "dc:title": "Turn 1643",
+          "corpus:begin": 5047862,
+          "corpus:end": 5050514
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1644",
+          "dc:title": "Turn 1644",
+          "corpus:begin": 5050514,
+          "corpus:end": 5051568
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1645",
+          "dc:title": "Turn 1645",
+          "corpus:begin": 5051568,
+          "corpus:end": 5052975
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1646",
+          "dc:title": "Turn 1646",
+          "corpus:begin": 5052975,
+          "corpus:end": 5062466
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1647",
+          "dc:title": "Turn 1647",
+          "corpus:begin": 5062466,
+          "corpus:end": 5069912
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1648",
+          "dc:title": "Turn 1648",
+          "corpus:begin": 5069912,
+          "corpus:end": 5070918
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1649",
+          "dc:title": "Turn 1649",
+          "corpus:begin": 5070918,
+          "corpus:end": 5071753
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1650",
+          "dc:title": "Turn 1650",
+          "corpus:begin": 5071753,
+          "corpus:end": 5073565
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1651",
+          "dc:title": "Turn 1651",
+          "corpus:begin": 5073565,
+          "corpus:end": 5074715
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1652",
+          "dc:title": "Turn 1652",
+          "corpus:begin": 5074715,
+          "corpus:end": 5079604
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1653",
+          "dc:title": "Turn 1653",
+          "corpus:begin": 5079604,
+          "corpus:end": 5080706
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1654",
+          "dc:title": "Turn 1654",
+          "corpus:begin": 5080706,
+          "corpus:end": 5083811
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1655",
+          "dc:title": "Turn 1655",
+          "corpus:begin": 5083811,
+          "corpus:end": 5090612
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1656",
+          "dc:title": "Turn 1656",
+          "corpus:begin": 5090612,
+          "corpus:end": 5091089
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1657",
+          "dc:title": "Turn 1657",
+          "corpus:begin": 5091089,
+          "corpus:end": 5094504
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1658",
+          "dc:title": "Turn 1658",
+          "corpus:begin": 5094504,
+          "corpus:end": 5096412
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1659",
+          "dc:title": "Turn 1659",
+          "corpus:begin": 5096412,
+          "corpus:end": 5105369
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1660",
+          "dc:title": "Turn 1660",
+          "corpus:begin": 5105369,
+          "corpus:end": 5110525
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1661",
+          "dc:title": "Turn 1661",
+          "corpus:begin": 5110525,
+          "corpus:end": 5112033
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1662",
+          "dc:title": "Turn 1662",
+          "corpus:begin": 5112033,
+          "corpus:end": 5112634
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1663",
+          "dc:title": "Turn 1663",
+          "corpus:begin": 5112634,
+          "corpus:end": 5113187
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1664",
+          "dc:title": "Turn 1664",
+          "corpus:begin": 5113187,
+          "corpus:end": 5115553
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1665",
+          "dc:title": "Turn 1665",
+          "corpus:begin": 5115553,
+          "corpus:end": 5116726
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1666",
+          "dc:title": "Turn 1666",
+          "corpus:begin": 5116726,
+          "corpus:end": 5122407
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1667",
+          "dc:title": "Turn 1667",
+          "corpus:begin": 5122407,
+          "corpus:end": 5124057
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1668",
+          "dc:title": "Turn 1668",
+          "corpus:begin": 5124057,
+          "corpus:end": 5124463
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "dc:title": "Turn 1669",
+          "corpus:begin": 5124463,
+          "corpus:end": 5140680
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1670",
+          "dc:title": "Turn 1670",
+          "corpus:begin": 5140680,
+          "corpus:end": 5142087
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1671",
+          "dc:title": "Turn 1671",
+          "corpus:begin": 5142087,
+          "corpus:end": 5144925
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1672",
+          "dc:title": "Turn 1672",
+          "corpus:begin": 5144925,
+          "corpus:end": 5153396
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1673",
+          "dc:title": "Turn 1673",
+          "corpus:begin": 5153396,
+          "corpus:end": 5156429
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1674",
+          "dc:title": "Turn 1674",
+          "corpus:begin": 5156429,
+          "corpus:end": 5157264
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1675",
+          "dc:title": "Turn 1675",
+          "corpus:begin": 5157264,
+          "corpus:end": 5160460
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1676",
+          "dc:title": "Turn 1676",
+          "corpus:begin": 5160460,
+          "corpus:end": 5161848
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1677",
+          "dc:title": "Turn 1677",
+          "corpus:begin": 5161848,
+          "corpus:end": 5162282
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1678",
+          "dc:title": "Turn 1678",
+          "corpus:begin": 5162282,
+          "corpus:end": 5162664
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1679",
+          "dc:title": "Turn 1679",
+          "corpus:begin": 5162664,
+          "corpus:end": 5165650
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1680",
+          "dc:title": "Turn 1680",
+          "corpus:begin": 5165650,
+          "corpus:end": 5170930
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1681",
+          "dc:title": "Turn 1681",
+          "corpus:begin": 5170930,
+          "corpus:end": 5171436
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1682",
+          "dc:title": "Turn 1682",
+          "corpus:begin": 5171436,
+          "corpus:end": 5172204
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1683",
+          "dc:title": "Turn 1683",
+          "corpus:begin": 5172204,
+          "corpus:end": 5176721
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1684",
+          "dc:title": "Turn 1684",
+          "corpus:begin": 5176721,
+          "corpus:end": 5177751
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1685",
+          "dc:title": "Turn 1685",
+          "corpus:begin": 5177751,
+          "corpus:end": 5178944
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1686",
+          "dc:title": "Turn 1686",
+          "corpus:begin": 5178944,
+          "corpus:end": 5181267
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1687",
+          "dc:title": "Turn 1687",
+          "corpus:begin": 5181267,
+          "corpus:end": 5184778
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1688",
+          "dc:title": "Turn 1688",
+          "corpus:begin": 5184778,
+          "corpus:end": 5185594
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1689",
+          "dc:title": "Turn 1689",
+          "corpus:begin": 5185594,
+          "corpus:end": 5189186
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1690",
+          "dc:title": "Turn 1690",
+          "corpus:begin": 5189186,
+          "corpus:end": 5191218
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1691",
+          "dc:title": "Turn 1691",
+          "corpus:begin": 5191218,
+          "corpus:end": 5193536
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1692",
+          "dc:title": "Turn 1692",
+          "corpus:begin": 5193536,
+          "corpus:end": 5194208
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1693",
+          "dc:title": "Turn 1693",
+          "corpus:begin": 5194208,
+          "corpus:end": 5194972
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1694",
+          "dc:title": "Turn 1694",
+          "corpus:begin": 5194972,
+          "corpus:end": 5197195
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1695",
+          "dc:title": "Turn 1695",
+          "corpus:begin": 5197195,
+          "corpus:end": 5203334
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1696",
+          "dc:title": "Turn 1696",
+          "corpus:begin": 5203334,
+          "corpus:end": 5205490
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1697",
+          "dc:title": "Turn 1697",
+          "corpus:begin": 5205490,
+          "corpus:end": 5205991
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1698",
+          "dc:title": "Turn 1698",
+          "corpus:begin": 5205991,
+          "corpus:end": 5206258
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1699",
+          "dc:title": "Turn 1699",
+          "corpus:begin": 5206258,
+          "corpus:end": 5208075
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1700",
+          "dc:title": "Turn 1700",
+          "corpus:begin": 5208075,
+          "corpus:end": 5208981
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1701",
+          "dc:title": "Turn 1701",
+          "corpus:begin": 5208981,
+          "corpus:end": 5209387
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1702",
+          "dc:title": "Turn 1702",
+          "corpus:begin": 5209387,
+          "corpus:end": 5211257
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1703",
+          "dc:title": "Turn 1703",
+          "corpus:begin": 5211257,
+          "corpus:end": 5223243
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1704",
+          "dc:title": "Turn 1704",
+          "corpus:begin": 5223243,
+          "corpus:end": 5225709
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1705",
+          "dc:title": "Turn 1705",
+          "corpus:begin": 5225709,
+          "corpus:end": 5236188
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1706",
+          "dc:title": "Turn 1706",
+          "corpus:begin": 5236188,
+          "corpus:end": 5237576
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1707",
+          "dc:title": "Turn 1707",
+          "corpus:begin": 5237576,
+          "corpus:end": 5243047
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1708",
+          "dc:title": "Turn 1708",
+          "corpus:begin": 5243047,
+          "corpus:end": 5244316
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1709",
+          "dc:title": "Turn 1709",
+          "corpus:begin": 5244316,
+          "corpus:end": 5255815
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1710",
+          "dc:title": "Turn 1710",
+          "corpus:begin": 5255815,
+          "corpus:end": 5269026
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1711",
+          "dc:title": "Turn 1711",
+          "corpus:begin": 5269026,
+          "corpus:end": 5270009
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1712",
+          "dc:title": "Turn 1712",
+          "corpus:begin": 5270009,
+          "corpus:end": 5270658
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1713",
+          "dc:title": "Turn 1713",
+          "corpus:begin": 5270658,
+          "corpus:end": 5272952
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1714",
+          "dc:title": "Turn 1714",
+          "corpus:begin": 5272952,
+          "corpus:end": 5274455
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1715",
+          "dc:title": "Turn 1715",
+          "corpus:begin": 5274455,
+          "corpus:end": 5275509
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1716",
+          "dc:title": "Turn 1716",
+          "corpus:begin": 5275509,
+          "corpus:end": 5280689
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1717",
+          "dc:title": "Turn 1717",
+          "corpus:begin": 5280689,
+          "corpus:end": 5284175
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1718",
+          "dc:title": "Turn 1718",
+          "corpus:begin": 5284175,
+          "corpus:end": 5287611
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1719",
+          "dc:title": "Turn 1719",
+          "corpus:begin": 5287611,
+          "corpus:end": 5289165
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1720",
+          "dc:title": "Turn 1720",
+          "corpus:begin": 5289165,
+          "corpus:end": 5291316
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1721",
+          "dc:title": "Turn 1721",
+          "corpus:begin": 5291316,
+          "corpus:end": 5295012
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1722",
+          "dc:title": "Turn 1722",
+          "corpus:begin": 5295012,
+          "corpus:end": 5297593
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1723",
+          "dc:title": "Turn 1723",
+          "corpus:begin": 5297593,
+          "corpus:end": 5299864
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1724",
+          "dc:title": "Turn 1724",
+          "corpus:begin": 5299864,
+          "corpus:end": 5300775
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1725",
+          "dc:title": "Turn 1725",
+          "corpus:begin": 5300775,
+          "corpus:end": 5301996
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1726",
+          "dc:title": "Turn 1726",
+          "corpus:begin": 5301996,
+          "corpus:end": 5304314
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1727",
+          "dc:title": "Turn 1727",
+          "corpus:begin": 5304314,
+          "corpus:end": 5306203
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1728",
+          "dc:title": "Turn 1728",
+          "corpus:begin": 5306203,
+          "corpus:end": 5307448
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1729",
+          "dc:title": "Turn 1729",
+          "corpus:begin": 5307448,
+          "corpus:end": 5313491
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1730",
+          "dc:title": "Turn 1730",
+          "corpus:begin": 5313491,
+          "corpus:end": 5314564
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1731",
+          "dc:title": "Turn 1731",
+          "corpus:begin": 5314564,
+          "corpus:end": 5318215
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1732",
+          "dc:title": "Turn 1732",
+          "corpus:begin": 5318215,
+          "corpus:end": 5323226
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1733",
+          "dc:title": "Turn 1733",
+          "corpus:begin": 5323226,
+          "corpus:end": 5326546
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1734",
+          "dc:title": "Turn 1734",
+          "corpus:begin": 5326546,
+          "corpus:end": 5327099
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1735",
+          "dc:title": "Turn 1735",
+          "corpus:begin": 5327099,
+          "corpus:end": 5327815
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1736",
+          "dc:title": "Turn 1736",
+          "corpus:begin": 5327815,
+          "corpus:end": 5329303
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1737",
+          "dc:title": "Turn 1737",
+          "corpus:begin": 5329303,
+          "corpus:end": 5338342
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "dc:title": "Turn 1738",
+          "corpus:begin": 5338342,
+          "corpus:end": 5352170
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1739",
+          "dc:title": "Turn 1739",
+          "corpus:begin": 5352170,
+          "corpus:end": 5353257
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1740",
+          "dc:title": "Turn 1740",
+          "corpus:begin": 5353257,
+          "corpus:end": 5364981
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1741",
+          "dc:title": "Turn 1741",
+          "corpus:begin": 5364981,
+          "corpus:end": 5366750
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1742",
+          "dc:title": "Turn 1742",
+          "corpus:begin": 5366750,
+          "corpus:end": 5374267
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1743",
+          "dc:title": "Turn 1743",
+          "corpus:begin": 5374267,
+          "corpus:end": 5378970
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1744",
+          "dc:title": "Turn 1744",
+          "corpus:begin": 5378970,
+          "corpus:end": 5380620
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1745",
+          "dc:title": "Turn 1745",
+          "corpus:begin": 5380620,
+          "corpus:end": 5386277
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1746",
+          "dc:title": "Turn 1746",
+          "corpus:begin": 5386277,
+          "corpus:end": 5387546
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1747",
+          "dc:title": "Turn 1747",
+          "corpus:begin": 5387546,
+          "corpus:end": 5391420
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1748",
+          "dc:title": "Turn 1748",
+          "corpus:begin": 5391420,
+          "corpus:end": 5395050
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1749",
+          "dc:title": "Turn 1749",
+          "corpus:begin": 5395050,
+          "corpus:end": 5395746
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "dc:title": "Turn 1750",
+          "corpus:begin": 5395746,
+          "corpus:end": 5406435
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1751",
+          "dc:title": "Turn 1751",
+          "corpus:begin": 5406435,
+          "corpus:end": 5408216
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1752",
+          "dc:title": "Turn 1752",
+          "corpus:begin": 5408216,
+          "corpus:end": 5408701
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1753",
+          "dc:title": "Turn 1753",
+          "corpus:begin": 5408701,
+          "corpus:end": 5410637
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1754",
+          "dc:title": "Turn 1754",
+          "corpus:begin": 5410637,
+          "corpus:end": 5411353
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1755",
+          "dc:title": "Turn 1755",
+          "corpus:begin": 5411353,
+          "corpus:end": 5412741
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1756",
+          "dc:title": "Turn 1756",
+          "corpus:begin": 5412741,
+          "corpus:end": 5415088
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1757",
+          "dc:title": "Turn 1757",
+          "corpus:begin": 5415088,
+          "corpus:end": 5416834
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1758",
+          "dc:title": "Turn 1758",
+          "corpus:begin": 5416834,
+          "corpus:end": 5417793
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1759",
+          "dc:title": "Turn 1759",
+          "corpus:begin": 5417793,
+          "corpus:end": 5419896
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1760",
+          "dc:title": "Turn 1760",
+          "corpus:begin": 5419896,
+          "corpus:end": 5426301
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1761",
+          "dc:title": "Turn 1761",
+          "corpus:begin": 5426301,
+          "corpus:end": 5428805
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1762",
+          "dc:title": "Turn 1762",
+          "corpus:begin": 5428805,
+          "corpus:end": 5432692
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1763",
+          "dc:title": "Turn 1763",
+          "corpus:begin": 5432692,
+          "corpus:end": 5433813
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1764",
+          "dc:title": "Turn 1764",
+          "corpus:begin": 5433813,
+          "corpus:end": 5434409
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_trn1765",
+          "dc:title": "Turn 1765",
+          "corpus:begin": 5434409,
+          "corpus:end": 5449433
+        }
+      ],
+      "annotations": [
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0001",
+          "begin": 1455,
+          "end": 3291,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0002",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a longtemps que vous êtes à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0002"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0002",
+          "begin": 3291,
+          "end": 4083,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0003",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0003"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0003",
+          "begin": 4684,
+          "end": 5094,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0003",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0003"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0004",
+          "begin": 7104,
+          "end": 8653,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0003",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vingt-deux ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0003"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0005",
+          "begin": 9636,
+          "end": 11215,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0004",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça fait euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0004"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0006",
+          "begin": 11215,
+          "end": 11833,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0004",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous êtes née à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0004"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0007",
+          "begin": 11833,
+          "end": 12674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0005",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0005"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0008",
+          "begin": 11833,
+          "end": 12674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0005",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0005"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0009",
+          "begin": 14778,
+          "end": 16901,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0006",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vos parents étaient d'Orléans aussi ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0006"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0010",
+          "begin": 16901,
+          "end": 20054,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0007",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh ma mère de Montargis et puis mon père d'Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0007"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0011",
+          "begin": 22444,
+          "end": 24736,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0008",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous êtes contente ici enfin ça vous plaît ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0008"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0012",
+          "begin": 25549,
+          "end": 29328,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0009",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh quand on peut s'échapper d'Orléans c'est euh on le fait parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0009"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0013",
+          "begin": 29328,
+          "end": 30859,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0009",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement de distraction ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0009"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0014",
+          "begin": 31765,
+          "end": 32290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0010",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0010"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0015",
+          "begin": 32953,
+          "end": 33787,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0011",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0011"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0016",
+          "begin": 37160,
+          "end": 39239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0012",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qu'il y a comme distractions enfin qu'est-ce que vous faites euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0012"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0017",
+          "begin": 41247,
+          "end": 41896,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0013",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0013"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0018",
+          "begin": 41896,
+          "end": 43456,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0013",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le samedi et le dimanche ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0013"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0019",
+          "begin": 43456,
+          "end": 43957,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0014",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0014"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0020",
+          "begin": 45035,
+          "end": 47949,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0015",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bah le samedi on va au bal mais pas à Orléans parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0015"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0021",
+          "begin": 47949,
+          "end": 49571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0015",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que pas de bal à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0015"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0022",
+          "begin": 49571,
+          "end": 50077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0016",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0016"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0023",
+          "begin": 50077,
+          "end": 51489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0017",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on s'amuse pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0017"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0024",
+          "begin": 51489,
+          "end": 53330,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0017",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis le dimanche ben"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0017"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0025",
+          "begin": 54546,
+          "end": 55596,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0017",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0017"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0026",
+          "begin": 56496,
+          "end": 57918,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0018",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors qu'est-ce que vous faites le dimanche ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0018"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0027",
+          "begin": 57918,
+          "end": 60136,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le dimanche on va se promener euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0028",
+          "begin": 62092,
+          "end": 65364,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans les petits euh les communes aux alentours quoi hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0029",
+          "begin": 65364,
+          "end": 66895,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais on reste pas à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0030",
+          "begin": 69121,
+          "end": 70639,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0020",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est des promenades euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0020"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0031",
+          "begin": 70639,
+          "end": 72857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0020",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin vous avez des m- y a des choses à voir enfin c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0020"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0032",
+          "begin": 72857,
+          "end": 74770,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0020",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et c'est parce que c'est la campagne euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0020"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0033",
+          "begin": 74770,
+          "end": 76315,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0021",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui on va un peu à la campagne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0021"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0034",
+          "begin": 76315,
+          "end": 77207,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0022",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0022"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0035",
+          "begin": 77207,
+          "end": 79048,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0023",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dimanche dernier par exemple qu'est-ce que vous avez fait ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0023"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0036",
+          "begin": 79048,
+          "end": 80050,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0024",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dimanche dernier"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0024"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0037",
+          "begin": 81009,
+          "end": 83112,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0024",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on a été à l'étang du puits euh c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0024"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0038",
+          "begin": 85235,
+          "end": 85741,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0025",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est où ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0025"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0039",
+          "begin": 85235,
+          "end": 85741,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0025",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0025"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0040",
+          "begin": 85741,
+          "end": 87060,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0026",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "joli c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0026"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0041",
+          "begin": 87060,
+          "end": 88231,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0026",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au bord d'un étang"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0026"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0042",
+          "begin": 88231,
+          "end": 88856,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0027",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0027"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0043",
+          "begin": 89418,
+          "end": 90559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0028",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0028"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0044",
+          "begin": 90559,
+          "end": 92233,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0028",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des courses de voiliers euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0028"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0045",
+          "begin": 93712,
+          "end": 94372,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0028",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pas mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0028"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0046",
+          "begin": 96006,
+          "end": 96292,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0029",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous faites"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0029"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0047",
+          "begin": 96006,
+          "end": 96292,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0029",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0029"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0048",
+          "begin": 96292,
+          "end": 97222,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0030",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "du voilier enfin vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0030"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0049",
+          "begin": 97222,
+          "end": 97580,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0031",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0031"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0050",
+          "begin": 97580,
+          "end": 98152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0032",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0032"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0051",
+          "begin": 97580,
+          "end": 98152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0032",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0032"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0052",
+          "begin": 99082,
+          "end": 100275,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0033",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on aime bien regarder les courses de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0033"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0053",
+          "begin": 100275,
+          "end": 101043,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0034",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "voiliers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0034"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0054",
+          "begin": 100275,
+          "end": 101043,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0034",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0034"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0055",
+          "begin": 104267,
+          "end": 106342,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous comptez rester à Orléans euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0056",
+          "begin": 109304,
+          "end": 109833,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0036",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0036"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0057",
+          "begin": 109833,
+          "end": 110334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0037",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0037"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0058",
+          "begin": 110334,
+          "end": 110954,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0038",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0038"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0059",
+          "begin": 111360,
+          "end": 111794,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0039",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0039"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0060",
+          "begin": 119163,
+          "end": 120646,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0040",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sais pas on est habitué à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0040"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0061",
+          "begin": 127586,
+          "end": 128640,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0041",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous travaillez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0041"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0062",
+          "begin": 128640,
+          "end": 129355,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0042",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0042"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0063",
+          "begin": 129355,
+          "end": 130142,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0042",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0042"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0064",
+          "begin": 130142,
+          "end": 131788,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0043",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous faites à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0043"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0065",
+          "begin": 131788,
+          "end": 133033,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0044",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "secrétaire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0044"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0066",
+          "begin": 133033,
+          "end": 134016,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0045",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "secrétaire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0045"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0067",
+          "begin": 135165,
+          "end": 135976,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0045",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0045"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0068",
+          "begin": 135976,
+          "end": 137693,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0045",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est où enfin euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0045"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0069",
+          "begin": 137693,
+          "end": 138294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0046",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est dans la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0046"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0070",
+          "begin": 138294,
+          "end": 139801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0047",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "zone industrielle euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0047"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0071",
+          "begin": 139801,
+          "end": 141113,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0048",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la zone industrielle ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0048"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0072",
+          "begin": 141113,
+          "end": 143455,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0049",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui chez Malichaud c'est une usine d'aviation"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0049"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0073",
+          "begin": 143455,
+          "end": 144724,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0050",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0050"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0074",
+          "begin": 144724,
+          "end": 145534,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0051",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0051"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0075",
+          "begin": 144724,
+          "end": 145534,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0051",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous êtes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0051"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0076",
+          "begin": 145534,
+          "end": 146546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0052",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "contente c'est bien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0052"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0077",
+          "begin": 146546,
+          "end": 147882,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0053",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0053"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0078",
+          "begin": 147882,
+          "end": 149617,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0053",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pas tellement bien parce que je vais en changer euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0053"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0079",
+          "begin": 149617,
+          "end": 151893,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0053",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh je vais aller à la Société Génerale là euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0053"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0080",
+          "begin": 151893,
+          "end": 152322,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0054",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0054"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0081",
+          "begin": 155041,
+          "end": 158170,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0054",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parce que vous n'aimiez pas là où vous étiez avant ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0054"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0082",
+          "begin": 158170,
+          "end": 160989,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0055",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non puis je m'entends pas tellement bien avec mon chef alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0055"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0083",
+          "begin": 162186,
+          "end": 162822,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0057",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans ce cas-là il vaut mieux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0057"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0084",
+          "begin": 162822,
+          "end": 163732,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0058",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "changer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0058"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0085",
+          "begin": 162822,
+          "end": 163732,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0058",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0058"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0086",
+          "begin": 167170,
+          "end": 170247,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0059",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et mais euh enfin maintenant vous êtes toujours chez là-bas quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0059"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0087",
+          "begin": 170247,
+          "end": 171206,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0060",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "chez malich-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0060"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0088",
+          "begin": 171206,
+          "end": 171521,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0061",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0061"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0089",
+          "begin": 171521,
+          "end": 172742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0062",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui chez Malichaud oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0062"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0090",
+          "begin": 172742,
+          "end": 176849,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0063",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous faites exactement comme travail ? vous pouvez décrire tout ce que vous faites dans la journée par exemple ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0063"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0091",
+          "begin": 177736,
+          "end": 179882,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0064",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bien je m'occupe des des achats ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0064"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0092",
+          "begin": 179882,
+          "end": 181742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0064",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des commandes aux fournisseurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0064"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0093",
+          "begin": 181742,
+          "end": 182172,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0065",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0065"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0094",
+          "begin": 183175,
+          "end": 185258,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0066",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis on fait les factures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0066"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0095",
+          "begin": 188220,
+          "end": 189772,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0066",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "faut taper à la machine quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0066"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0096",
+          "begin": 189772,
+          "end": 190949,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0067",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0067"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0097",
+          "begin": 189772,
+          "end": 190949,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0067",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on répond au téléphone"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0067"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0098",
+          "begin": 194817,
+          "end": 196105,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0068",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ça vous plaît euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0068"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0099",
+          "begin": 196105,
+          "end": 196796,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0069",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0069"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0100",
+          "begin": 196796,
+          "end": 197811,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0070",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0070"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0101",
+          "begin": 196796,
+          "end": 197811,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0070",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0070"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0102",
+          "begin": 197811,
+          "end": 199960,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0071",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qui vous plaît dans ce dans ce métier ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0071"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0103",
+          "begin": 202469,
+          "end": 202951,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0072",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0072"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0104",
+          "begin": 205830,
+          "end": 206887,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0073",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous fumez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0073"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0105",
+          "begin": 206887,
+          "end": 207502,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0074",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0074"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0106",
+          "begin": 208194,
+          "end": 208723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0074",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "merci"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0074"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0107",
+          "begin": 210584,
+          "end": 211328,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0075",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "tu veux une cigarette ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0075"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0108",
+          "begin": 211328,
+          "end": 212282,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0076",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui je veux bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0076"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0109",
+          "begin": 212282,
+          "end": 213670,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0077",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous fumez madame ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0077"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0110",
+          "begin": 215249,
+          "end": 217458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0078",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0078"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0111",
+          "begin": 215249,
+          "end": 217458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0078",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je vous remercie monsieur non merci"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0078"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0112",
+          "begin": 230889,
+          "end": 232730,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0079",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui alors qu'est-ce qui vous plaît dans euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0079"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0113",
+          "begin": 232730,
+          "end": 233779,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0079",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans ce métier ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0079"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0114",
+          "begin": 246061,
+          "end": 249343,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0080",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est surtout parce qu'on fait pas toujours les mêmes choses"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0080"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0115",
+          "begin": 249343,
+          "end": 250130,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0116",
+          "begin": 251685,
+          "end": 252262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est très varié"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0117",
+          "begin": 252262,
+          "end": 253655,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0082",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0082"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0118",
+          "begin": 252262,
+          "end": 253655,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0082",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est oui c'est très varié oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0082"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0119",
+          "begin": 255086,
+          "end": 258143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0083",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et par exemple vous pouvez raconter depuis le matin parce exem- à k- vers quelle heure vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0083"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0120",
+          "begin": 260289,
+          "end": 260886,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0084",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh je commence à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0084"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0121",
+          "begin": 260886,
+          "end": 261654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0085",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "huit heures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0085"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0122",
+          "begin": 260886,
+          "end": 261654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0085",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous devez partir d'ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0085"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0123",
+          "begin": 261654,
+          "end": 261897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0086",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vers quelle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0086"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0124",
+          "begin": 261897,
+          "end": 262784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0087",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "heure à peu près ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0087"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0125",
+          "begin": 261897,
+          "end": 262784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0087",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh huit heures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0087"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0126",
+          "begin": 262784,
+          "end": 263456,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0088",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moins le quart"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0088"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0127",
+          "begin": 263456,
+          "end": 264315,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0089",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "huit heures moins le quart"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0089"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0128",
+          "begin": 264315,
+          "end": 265030,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0090",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0090"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0129",
+          "begin": 264315,
+          "end": 265030,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0090",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0090"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0130",
+          "begin": 265030,
+          "end": 266223,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0090",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je commence à huit heures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0090"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0131",
+          "begin": 266223,
+          "end": 266967,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0091",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0091"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0132",
+          "begin": 266967,
+          "end": 268302,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0092",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors à huit heures euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0092"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0133",
+          "begin": 268302,
+          "end": 270067,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0092",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais les réceptions euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0092"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0134",
+          "begin": 270806,
+          "end": 272786,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0092",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des clients enfin des fournisseurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0092"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0135",
+          "begin": 272786,
+          "end": 273458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0093",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0093"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0136",
+          "begin": 273458,
+          "end": 274532,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0094",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0094"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0137",
+          "begin": 275371,
+          "end": 277255,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0094",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "après euh on fait le courrier"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0094"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0138",
+          "begin": 277255,
+          "end": 278138,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0095",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0095"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0139",
+          "begin": 278138,
+          "end": 279884,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0096",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les commandes aux fournisseurs euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0096"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0140",
+          "begin": 279884,
+          "end": 280437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0097",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0097"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0141",
+          "begin": 281844,
+          "end": 283275,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0098",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "après on fait du classement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0098"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0142",
+          "begin": 283275,
+          "end": 283895,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0099",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0099"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0143",
+          "begin": 283895,
+          "end": 285708,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0100",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des factures euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0100"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0144",
+          "begin": 288598,
+          "end": 289457,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0100",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0100"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0145",
+          "begin": 291250,
+          "end": 292085,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0100",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0100"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0146",
+          "begin": 293950,
+          "end": 296721,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0101",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qui est important dans dans dans votre métier ? enfin qu'est-ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0101"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0147",
+          "begin": 301324,
+          "end": 303480,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0101",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qui est le plus important pour vous ? qu'est-ce qui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0101"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0148",
+          "begin": 311092,
+          "end": 312302,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0102",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le plus important comment ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0102"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0149",
+          "begin": 312302,
+          "end": 314793,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0103",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ben qu'est-ce qui vous intéresse le plus enfin qu'est-ce qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0103"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0150",
+          "begin": 314793,
+          "end": 317226,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0103",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez dit que c'est parce que c'était varié enfin surtout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0103"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0151",
+          "begin": 317226,
+          "end": 318099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0104",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0104"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0152",
+          "begin": 317226,
+          "end": 318099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0104",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0104"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0153",
+          "begin": 319525,
+          "end": 322577,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0105",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a des choses qui vous déplaisent dans dans ce que vous faites ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0105"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0154",
+          "begin": 327776,
+          "end": 329136,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0106",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0106"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0155",
+          "begin": 329136,
+          "end": 331740,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0106",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ce qui me déplaît c'est surtout l'ambiance de là-bas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0106"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0156",
+          "begin": 331740,
+          "end": 332265,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0107",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l'ambiance"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0107"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0157",
+          "begin": 332265,
+          "end": 332707,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0108",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0108"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0158",
+          "begin": 332265,
+          "end": 332707,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0108",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ben parlez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0108"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0159",
+          "begin": 332707,
+          "end": 333462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0109",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un peu de l'ambiance"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0109"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0160",
+          "begin": 333462,
+          "end": 334726,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0110",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0110"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0161",
+          "begin": 335457,
+          "end": 336938,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0111",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que qu'est ce qu'y a comme ambiance ? oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0111"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0162",
+          "begin": 335457,
+          "end": 336938,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0111",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "que y a b- enfin c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0111"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0163",
+          "begin": 336938,
+          "end": 337976,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi la plus jeune et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0164",
+          "begin": 338572,
+          "end": 339216,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0165",
+          "begin": 339216,
+          "end": 340408,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a surtout des euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0166",
+          "begin": 341243,
+          "end": 342197,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0167",
+          "begin": 342197,
+          "end": 343624,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des gens de quarante ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0168",
+          "begin": 343624,
+          "end": 345159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des personnes de quarante ans à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0169",
+          "begin": 343624,
+          "end": 345159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0170",
+          "begin": 346065,
+          "end": 346495,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0114",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0114"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0171",
+          "begin": 346495,
+          "end": 348312,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0115",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors on s'entend pas tellement enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0115"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0172",
+          "begin": 348312,
+          "end": 349075,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0116",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0116"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0173",
+          "begin": 349075,
+          "end": 351698,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0116",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sur quel genre de que- enfin en général quand y a quelque chose ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0116"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0174",
+          "begin": 353058,
+          "end": 355137,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0117",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis euh c'est surtout des hommes alors on"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0117"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0175",
+          "begin": 355137,
+          "end": 355686,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0118",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "peut rien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0118"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0176",
+          "begin": 355137,
+          "end": 355686,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0118",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0118"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0177",
+          "begin": 355686,
+          "end": 357193,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0119",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement parler"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0119"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0178",
+          "begin": 357193,
+          "end": 358009,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0120",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0120"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0179",
+          "begin": 358992,
+          "end": 359855,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0121",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0121"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0180",
+          "begin": 359855,
+          "end": 360308,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0122",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0122"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0181",
+          "begin": 363003,
+          "end": 365555,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0123",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils ont pas le même genre d'idées que nous enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0123"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0182",
+          "begin": 366323,
+          "end": 367258,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0123",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils ont quarante ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0123"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0183",
+          "begin": 369886,
+          "end": 370582,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0124",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous pouvez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0124"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0184",
+          "begin": 370582,
+          "end": 373020,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0125",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on peut pas blaguer on"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0125"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0185",
+          "begin": 373020,
+          "end": 373836,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0126",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on peut pas blaguer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0126"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0186",
+          "begin": 373836,
+          "end": 375415,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0127",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0127"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0187",
+          "begin": 373836,
+          "end": 375415,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0127",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0127"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0188",
+          "begin": 373836,
+          "end": 375415,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0127",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0127"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0189",
+          "begin": 375415,
+          "end": 375897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0128",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous pouvez pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0128"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0190",
+          "begin": 375897,
+          "end": 377576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0129",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parler ? oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0129"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0191",
+          "begin": 375897,
+          "end": 377576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0129",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis notre chef il est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0129"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0192",
+          "begin": 377576,
+          "end": 378292,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0130",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0130"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0193",
+          "begin": 384950,
+          "end": 386023,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0131",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas tellement ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0131"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0194",
+          "begin": 386023,
+          "end": 387101,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0132",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0132"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0195",
+          "begin": 388608,
+          "end": 390468,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0133",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous savez de toute façon c'est anonyme euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0133"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0196",
+          "begin": 390468,
+          "end": 392328,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0133",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les bandes vont partir à Londres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0133"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0197",
+          "begin": 392328,
+          "end": 393926,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0133",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a aucun Français qui écoute ces bandes-là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0133"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0198",
+          "begin": 393926,
+          "end": 395524,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0134",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0134"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0199",
+          "begin": 395524,
+          "end": 397317,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0135",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça ne peut pas ça ne peut pas vous attirer d'histoires du tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0135"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0200",
+          "begin": 398706,
+          "end": 401340,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0137",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est uniquement pour voir comment les gens vivent et caetera euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0137"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0201",
+          "begin": 404133,
+          "end": 405364,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0137",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "il est pas ga- euh il il est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0137"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0202",
+          "begin": 405364,
+          "end": 407334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0138",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas commode hein ? il est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0138"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0203",
+          "begin": 405364,
+          "end": 407334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0138",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non il est pas patient et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0138"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0204",
+          "begin": 407334,
+          "end": 408007,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0139",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas patient ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0139"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0205",
+          "begin": 408007,
+          "end": 408437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0140",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0140"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0206",
+          "begin": 408437,
+          "end": 409109,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0141",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0141"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0207",
+          "begin": 411399,
+          "end": 414766,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0142",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais alors vous parlez jamais pendant la journée avec les gens qui travaillent autour de vous euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0142"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0208",
+          "begin": 414766,
+          "end": 417056,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0143",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh si avec euh j'ai juste une collègue"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0143"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0209",
+          "begin": 417056,
+          "end": 419718,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0143",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui travaille avec moi qui a mon âge et puis et c'est tout quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0143"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0210",
+          "begin": 421487,
+          "end": 423133,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et de quoi est-ce que vous parlez enfin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0211",
+          "begin": 423133,
+          "end": 424407,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "en général ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0212",
+          "begin": 424407,
+          "end": 425175,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0213",
+          "begin": 425776,
+          "end": 426568,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0145",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'est-ce qu'on parle ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0145"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0214",
+          "begin": 426568,
+          "end": 426883,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0146",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0146"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0215",
+          "begin": 428486,
+          "end": 430971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0147",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un peu de tout euh de la façon de s'habiller euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0147"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0216",
+          "begin": 430971,
+          "end": 431620,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0148",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0148"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0217",
+          "begin": 431620,
+          "end": 433533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0149",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ce qu'on fait le dimanche euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0149"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0218",
+          "begin": 433533,
+          "end": 434229,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0150",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0150"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0219",
+          "begin": 434229,
+          "end": 435040,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0151",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un peu de tout quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0151"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0220",
+          "begin": 437043,
+          "end": 438331,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0151",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "là et bah elle s- va"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0151"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0221",
+          "begin": 438331,
+          "end": 441843,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0151",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle va se marier alors on parle de du mariage des fiançailles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0151"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0222",
+          "begin": 441843,
+          "end": 442318,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0152",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0152"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0223",
+          "begin": 442318,
+          "end": 442867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0153",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0153"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0224",
+          "begin": 444708,
+          "end": 446401,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0154",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous êtes d'accord sur ces questions-là ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0154"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0225",
+          "begin": 446401,
+          "end": 447331,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0155",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0155"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0226",
+          "begin": 447331,
+          "end": 447570,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0156",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0156"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0227",
+          "begin": 447331,
+          "end": 447570,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0156",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0156"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0228",
+          "begin": 447570,
+          "end": 448266,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0157",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "peu près ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0157"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0229",
+          "begin": 448266,
+          "end": 448958,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0158",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0158"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0230",
+          "begin": 448958,
+          "end": 450179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0159",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sur quoi vous êtes d'accord ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0159"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0231",
+          "begin": 454262,
+          "end": 455698,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0160",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle a elle a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0160"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0232",
+          "begin": 455698,
+          "end": 457777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0160",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle va se fiancer elle elle a vingt-cinq ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0160"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0233",
+          "begin": 457777,
+          "end": 458235,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0161",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0161"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0234",
+          "begin": 457777,
+          "end": 458235,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0161",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0161"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0235",
+          "begin": 459528,
+          "end": 460582,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0162",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça va quoi enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0162"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0236",
+          "begin": 462418,
+          "end": 464612,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0162",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je trouve qu'il faut pas se marier trop tôt"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0162"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0237",
+          "begin": 464612,
+          "end": 465137,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0163",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0163"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0238",
+          "begin": 467240,
+          "end": 467741,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0163",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0163"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0239",
+          "begin": 469040,
+          "end": 471562,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0164",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que après on s'aperçoit qu'on a fait une bêtise"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0164"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0240",
+          "begin": 471562,
+          "end": 472044,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0165",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0165"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0241",
+          "begin": 472044,
+          "end": 472597,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0166",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0166"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0242",
+          "begin": 475411,
+          "end": 477152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0167",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parce qu'elle est avec quel genre de ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0167"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0243",
+          "begin": 477677,
+          "end": 479780,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0167",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "avec quel genre d'homme elle pourrait se marier d'après vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0167"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0244",
+          "begin": 482404,
+          "end": 484245,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0168",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous appelez faire une bêtise en se mariant ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0168"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0245",
+          "begin": 485652,
+          "end": 489625,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0169",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est de c'est enfin quand on est trop jeune euh par exemple y en a ils se marient à dix-huit ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0169"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0246",
+          "begin": 489625,
+          "end": 490207,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0170",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0170"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0247",
+          "begin": 489625,
+          "end": 490207,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0170",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0170"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0248",
+          "begin": 490832,
+          "end": 491624,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0171",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis après ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0171"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0249",
+          "begin": 493703,
+          "end": 494705,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0171",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils s'entendent pas quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0171"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0250",
+          "begin": 508017,
+          "end": 508976,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0172",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et alors le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0172"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0251",
+          "begin": 508976,
+          "end": 510698,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0172",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "v- vous allez là-bas en bus euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0172"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0252",
+          "begin": 510698,
+          "end": 512205,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0173",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça se passe ? c'est loin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0173"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0253",
+          "begin": 510698,
+          "end": 512205,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0173",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non en voiture hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0173"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0254",
+          "begin": 512205,
+          "end": 512968,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0174",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "en voiture ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0174"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0255",
+          "begin": 513614,
+          "end": 515305,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0175",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça fait euh trois kilomètres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0175"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0256",
+          "begin": 515305,
+          "end": 516116,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0176",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0176"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0257",
+          "begin": 516760,
+          "end": 517571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0177",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pas tellement loin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0177"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0258",
+          "begin": 517571,
+          "end": 518148,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0178",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0178"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0259",
+          "begin": 519722,
+          "end": 524921,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0178",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais là en dehors de ça vous parlez pas du tout avec les autres ? enfin y a simplement une vous avez simplement une copine qui est là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0178"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0260",
+          "begin": 524921,
+          "end": 525331,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0179",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0179"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0261",
+          "begin": 526214,
+          "end": 526910,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0180",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0180"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0262",
+          "begin": 526214,
+          "end": 526910,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0180",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "elle a le même âge que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0180"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0263",
+          "begin": 526910,
+          "end": 527602,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0264",
+          "begin": 527602,
+          "end": 528656,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0182",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle a vingt-cinq ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0182"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0265",
+          "begin": 528656,
+          "end": 529419,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0183",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0183"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0266",
+          "begin": 531971,
+          "end": 534504,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0184",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et si elle part elle sera remplacée par une autre enfin euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0184"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0267",
+          "begin": 536583,
+          "end": 538563,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0185",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh elle partira pas non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0185"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0268",
+          "begin": 538563,
+          "end": 539426,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0186",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "elle partira pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0186"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0269",
+          "begin": 539426,
+          "end": 540213,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0187",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0187"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0270",
+          "begin": 539426,
+          "end": 540213,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0187",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0187"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0271",
+          "begin": 540213,
+          "end": 541167,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0188",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "elle restera là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0188"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0272",
+          "begin": 541973,
+          "end": 542362,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0188",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0188"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0273",
+          "begin": 544601,
+          "end": 547654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0189",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous si vous ne si vous ne faisiez ce métier-là qu'est-ce que vous auriez aimé faire ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0189"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0274",
+          "begin": 553883,
+          "end": 554866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0190",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0190"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0275",
+          "begin": 554866,
+          "end": 556564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0190",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jamais pensé à ça hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0190"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0276",
+          "begin": 556564,
+          "end": 557618,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0191",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "jamais pensé à ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0191"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0277",
+          "begin": 556564,
+          "end": 557618,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0191",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans les bureaux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0191"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0278",
+          "begin": 557618,
+          "end": 558500,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0192",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0192"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0279",
+          "begin": 558500,
+          "end": 559167,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0192",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0192"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0280",
+          "begin": 559167,
+          "end": 560122,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0192",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "autre chose euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0192"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0281",
+          "begin": 560122,
+          "end": 562392,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0193",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous avez choisi ce métier-là enfin comment c'est venu ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0193"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0282",
+          "begin": 567043,
+          "end": 569361,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0194",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est depuis j'avais quatorze ans hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0194"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0283",
+          "begin": 569361,
+          "end": 569819,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0195",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0195"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0284",
+          "begin": 571922,
+          "end": 574856,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0196",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'entendais parler des filles qui qui étaient sténo-dactylo alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0196"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0285",
+          "begin": 574856,
+          "end": 576459,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0196",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai voulu faire pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0196"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0286",
+          "begin": 576459,
+          "end": 577322,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0197",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0197"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0287",
+          "begin": 578085,
+          "end": 579111,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0198",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "comme ça marchait ben"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0198"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0288",
+          "begin": 583845,
+          "end": 586616,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0199",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "comment vous vous avez fait une école ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0199"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0289",
+          "begin": 586616,
+          "end": 588643,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'étais aux cours commerciaux euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0290",
+          "begin": 589502,
+          "end": 590413,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à Orléans là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0291",
+          "begin": 592230,
+          "end": 593136,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai fais trois ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0292",
+          "begin": 594853,
+          "end": 597000,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis au bout de trois ans on avait un CAP hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0293",
+          "begin": 599450,
+          "end": 600801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0201",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça dépend de la chambre de commerce ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0201"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0294",
+          "begin": 600801,
+          "end": 602161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0202",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est les chambres de commerce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0202"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0295",
+          "begin": 602161,
+          "end": 604993,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0203",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est la chamb- et ça se trouve à l'intérieur de la chambre de commerce et ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0203"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0296",
+          "begin": 604993,
+          "end": 608453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0204",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui on a oui mais pas place du Matroi\n là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0204"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0297",
+          "begin": 604993,
+          "end": 608453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0204",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est des cours commerciaux ah bon ou ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0204"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0298",
+          "begin": 608453,
+          "end": 610242,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0205",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est rue du Bourdon Blanc"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0205"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0299",
+          "begin": 610242,
+          "end": 611821,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0206",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui d'accord ah oui je connais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0206"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0300",
+          "begin": 611821,
+          "end": 612436,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0207",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0207"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0301",
+          "begin": 611821,
+          "end": 612436,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0207",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0207"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0302",
+          "begin": 612436,
+          "end": 613562,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0208",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0208"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0303",
+          "begin": 612436,
+          "end": 613562,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0208",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0208"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0304",
+          "begin": 613562,
+          "end": 614764,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0209",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "j'ai déjà vu la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0209"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0305",
+          "begin": 614764,
+          "end": 615212,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0209",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la porte"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0209"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0306",
+          "begin": 616118,
+          "end": 617764,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0209",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a un truc y a marqué droit je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0209"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0307",
+          "begin": 617764,
+          "end": 618436,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0210",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0210"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0308",
+          "begin": 617764,
+          "end": 618436,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0210",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0210"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0309",
+          "begin": 619867,
+          "end": 620750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0211",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est bien ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0211"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0310",
+          "begin": 621566,
+          "end": 623121,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0212",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh oui c'est pas mal oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0212"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0311",
+          "begin": 623121,
+          "end": 623984,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0213",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0213"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0312",
+          "begin": 623984,
+          "end": 626989,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0214",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est utile ce qu'on vous ce qu'on vous a appris là-bas enfin c'est ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0214"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0313",
+          "begin": 627776,
+          "end": 630280,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0215",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui parce que c'est surtout pour notre métier ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0215"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0314",
+          "begin": 630280,
+          "end": 631096,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0216",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0216"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0315",
+          "begin": 631096,
+          "end": 632651,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0216",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "enfin ça vous sert dans votre métier"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0216"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0316",
+          "begin": 632651,
+          "end": 633061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0217",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0217"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0317",
+          "begin": 638284,
+          "end": 641484,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0218",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce qu'y a est-ce qu'y a des choses qu'on aurait dû vous apprendre mais qu'on vous a pas appris à cet endroit ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0218"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0318",
+          "begin": 641484,
+          "end": 644517,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0218",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous avez été gênée par exemple en travaillant par des choses que ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0218"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0319",
+          "begin": 644517,
+          "end": 646358,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0219",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui par exemple pour euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0219"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0320",
+          "begin": 644517,
+          "end": 646358,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0219",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'on aurait dû vous apprendre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0219"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0321",
+          "begin": 646358,
+          "end": 649244,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0220",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on n'apprend pas les langues étrangères par exemple l'anglais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0220"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0322",
+          "begin": 649244,
+          "end": 649797,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0221",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0221"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0323",
+          "begin": 649797,
+          "end": 651490,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0222",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça sert beau- beaucoup euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0222"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0324",
+          "begin": 651490,
+          "end": 652516,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0222",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour entrer dans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0222"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0325",
+          "begin": 652516,
+          "end": 653475,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0222",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des maisons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0222"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0326",
+          "begin": 654815,
+          "end": 657558,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0223",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous par- vous per- personnellement ça vous aurait servi enfin de ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0223"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0327",
+          "begin": 657558,
+          "end": 658207,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0224",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0224"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0328",
+          "begin": 658207,
+          "end": 660491,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0224",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui quand j'ai voulu rentrer dans une maison"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0224"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0329",
+          "begin": 660491,
+          "end": 661474,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0224",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0224"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0330",
+          "begin": 661474,
+          "end": 662719,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0224",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "John Deere euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0224"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0331",
+          "begin": 662719,
+          "end": 663821,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans la zone industrielle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0332",
+          "begin": 662719,
+          "end": 663821,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0333",
+          "begin": 663821,
+          "end": 664136,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0226",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0226"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0334",
+          "begin": 664136,
+          "end": 665572,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0227",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "fallait savoir l'anglais et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0227"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0335",
+          "begin": 665572,
+          "end": 665863,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0228",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0228"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0336",
+          "begin": 668825,
+          "end": 673265,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0229",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a une différence enfin c'est mieux payé chez John Deere euh qu'ailleurs ? par exemple pour quelqu'un du"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0229"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0337",
+          "begin": 673265,
+          "end": 677463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0229",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour k- pour une fille qui serait au même niveau que vous du point de vue études"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0229"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0338",
+          "begin": 677463,
+          "end": 681106,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0229",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qui irait chez John Deere elle serait mieux payée que là où vous êtes maintenant ou bien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0229"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0339",
+          "begin": 682180,
+          "end": 683663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0230",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est euh c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0230"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0340",
+          "begin": 685619,
+          "end": 686435,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0230",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0230"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0341",
+          "begin": 686435,
+          "end": 687060,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0231",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est pareil oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0231"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0342",
+          "begin": 687060,
+          "end": 687566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0343",
+          "begin": 688453,
+          "end": 689407,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "peut-être que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0344",
+          "begin": 689407,
+          "end": 690480,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une fille euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0345",
+          "begin": 690480,
+          "end": 691315,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui sait l'anglais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0346",
+          "begin": 691315,
+          "end": 691844,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0233",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0233"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0347",
+          "begin": 691844,
+          "end": 692870,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0234",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle sera peut-être mieux payée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0234"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0348",
+          "begin": 693876,
+          "end": 695260,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0234",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "que moi où je suis là en ce moment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0234"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0349",
+          "begin": 698317,
+          "end": 701704,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0235",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous dans dans quel genre de de d'endroit enfin vous aimeriez travailler"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0235"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0350",
+          "begin": 701704,
+          "end": 703283,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0235",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour exercer votre profession ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0235"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0351",
+          "begin": 704183,
+          "end": 706497,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0236",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi c'était dans les assurances et dans les banques"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0236"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0352",
+          "begin": 706497,
+          "end": 707241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0237",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0237"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0353",
+          "begin": 707241,
+          "end": 707950,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0238",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0238"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0354",
+          "begin": 707950,
+          "end": 709654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0239",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est c'est ça que vous auriez aimé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0239"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0355",
+          "begin": 709654,
+          "end": 710494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0240",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0240"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0356",
+          "begin": 709654,
+          "end": 710494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0240",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "faire euh ? oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0240"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0357",
+          "begin": 711854,
+          "end": 714959,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0241",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez des difficultés pour trouver des places dans ce secteur-là ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0241"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0358",
+          "begin": 716132,
+          "end": 716633,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0242",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0242"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0359",
+          "begin": 716633,
+          "end": 719185,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0242",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans une banque oui c'est assez difficile de rentrer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0242"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0360",
+          "begin": 719185,
+          "end": 719619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0243",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0243"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0361",
+          "begin": 720478,
+          "end": 723511,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0243",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça dépend de quoi enfin comment comment on peut rentrer dans une banque ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0243"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0362",
+          "begin": 723511,
+          "end": 725848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0244",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh normalement faut avoir euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0244"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0363",
+          "begin": 726731,
+          "end": 728572,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0244",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "faut un brevet ou alors passer des examens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0244"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0364",
+          "begin": 729216,
+          "end": 730199,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0245",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0245"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0365",
+          "begin": 729216,
+          "end": 730199,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0245",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des concours"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0245"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0366",
+          "begin": 730199,
+          "end": 730633,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0246",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0246"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0367",
+          "begin": 733754,
+          "end": 736003,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0246",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est assez sévère pour entrer là-dedans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0246"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0368",
+          "begin": 736003,
+          "end": 736272,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0247",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0247"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0369",
+          "begin": 736003,
+          "end": 736272,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0247",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0247"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0370",
+          "begin": 736272,
+          "end": 737348,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0248",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "se renseignent partout alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0248"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0371",
+          "begin": 744550,
+          "end": 746911,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0249",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous pensez vous enfin qu'est-ce que euh v- v-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0249"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0372",
+          "begin": 746911,
+          "end": 748370,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0249",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous n'êtes pas mariée n- est-ce que vous allez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0249"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0373",
+          "begin": 748370,
+          "end": 750087,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0249",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "continuer à travailler quand vous serez mariée ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0249"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0374",
+          "begin": 750087,
+          "end": 751208,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0250",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui sûrement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0250"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0375",
+          "begin": 751208,
+          "end": 751518,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0251",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0251"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0376",
+          "begin": 751518,
+          "end": 751804,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0252",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ouais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0252"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0377",
+          "begin": 752456,
+          "end": 754208,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0253",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous trouvez que c'est une bonne chose ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0253"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0378",
+          "begin": 754208,
+          "end": 755234,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0379",
+          "begin": 755234,
+          "end": 756264,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0380",
+          "begin": 756860,
+          "end": 761034,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand on a toujours été habitué à travailler après si on s'arrête on s'ennuie à la maison c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0381",
+          "begin": 762207,
+          "end": 762565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0255",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0255"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0382",
+          "begin": 762207,
+          "end": 762565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0255",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on sait en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0255"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0383",
+          "begin": 762565,
+          "end": 763805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas quoi faire euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0384",
+          "begin": 763805,
+          "end": 764831,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "toute une journée dans la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0385",
+          "begin": 765623,
+          "end": 766057,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0257",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0257"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0386",
+          "begin": 770063,
+          "end": 771947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0257",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et les femmes qui travaillent pas qu'est-ce que vous en pensez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0257"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0387",
+          "begin": 775357,
+          "end": 776836,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0258",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0258"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0388",
+          "begin": 777623,
+          "end": 781105,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0259",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce que vous trouvez que c'est la même chose pour les femmes qui ont t- qui ont des enfants ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0259"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0389",
+          "begin": 781658,
+          "end": 782680,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0259",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "plusieurs petits ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0259"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0390",
+          "begin": 784802,
+          "end": 786996,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben quand ils sont petits euh peut-être euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0391",
+          "begin": 786996,
+          "end": 789429,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'on peut s'arrêter de travailler mais après enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0392",
+          "begin": 789429,
+          "end": 791628,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on peut recommencer à travailler plus tard après"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0393",
+          "begin": 791628,
+          "end": 792777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand ils grandissent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0394",
+          "begin": 797452,
+          "end": 801630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0261",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous êtes euh sans quoi dans votre travail que vous êtes satisfait des conditions de travail ? enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0261"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0395",
+          "begin": 801630,
+          "end": 805732,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0261",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mise à part la question mais enfin n- c'est une question personnelle quoi vous vous entendez pas très bien et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0261"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0396",
+          "begin": 806715,
+          "end": 807721,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0261",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "avec le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0261"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0397",
+          "begin": 807721,
+          "end": 808508,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0261",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "avec votre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0261"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0398",
+          "begin": 808508,
+          "end": 809105,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0262",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0262"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0399",
+          "begin": 808508,
+          "end": 809105,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0262",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "directeur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0262"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0400",
+          "begin": 809105,
+          "end": 812067,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0263",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour des questions de caractère quoi mais sans quoi vous êtes satisfait enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0263"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0401",
+          "begin": 812930,
+          "end": 813479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0263",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "satisfaite ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0263"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0402",
+          "begin": 813479,
+          "end": 814342,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0264",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0264"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0403",
+          "begin": 814342,
+          "end": 814867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0265",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0265"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0404",
+          "begin": 814867,
+          "end": 815253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0266",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0266"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0405",
+          "begin": 817249,
+          "end": 819586,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0267",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais alors vous parlez jamais avec les hommes enfin qui sont là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0267"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0406",
+          "begin": 821017,
+          "end": 822663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0268",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bah ça nous arrive mais enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0268"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0407",
+          "begin": 823431,
+          "end": 825606,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0269",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous êtes dans le même bureau par exemple ou bien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0269"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0408",
+          "begin": 826326,
+          "end": 827256,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0270",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non pas tout à fait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0270"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0409",
+          "begin": 828592,
+          "end": 830004,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0271",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les deux filles sont ensemble et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0271"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0410",
+          "begin": 830004,
+          "end": 830533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0272",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les les autres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0272"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0411",
+          "begin": 830004,
+          "end": 830533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0272",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0272"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0412",
+          "begin": 830533,
+          "end": 831034,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0273",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sont ailleurs ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0273"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0413",
+          "begin": 831034,
+          "end": 831511,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0274",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0274"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0414",
+          "begin": 834444,
+          "end": 836662,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0275",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ils font un travail différent les hommes qui sont là ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0275"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0415",
+          "begin": 836662,
+          "end": 839572,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0276",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "eh bien c'est des des dessinateurs ou des préparateurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0276"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0416",
+          "begin": 839572,
+          "end": 840244,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0277",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0277"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0417",
+          "begin": 846755,
+          "end": 848329,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0278",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qui s'est passé en mai juin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0278"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0418",
+          "begin": 849264,
+          "end": 849579,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0279",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en mai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0279"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0419",
+          "begin": 849579,
+          "end": 850161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0280",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "juin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0280"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0420",
+          "begin": 849579,
+          "end": 850161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0280",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0280"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0421",
+          "begin": 850161,
+          "end": 852522,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0281",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui y a là y a eu la grève euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0281"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0422",
+          "begin": 854029,
+          "end": 854578,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0281",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais y a eu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0281"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0423",
+          "begin": 854578,
+          "end": 856801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0281",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a des eu des licen- du licenciement là dans les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0281"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0424",
+          "begin": 857330,
+          "end": 858360,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0282",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a eu des licenciements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0282"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0425",
+          "begin": 858360,
+          "end": 858789,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0283",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "après ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0283"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0426",
+          "begin": 858360,
+          "end": 858789,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0283",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0283"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0427",
+          "begin": 858789,
+          "end": 859433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0284",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0284"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0428",
+          "begin": 859433,
+          "end": 861484,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0284",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "où je travaille là y a eu des licenciements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0284"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0429",
+          "begin": 861484,
+          "end": 861990,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0285",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0285"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0430",
+          "begin": 861484,
+          "end": 861990,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0285",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'y étais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0285"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0431",
+          "begin": 861990,
+          "end": 862782,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0286",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas encore mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0286"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0432",
+          "begin": 863836,
+          "end": 864790,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0286",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas mal qui sont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0286"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0433",
+          "begin": 865749,
+          "end": 866779,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0286",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sont partis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0286"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0434",
+          "begin": 868282,
+          "end": 869956,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0287",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi ils ont été licenciés ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0287"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0435",
+          "begin": 870580,
+          "end": 872346,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0288",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que y avait pas assez de travail euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0288"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0436",
+          "begin": 875093,
+          "end": 876286,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0289",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais après les évènements ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0289"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0437",
+          "begin": 877912,
+          "end": 878532,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0290",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh pendant les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0290"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0438",
+          "begin": 878532,
+          "end": 879219,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0291",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "évènements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0291"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0439",
+          "begin": 878532,
+          "end": 879219,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0291",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pendant les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0291"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0440",
+          "begin": 879219,
+          "end": 880116,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0292",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "évènements ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0292"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0441",
+          "begin": 879219,
+          "end": 880116,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0292",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0292"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0442",
+          "begin": 880116,
+          "end": 881862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0293",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ils ont pas été réintégrés après ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0293"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0443",
+          "begin": 881862,
+          "end": 884371,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0294",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh y en a quelques-uns qui ont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0294"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0444",
+          "begin": 881862,
+          "end": 884371,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0294",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "été &rembauchés mais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0294"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0445",
+          "begin": 884371,
+          "end": 884781,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0295",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0295"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0446",
+          "begin": 884371,
+          "end": 884781,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0295",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0295"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0447",
+          "begin": 884781,
+          "end": 886641,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0296",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend comment ils travaillaient et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0296"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0448",
+          "begin": 887857,
+          "end": 890648,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0296",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les plus anciens ont été &rembauchés mais les autres euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0296"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0449",
+          "begin": 890648,
+          "end": 891034,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0297",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0297"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0450",
+          "begin": 892561,
+          "end": 894992,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0297",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et le le personnel est syndiqué ou ? enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0297"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0451",
+          "begin": 894992,
+          "end": 895523,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0298",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "il"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0298"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0452",
+          "begin": 894992,
+          "end": 895523,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0298",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0298"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0453",
+          "begin": 895523,
+          "end": 896434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0299",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la plupart oui la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0299"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0454",
+          "begin": 896434,
+          "end": 897250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0300",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "plupart des syn- oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0300"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0455",
+          "begin": 896434,
+          "end": 897250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0300",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ils sont syndiqués"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0300"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0456",
+          "begin": 898042,
+          "end": 900956,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0301",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et malgré ça le tout le monde n'a pas été réembauché enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0301"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0457",
+          "begin": 900956,
+          "end": 901576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0302",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0302"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0458",
+          "begin": 911163,
+          "end": 913743,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0303",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous comment vous expliquez enfin ce qui s'est passé en mai juin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0303"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0459",
+          "begin": 914864,
+          "end": 915603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à votre avis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0460",
+          "begin": 915603,
+          "end": 916752,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est pour les Anglais hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0461",
+          "begin": 916752,
+          "end": 917754,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme ça ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0462",
+          "begin": 917754,
+          "end": 922404,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les étudiants qui entendront la bande pourront se faire une image euh autre que celle des journaux et caetera"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0463",
+          "begin": 922404,
+          "end": 923931,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous personnellement euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0464",
+          "begin": 923931,
+          "end": 926487,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous pensez que c'est arrivé ce qui s'est passé en mai juin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0465",
+          "begin": 939437,
+          "end": 941159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0305",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ben je vous assure c'est anonyme c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0305"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0466",
+          "begin": 941159,
+          "end": 945266,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0305",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça peut pas vous attirer enfin vous pouvez dire tout ce que vous pensez ça peut p- absolument pas vous attirer d'ennuis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0305"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0467",
+          "begin": 945266,
+          "end": 947489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0306",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben on sait pas c'est le manque de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0306"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0468",
+          "begin": 948925,
+          "end": 949359,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "le manque de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0469",
+          "begin": 949359,
+          "end": 950146,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0308",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0308"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0470",
+          "begin": 950146,
+          "end": 951367,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0309",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "j'entends rien là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0309"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0471",
+          "begin": 951367,
+          "end": 951610,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0310",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0310"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0472",
+          "begin": 951610,
+          "end": 952648,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0311",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tu sais comment je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0311"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0473",
+          "begin": 952648,
+          "end": 953320,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0312",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "suis sourde"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0312"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0474",
+          "begin": 952648,
+          "end": 953320,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0312",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0312"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0475",
+          "begin": 953320,
+          "end": 953869,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0313",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0313"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0476",
+          "begin": 953320,
+          "end": 953869,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0313",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0313"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0477",
+          "begin": 953869,
+          "end": 954494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0314",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mon âge"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0314"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0478",
+          "begin": 956536,
+          "end": 959202,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0315",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis y a eu pas mal de chômage enfin je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0315"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0479",
+          "begin": 965836,
+          "end": 967601,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0316",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous comment vous avez vécu en mai juin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0316"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0480",
+          "begin": 967601,
+          "end": 969056,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0316",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous ne travailliez pas à ce moment-là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0316"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0481",
+          "begin": 969056,
+          "end": 970468,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0317",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en mai juin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0317"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0482",
+          "begin": 970468,
+          "end": 970878,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0318",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0318"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0483",
+          "begin": 970878,
+          "end": 971307,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0319",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0319"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0484",
+          "begin": 973478,
+          "end": 974699,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0319",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'étais à l'hôpital"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0319"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0485",
+          "begin": 975515,
+          "end": 976187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0320",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0320"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0486",
+          "begin": 976187,
+          "end": 977165,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0321",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai pas fait la grève"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0321"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0487",
+          "begin": 978453,
+          "end": 979125,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0322",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a pas eu de grève"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0322"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0488",
+          "begin": 979125,
+          "end": 979559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0323",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "du tout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0323"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0489",
+          "begin": 979125,
+          "end": 979559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0323",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0323"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0490",
+          "begin": 979559,
+          "end": 980012,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0324",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0324"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0491",
+          "begin": 980012,
+          "end": 981944,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0325",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une journée pour faire comme tout le monde"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0325"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0492",
+          "begin": 981944,
+          "end": 982353,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0326",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0326"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0493",
+          "begin": 982353,
+          "end": 983145,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0327",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0327"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0494",
+          "begin": 984294,
+          "end": 985678,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0327",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'était surtout dans les usines"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0327"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0495",
+          "begin": 988187,
+          "end": 988764,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0328",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et les gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0328"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0496",
+          "begin": 988764,
+          "end": 989488,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0329",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qui se f- oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0329"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0497",
+          "begin": 988764,
+          "end": 989488,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0329",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et les ouvriers ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0329"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0498",
+          "begin": 989488,
+          "end": 991850,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trouvaient qu'ils étaient pas assez payés enfin c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0499",
+          "begin": 992804,
+          "end": 993639,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0500",
+          "begin": 995862,
+          "end": 998919,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils voulaient diminuer le le le nombre de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0501",
+          "begin": 998919,
+          "end": 1000207,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le nombre d'heures de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0502",
+          "begin": 1000207,
+          "end": 1000689,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0331",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0331"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0503",
+          "begin": 1000689,
+          "end": 1001242,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0332",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils trouvaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0332"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0504",
+          "begin": 1002458,
+          "end": 1005082,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0332",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'ils étaient pas assez payés par rapport au travail qu'ils faisaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0332"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0505",
+          "begin": 1005082,
+          "end": 1005492,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0333",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0333"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0506",
+          "begin": 1008406,
+          "end": 1009694,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0334",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et dans les hôpitaux les gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0334"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0507",
+          "begin": 1009694,
+          "end": 1010820,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0334",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qu'ils en pensaient de tout ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0334"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0508",
+          "begin": 1018647,
+          "end": 1019415,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0335",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "écoutez euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0335"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0509",
+          "begin": 1020803,
+          "end": 1021738,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0336",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous n'en parliez pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0336"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0510",
+          "begin": 1021738,
+          "end": 1022434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0337",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "à ce moment-là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0337"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0511",
+          "begin": 1021738,
+          "end": 1022434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0337",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0337"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0512",
+          "begin": 1022434,
+          "end": 1023078,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0338",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tellement non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0338"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0513",
+          "begin": 1025065,
+          "end": 1026178,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0338",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "savez n'importe comment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0338"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0514",
+          "begin": 1026178,
+          "end": 1027681,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0338",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on pouvait pas faire la grève euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0338"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0515",
+          "begin": 1027681,
+          "end": 1028687,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0339",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0339"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0516",
+          "begin": 1027681,
+          "end": 1028687,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0339",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on pouvait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0339"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0517",
+          "begin": 1028687,
+          "end": 1029140,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0340",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0340"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0518",
+          "begin": 1031692,
+          "end": 1032837,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0341",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "il vous arrivait pas d'en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0341"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0519",
+          "begin": 1032837,
+          "end": 1034845,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0341",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm d'en discuter avec les gens ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0341"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0520",
+          "begin": 1038260,
+          "end": 1039004,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0342",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on discup- non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0342"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0521",
+          "begin": 1039004,
+          "end": 1040530,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0342",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "discutait pas tellement nous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0342"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0522",
+          "begin": 1040530,
+          "end": 1040983,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0343",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0343"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0523",
+          "begin": 1048305,
+          "end": 1052197,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0345",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous parliez de mariage toute à l'heure euh à votre avis enfin vers quel âge euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0345"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0524",
+          "begin": 1052197,
+          "end": 1053609,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0345",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "une fille devrait se marier ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0345"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0525",
+          "begin": 1055102,
+          "end": 1056538,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0346",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm vingt-trois ans à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0346"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0526",
+          "begin": 1056538,
+          "end": 1057187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0347",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vingt-trois ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0347"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0527",
+          "begin": 1057187,
+          "end": 1057669,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0348",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0348"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0528",
+          "begin": 1057669,
+          "end": 1058437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0349",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et un garçon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0349"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0529",
+          "begin": 1060707,
+          "end": 1061733,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0350",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à peu près pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0350"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0530",
+          "begin": 1061733,
+          "end": 1062644,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0351",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à peu près pareil ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0351"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0531",
+          "begin": 1062644,
+          "end": 1063245,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0352",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0352"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0532",
+          "begin": 1063774,
+          "end": 1066398,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0353",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors vous êtes contre alors les différences d'âge euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0353"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0533",
+          "begin": 1066398,
+          "end": 1068334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0353",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "entre le mari et la femme par exemple ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0353"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0534",
+          "begin": 1069221,
+          "end": 1069674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0354",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0354"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0535",
+          "begin": 1069221,
+          "end": 1069674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0354",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y en a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0354"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0536",
+          "begin": 1069674,
+          "end": 1069937,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0355",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qui disent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0355"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0537",
+          "begin": 1069937,
+          "end": 1070252,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0356",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0356"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0538",
+          "begin": 1069937,
+          "end": 1070252,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0356",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0356"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0539",
+          "begin": 1070252,
+          "end": 1070805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0357",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dépend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0357"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0540",
+          "begin": 1070805,
+          "end": 1071091,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0358",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0358"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0541",
+          "begin": 1072498,
+          "end": 1074406,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "si y a pas une grosse différence non mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0542",
+          "begin": 1075575,
+          "end": 1076724,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi quand je vois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0543",
+          "begin": 1076724,
+          "end": 1078346,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je connais une fille qui s'est mariée à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0544",
+          "begin": 1079133,
+          "end": 1080898,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à vingt ans et p- avec un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0545",
+          "begin": 1080898,
+          "end": 1082501,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un homme de quarante ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0546",
+          "begin": 1082501,
+          "end": 1083126,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0360",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0360"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0547",
+          "begin": 1083126,
+          "end": 1084109,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0361",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous en pensez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0361"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0548",
+          "begin": 1083126,
+          "end": 1084109,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0361",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non non euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0361"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0549",
+          "begin": 1087476,
+          "end": 1087858,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0362",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0362"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0550",
+          "begin": 1087858,
+          "end": 1088268,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0363",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "que vous en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0363"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0551",
+          "begin": 1087858,
+          "end": 1088268,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0363",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils ont un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0363"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0552",
+          "begin": 1088268,
+          "end": 1089985,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0364",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "caractère différent je trouve euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0364"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0553",
+          "begin": 1090462,
+          "end": 1090820,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0365",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0365"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0554",
+          "begin": 1090820,
+          "end": 1091946,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0366",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour s- pour s'accorder"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0366"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0555",
+          "begin": 1092523,
+          "end": 1092905,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0367",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0367"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0556",
+          "begin": 1098299,
+          "end": 1099301,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0368",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0368"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0557",
+          "begin": 1099301,
+          "end": 1101357,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0368",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "com- combien d'enfants à votre avis euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0368"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0558",
+          "begin": 1101357,
+          "end": 1102735,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0368",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les gens devraient avoir ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0368"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0559",
+          "begin": 1106388,
+          "end": 1107056,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0369",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "deux ou trois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0369"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0560",
+          "begin": 1107056,
+          "end": 1107795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0370",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "deux trois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0370"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0561",
+          "begin": 1107795,
+          "end": 1108253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0371",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0371"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0562",
+          "begin": 1107795,
+          "end": 1108253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0371",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0371"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0563",
+          "begin": 1108253,
+          "end": 1109355,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0372",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0372"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0564",
+          "begin": 1110910,
+          "end": 1112417,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0373",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y a plus de grandes familles comme avant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0373"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0565",
+          "begin": 1112417,
+          "end": 1113013,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0374",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0374"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0566",
+          "begin": 1113013,
+          "end": 1113490,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0375",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0375"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0567",
+          "begin": 1114396,
+          "end": 1115947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0376",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous en pensez de ça madame ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0376"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0568",
+          "begin": 1115947,
+          "end": 1116763,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0377",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "comment ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0377"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0569",
+          "begin": 1116763,
+          "end": 1117936,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0378",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous en pensez de ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0378"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0570",
+          "begin": 1118819,
+          "end": 1119110,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0379",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "bah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0379"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0571",
+          "begin": 1119110,
+          "end": 1120379,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0380",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je ne sais pas s- c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0380"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0572",
+          "begin": 1119110,
+          "end": 1120379,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0380",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'il n'y ait plus de grandes familles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0380"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0573",
+          "begin": 1120379,
+          "end": 1123222,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0381",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est très bien mais vous savez j'entends pas grand-chose non moi j'entends rien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0381"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0574",
+          "begin": 1123222,
+          "end": 1124354,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0382",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "du tout euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0382"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0575",
+          "begin": 1123222,
+          "end": 1124354,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0382",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'accord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0382"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0576",
+          "begin": 1124991,
+          "end": 1125540,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0383",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je suis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0383"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0577",
+          "begin": 1127453,
+          "end": 1129795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0383",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je suis devenue sourde de presque d'un seul coup je ne sais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0383"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0578",
+          "begin": 1129795,
+          "end": 1130467,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas pourquoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0579",
+          "begin": 1129795,
+          "end": 1130467,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0580",
+          "begin": 1130467,
+          "end": 1131493,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0385",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "avant j'entendais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0385"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0581",
+          "begin": 1131493,
+          "end": 1133143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0385",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "très très loin et d'un seul coup je s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0385"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0582",
+          "begin": 1134073,
+          "end": 1136458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0385",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je n'entends plus les oreilles se sont mis à me siffler"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0385"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0583",
+          "begin": 1136458,
+          "end": 1137126,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0386",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0386"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0584",
+          "begin": 1137126,
+          "end": 1137727,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0387",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0387"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0585",
+          "begin": 1137727,
+          "end": 1139830,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0388",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez été voir un médecin non ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0388"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0586",
+          "begin": 1139830,
+          "end": 1142883,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0389",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui j'avais vu un docteur mais il m'avait donné des choses mais ça m'a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0389"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0587",
+          "begin": 1142883,
+          "end": 1144199,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0390",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas fait grand-chose"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0390"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0588",
+          "begin": 1142883,
+          "end": 1144199,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0390",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça pas ça a pas marché"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0390"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0589",
+          "begin": 1156509,
+          "end": 1158274,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0391",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous allez faire pendant les vacances ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0391"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0590",
+          "begin": 1158274,
+          "end": 1160020,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben pendant les vacances bah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0591",
+          "begin": 1160020,
+          "end": 1162052,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'en aurai sûrement pas puisque je vais rentrer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0592",
+          "begin": 1162844,
+          "end": 1163779,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à la banque là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0593",
+          "begin": 1164404,
+          "end": 1165053,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au mois de mai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0594",
+          "begin": 1165630,
+          "end": 1166302,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0393",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0393"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0595",
+          "begin": 1165630,
+          "end": 1166302,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0393",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0393"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0596",
+          "begin": 1167304,
+          "end": 1168926,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0394",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "cette année on va encore se passer de vacances"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0394"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0597",
+          "begin": 1168926,
+          "end": 1170862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0394",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça m'a secouée en me disant qu'il y aurait que ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0394"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0598",
+          "begin": 1170862,
+          "end": 1171459,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0395",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0395"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0599",
+          "begin": 1171459,
+          "end": 1174349,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0396",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh depuis qu'elle est sortie de l'école elle a pas toujours eu de la chance"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0396"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0600",
+          "begin": 1176710,
+          "end": 1179453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0396",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle est tombée d'abord beaucoup dans les remplacements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0396"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0601",
+          "begin": 1179453,
+          "end": 1180340,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0397",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0397"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0602",
+          "begin": 1180340,
+          "end": 1181413,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors à chaque fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0603",
+          "begin": 1181413,
+          "end": 1182367,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça tombait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0604",
+          "begin": 1182367,
+          "end": 1183631,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle avait pas de vacances"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0605",
+          "begin": 1186302,
+          "end": 1188763,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "on lui payait quelques jours"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0606",
+          "begin": 1186302,
+          "end": 1188763,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'elle a besoin mais c'est t-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0607",
+          "begin": 1188763,
+          "end": 1189407,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0399",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0399"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0608",
+          "begin": 1189407,
+          "end": 1191320,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors elle était rentrée dans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0609",
+          "begin": 1191320,
+          "end": 1193352,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à l'hôpital croyant être tranquille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0610",
+          "begin": 1193352,
+          "end": 1196695,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors elle dit comme ça elle faisait un remplacement dans une mairie à Saint-Jean-de-Braye"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0611",
+          "begin": 1198007,
+          "end": 1199605,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça faisait un an qu'elle y était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0612",
+          "begin": 1199605,
+          "end": 1202805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle dit je vais rentrer à l'hôpital après un concours elle était troisième"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0613",
+          "begin": 1203902,
+          "end": 1205047,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "sur une trentaine"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0614",
+          "begin": 1205886,
+          "end": 1209225,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle y est restée un an elle avait tous les papiers pour passer titulaire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0615",
+          "begin": 1209225,
+          "end": 1209869,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dans sa poche"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0616",
+          "begin": 1210637,
+          "end": 1212883,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et y a un docteur qui l'a fait renvoyer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0617",
+          "begin": 1212883,
+          "end": 1213623,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parce qu'elle lui plaisait pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0618",
+          "begin": 1215249,
+          "end": 1215611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0401",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0401"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0619",
+          "begin": 1215249,
+          "end": 1215611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0401",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle avait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0401"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0620",
+          "begin": 1215611,
+          "end": 1216565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0402",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tout dans sa poche"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0402"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0621",
+          "begin": 1218282,
+          "end": 1220381,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0402",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "seulement c'était un homme qui était pas franc quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0402"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0622",
+          "begin": 1220381,
+          "end": 1221077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0403",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah ouais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0403"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0623",
+          "begin": 1221077,
+          "end": 1222842,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0404",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui a fait ça en-dessous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0404"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0624",
+          "begin": 1222842,
+          "end": 1223343,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0405",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0405"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0625",
+          "begin": 1223343,
+          "end": 1224063,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0406",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "arrive hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0406"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0626",
+          "begin": 1223343,
+          "end": 1224063,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0406",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0406"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0627",
+          "begin": 1225589,
+          "end": 1226233,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0407",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça arrive"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0407"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0628",
+          "begin": 1226949,
+          "end": 1227836,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0408",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors après"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0408"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0629",
+          "begin": 1227836,
+          "end": 1230221,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0408",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a retombé encore dans un remplacement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0408"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0630",
+          "begin": 1231990,
+          "end": 1233779,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0408",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et là-dessus elle a eu la jaunisse"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0408"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0631",
+          "begin": 1234781,
+          "end": 1235883,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0409",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "manque de chance"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0409"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0632",
+          "begin": 1235883,
+          "end": 1236842,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0633",
+          "begin": 1238564,
+          "end": 1242313,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors après son remplacement était fini et c'est là qu'elle est rentrée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0634",
+          "begin": 1243820,
+          "end": 1247278,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'elle est rentrée chez Malichaud mais elle avait fait un concours pour rentrer dans l-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0635",
+          "begin": 1247946,
+          "end": 1251695,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dans les banques mais c'est très long parce que ils prennent des renseignements sur toute la famille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0636",
+          "begin": 1251695,
+          "end": 1252336,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0411",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0411"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0637",
+          "begin": 1252336,
+          "end": 1253288,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0412",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0412"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0638",
+          "begin": 1252336,
+          "end": 1253288,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0412",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "sur toute la famille ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0412"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0639",
+          "begin": 1253288,
+          "end": 1253993,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0413",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0413"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0640",
+          "begin": 1253288,
+          "end": 1253993,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0413",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0413"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0641",
+          "begin": 1253993,
+          "end": 1255345,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0414",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui toute la famille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0414"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0642",
+          "begin": 1255345,
+          "end": 1255851,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0415",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0415"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0643",
+          "begin": 1255851,
+          "end": 1257430,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0416",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est toujours comme ça oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0416"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0644",
+          "begin": 1255851,
+          "end": 1257430,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0416",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui ça va très loin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0416"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0645",
+          "begin": 1257430,
+          "end": 1258866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0417",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui mais pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0417"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0646",
+          "begin": 1258866,
+          "end": 1262782,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0418",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah bah ils veulent savoir si réellement y a rien dans la famille quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0418"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0647",
+          "begin": 1262782,
+          "end": 1263288,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0419",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0419"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0648",
+          "begin": 1262782,
+          "end": 1263288,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0419",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et quel"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0419"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0649",
+          "begin": 1263288,
+          "end": 1264891,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0420",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "genre de renseignements ils prennent ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0420"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0650",
+          "begin": 1264891,
+          "end": 1265921,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0651",
+          "begin": 1265921,
+          "end": 1269069,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tout ce que les gens font ils lui ont demandé ce que son frère faisait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0652",
+          "begin": 1269069,
+          "end": 1270285,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ce que sa soeur faisait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0653",
+          "begin": 1270285,
+          "end": 1273552,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à quel endroit qu'ils travaillaient si ils pouvaient prendre des renseignements et ainsi de suite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0654",
+          "begin": 1273552,
+          "end": 1273839,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0422",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0422"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0655",
+          "begin": 1273839,
+          "end": 1274583,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0423",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0423"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0656",
+          "begin": 1273839,
+          "end": 1274583,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0423",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est vrai ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0423"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0657",
+          "begin": 1274583,
+          "end": 1275394,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0424",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui c'est vrai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0424"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0658",
+          "begin": 1275394,
+          "end": 1275852,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0425",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "d'ailleurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0425"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0659",
+          "begin": 1275394,
+          "end": 1275852,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0425",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est comme ça que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0425"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0660",
+          "begin": 1275852,
+          "end": 1276405,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0426",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça se passe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0426"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0661",
+          "begin": 1276405,
+          "end": 1277049,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0427",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0427"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0662",
+          "begin": 1277049,
+          "end": 1277765,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0428",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oh là là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0428"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0663",
+          "begin": 1277765,
+          "end": 1279463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0429",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et c'est dans toutes les boîtes la même chose ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0429"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0664",
+          "begin": 1279463,
+          "end": 1279921,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0430",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a une ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0430"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0665",
+          "begin": 1279463,
+          "end": 1279921,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0430",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0430"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0666",
+          "begin": 1279921,
+          "end": 1280927,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0431",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "toutes les banques"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0431"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0667",
+          "begin": 1280927,
+          "end": 1282024,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0432",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans toutes la banques ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0432"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0668",
+          "begin": 1282024,
+          "end": 1282430,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0433",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0433"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0669",
+          "begin": 1282430,
+          "end": 1283293,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0434",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0434"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0670",
+          "begin": 1290042,
+          "end": 1290614,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0434",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0434"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0671",
+          "begin": 1291735,
+          "end": 1292527,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0435",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est étonnant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0435"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0672",
+          "begin": 1291735,
+          "end": 1292527,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0435",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a eu plusieurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0435"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0673",
+          "begin": 1292527,
+          "end": 1295680,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0436",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "administrations comme ça mais c'était toujours des remplacements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0436"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0674",
+          "begin": 1296472,
+          "end": 1297001,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0437",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0437"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0675",
+          "begin": 1297001,
+          "end": 1298671,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et je l'ai vue lâcher une place"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0676",
+          "begin": 1298671,
+          "end": 1300536,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dire oh ben j'ai d- je suis bien là j'y reste"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0677",
+          "begin": 1300536,
+          "end": 1301924,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "peut-être que j'y resterai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0678",
+          "begin": 1301924,
+          "end": 1303670,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "au bout d'un mois elle avait plus de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0679",
+          "begin": 1303670,
+          "end": 1306489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parce que la dame était revenue ou qu'elle avait une autre à replacer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0680",
+          "begin": 1307495,
+          "end": 1311001,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "une fois elle était aux chemins de fer ben c'était une personne qui était veuve qui était logée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0681",
+          "begin": 1311001,
+          "end": 1311411,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0439",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0439"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0682",
+          "begin": 1311411,
+          "end": 1313801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils étaient obligés de la replacer son mari est mort euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0683",
+          "begin": 1313801,
+          "end": 1314950,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dans l'été alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0684",
+          "begin": 1314950,
+          "end": 1316644,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est elle qui a dû partir"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0685",
+          "begin": 1316644,
+          "end": 1318294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "puis ainsi de suite enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0686",
+          "begin": 1318294,
+          "end": 1320369,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça lui a fait du bien pour son travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0687",
+          "begin": 1320369,
+          "end": 1320636,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0441",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0441"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0688",
+          "begin": 1320636,
+          "end": 1321016,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0442",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0442"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0689",
+          "begin": 1320636,
+          "end": 1321016,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0442",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parce ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0442"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0690",
+          "begin": 1321016,
+          "end": 1322692,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0443",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "de changer on a beau dire ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0443"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0691",
+          "begin": 1322692,
+          "end": 1323675,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0444",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça apprend enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0444"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0692",
+          "begin": 1323675,
+          "end": 1324757,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0445",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on apprend des choses quand même"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0445"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0693",
+          "begin": 1323675,
+          "end": 1324757,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0445",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui ça apprend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0445"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0694",
+          "begin": 1324757,
+          "end": 1325239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0446",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0446"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0695",
+          "begin": 1324757,
+          "end": 1325239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0446",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça lui a beaucoup"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0446"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0696",
+          "begin": 1325239,
+          "end": 1325840,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0447",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "fait de bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0447"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0697",
+          "begin": 1326966,
+          "end": 1328235,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0447",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0447"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0698",
+          "begin": 1328235,
+          "end": 1332580,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0447",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a eu des envies comme ça parce que c'est pas rien quand il faut toujours se chercher du travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0447"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0699",
+          "begin": 1332580,
+          "end": 1333372,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0448",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0448"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0700",
+          "begin": 1333372,
+          "end": 1334879,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est assez difficile"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0701",
+          "begin": 1334879,
+          "end": 1337908,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "surtout que y a des mois ça va encore de janvier à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0702",
+          "begin": 1337908,
+          "end": 1339725,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à mai là ça va encore mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0703",
+          "begin": 1339725,
+          "end": 1343565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "de de de septembre de de juillet à septembre là c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0704",
+          "begin": 1343565,
+          "end": 1344476,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est terrible"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0705",
+          "begin": 1346293,
+          "end": 1347342,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est pas facile"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0706",
+          "begin": 1348201,
+          "end": 1351377,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0450",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous trouvez que pour les jeunes au point de vue travail euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0450"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0707",
+          "begin": 1351377,
+          "end": 1352856,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0450",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est bien Orléans y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0450"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0708",
+          "begin": 1352856,
+          "end": 1354549,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0450",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "y a des possibilités ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0450"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0709",
+          "begin": 1355432,
+          "end": 1355842,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0710",
+          "begin": 1356891,
+          "end": 1359014,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas pour ceux qui commencent à travailler euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0711",
+          "begin": 1359014,
+          "end": 1361070,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand on commence à travailler personne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0712",
+          "begin": 1361070,
+          "end": 1362768,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "personne veut de nous euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0713",
+          "begin": 1362768,
+          "end": 1363774,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0451",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0451"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0714",
+          "begin": 1363774,
+          "end": 1364637,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0452",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh non pas quand ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0452"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0715",
+          "begin": 1364637,
+          "end": 1366617,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0453",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "sortent des écoles ça c'est sûr"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0453"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0716",
+          "begin": 1364637,
+          "end": 1366617,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0453",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "soi-disant ils veulent pas des débutants euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0453"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0717",
+          "begin": 1366617,
+          "end": 1368716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0454",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors c'est c'est assez difficile euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0454"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0718",
+          "begin": 1368716,
+          "end": 1369727,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0455",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "personne veut prendre de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0455"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0719",
+          "begin": 1369727,
+          "end": 1370471,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0456",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "débutants ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0456"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0720",
+          "begin": 1369727,
+          "end": 1370471,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0456",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0456"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0721",
+          "begin": 1370471,
+          "end": 1370996,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0457",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0457"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0722",
+          "begin": 1370996,
+          "end": 1371955,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0458",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et pourtant il faut bien débuter"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0458"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0723",
+          "begin": 1371955,
+          "end": 1372437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0459",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0459"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0724",
+          "begin": 1371955,
+          "end": 1372437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0459",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0459"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0725",
+          "begin": 1372437,
+          "end": 1373205,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0460",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et sa soeur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0460"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0726",
+          "begin": 1373205,
+          "end": 1375761,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0461",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je l'ai eue neuf mois ici avant de lui trouver du travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0461"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0727",
+          "begin": 1375761,
+          "end": 1377979,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0461",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et pourtant elle cherchait je vous assure qu'elle cherchait dur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0461"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0728",
+          "begin": 1378695,
+          "end": 1379010,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0462",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0462"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0729",
+          "begin": 1378695,
+          "end": 1379010,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0462",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0462"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0730",
+          "begin": 1379010,
+          "end": 1379778,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0463",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas débutante"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0463"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0731",
+          "begin": 1380594,
+          "end": 1381529,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0464",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous connaissez beaucoup de jeunes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0464"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0732",
+          "begin": 1381529,
+          "end": 1383442,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0465",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme ça qui cherchent du travail pour comme euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0465"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0733",
+          "begin": 1381529,
+          "end": 1383442,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0465",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah pas quand ah en sortant de l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0465"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0734",
+          "begin": 1383442,
+          "end": 1384162,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0466",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est terrible"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0466"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0735",
+          "begin": 1384162,
+          "end": 1385383,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0467",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ? y a beaucoup"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0467"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0736",
+          "begin": 1385383,
+          "end": 1385765,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0468",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de jeunes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0468"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0737",
+          "begin": 1385383,
+          "end": 1385765,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0468",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0468"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0738",
+          "begin": 1385765,
+          "end": 1387244,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0469",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qui sont dans ce cas-là ? des débutants"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0469"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0739",
+          "begin": 1387244,
+          "end": 1388250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0470",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qui trouvent pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0470"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0740",
+          "begin": 1387244,
+          "end": 1388250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0470",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0470"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0741",
+          "begin": 1388250,
+          "end": 1388823,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0471",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0471"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0742",
+          "begin": 1388823,
+          "end": 1391284,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0471",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tous ceux qui vont sortir de l'école ça va être pareil là ils vont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0471"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0743",
+          "begin": 1392548,
+          "end": 1393697,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0472",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et plus ça va plus c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0472"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0744",
+          "begin": 1393697,
+          "end": 1394246,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0473",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0473"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0745",
+          "begin": 1393697,
+          "end": 1394246,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0473",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0473"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0746",
+          "begin": 1395109,
+          "end": 1396657,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi je travaillais au lycée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0747",
+          "begin": 1396657,
+          "end": 1397566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "j'avais une euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0748",
+          "begin": 1397566,
+          "end": 1400027,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'était c'est la secrétaire générale du collège"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0749",
+          "begin": 1400027,
+          "end": 1400838,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "du lycée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0750",
+          "begin": 1400838,
+          "end": 1402631,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle m'avait dit vous savez j-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0751",
+          "begin": 1402631,
+          "end": 1404205,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je la placerai bien Geneviève"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0752",
+          "begin": 1404205,
+          "end": 1404880,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0475",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0475"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0753",
+          "begin": 1404205,
+          "end": 1404880,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0475",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0475"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0754",
+          "begin": 1404880,
+          "end": 1407174,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0476",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "vous avez pas besoin de vous ennuyer je la placerai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0476"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0755",
+          "begin": 1407174,
+          "end": 1407627,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0477",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0477"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0756",
+          "begin": 1407627,
+          "end": 1409917,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0478",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais alors Geneviève était pas p- pas fini sa zé-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0478"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0757",
+          "begin": 1409917,
+          "end": 1411066,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0478",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ses études"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0478"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0758",
+          "begin": 1411066,
+          "end": 1414620,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0478",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a eu fini deux ans après et ben deux ans après elle pouvait plus me la placer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0478"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0759",
+          "begin": 1415364,
+          "end": 1415889,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0479",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oh là là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0479"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0760",
+          "begin": 1417205,
+          "end": 1419662,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0480",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors la situation se serait plutôt aggravée depuis ce temps-là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0480"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0761",
+          "begin": 1419662,
+          "end": 1421145,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0480",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "depuis y a deux ans quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0480"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0762",
+          "begin": 1421145,
+          "end": 1424889,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui enfin ça dépend des époques y a des mois ça va bien entre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0763",
+          "begin": 1424889,
+          "end": 1427584,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "entre janvier et mai là ça va bien parce que y a les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0764",
+          "begin": 1427584,
+          "end": 1429158,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y en a pas mal qui sont à l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0765",
+          "begin": 1430136,
+          "end": 1432669,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tandis que pendant les vacances tout le monde cherche alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0766",
+          "begin": 1432669,
+          "end": 1433103,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0482",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0482"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0767",
+          "begin": 1433103,
+          "end": 1433938,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0483",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est ça oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0483"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0768",
+          "begin": 1433938,
+          "end": 1434849,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0484",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est vrai que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0484"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0769",
+          "begin": 1435688,
+          "end": 1436183,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0485",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0485"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0770",
+          "begin": 1435688,
+          "end": 1436183,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0485",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0485"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0771",
+          "begin": 1436183,
+          "end": 1440534,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0486",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "vacances jusque elle elle a euh elle a commencé à chercher en sortant de l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0486"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0772",
+          "begin": 1440534,
+          "end": 1440940,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0486",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0486"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0773",
+          "begin": 1440940,
+          "end": 1441183,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0487",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0487"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0774",
+          "begin": 1440940,
+          "end": 1441183,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0487",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0487"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0775",
+          "begin": 1441183,
+          "end": 1443663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0488",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "là qu'elle avait trouvé un remplacement aux chemins de fer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0488"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0776",
+          "begin": 1443663,
+          "end": 1445977,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0488",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais alors après elle a eu fini au mois de septembre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0488"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0777",
+          "begin": 1445977,
+          "end": 1446316,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0488",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0488"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0778",
+          "begin": 1446316,
+          "end": 1447036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0489",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0489"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0779",
+          "begin": 1446316,
+          "end": 1447036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0489",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0489"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0780",
+          "begin": 1447537,
+          "end": 1447971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0490",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y a rien à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0490"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0781",
+          "begin": 1447971,
+          "end": 1448329,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0491",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "faire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0491"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0782",
+          "begin": 1447971,
+          "end": 1448329,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0491",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mais là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0491"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0783",
+          "begin": 1448329,
+          "end": 1450695,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0492",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "par exemple maintenant vous êtes plus débutante ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0492"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0784",
+          "begin": 1450695,
+          "end": 1452347,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0493",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben non là c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0493"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0785",
+          "begin": 1450695,
+          "end": 1452347,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0493",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0493"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0786",
+          "begin": 1452347,
+          "end": 1454682,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on trouve plus facilement par exemple là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0787",
+          "begin": 1454682,
+          "end": 1456542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand j'ai eu fini mon remplacement à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0788",
+          "begin": 1457401,
+          "end": 1460458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans une assurance là euh je suis restée une semaine ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0789",
+          "begin": 1460458,
+          "end": 1460964,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0495",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils m'ont trouvé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0495"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0790",
+          "begin": 1460458,
+          "end": 1460964,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0495",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0495"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0791",
+          "begin": 1460964,
+          "end": 1461565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0496",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "autre chose euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0496"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0792",
+          "begin": 1461565,
+          "end": 1462047,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0793",
+          "begin": 1462047,
+          "end": 1462481,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0498",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0498"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0794",
+          "begin": 1462481,
+          "end": 1463030,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0499",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors ça va"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0499"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0795",
+          "begin": 1463030,
+          "end": 1466588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0500",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y a des maisons où qu'ils les placent après mais faut qu'ils aient au moins deux mois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0500"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0796",
+          "begin": 1466588,
+          "end": 1468853,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0500",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "deux ans de de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0500"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0797",
+          "begin": 1468853,
+          "end": 1469573,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0501",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oh là là oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0501"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0798",
+          "begin": 1468853,
+          "end": 1469573,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0501",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "que ça fasse"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0501"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0799",
+          "begin": 1469573,
+          "end": 1470795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "deux ans qu'ils travaillent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0800",
+          "begin": 1470795,
+          "end": 1472946,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors là ils les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0801",
+          "begin": 1472946,
+          "end": 1476046,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils sé- les sélectionnent quoi les meilleurs alors faut faire un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0802",
+          "begin": 1476046,
+          "end": 1477835,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "comme une genre de petit concours"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0803",
+          "begin": 1477835,
+          "end": 1479533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors elle elle avait elle était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0804",
+          "begin": 1479533,
+          "end": 1482161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle avait pas de faute à sa sténo ni à sa dactylo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0805",
+          "begin": 1482161,
+          "end": 1485795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors ils ont dit vous resterez pas longtemps là on vous placera pour pour ainsi dire tout de suite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0806",
+          "begin": 1485795,
+          "end": 1487298,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a resté là huit jours puis c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0807",
+          "begin": 1487298,
+          "end": 1487780,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0503",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0503"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0808",
+          "begin": 1488834,
+          "end": 1489983,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0504",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a eu du travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0504"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0809",
+          "begin": 1490675,
+          "end": 1491128,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0505",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0505"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0810",
+          "begin": 1491128,
+          "end": 1494085,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0506",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais en général faut qu'ils aient au moins deux ans de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0506"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0811",
+          "begin": 1494085,
+          "end": 1494753,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0506",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "déjà de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0506"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0812",
+          "begin": 1494753,
+          "end": 1495688,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0506",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "de travailler"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0506"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0813",
+          "begin": 1496289,
+          "end": 1497462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0506",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est le début le plus dur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0506"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0814",
+          "begin": 1498154,
+          "end": 1500639,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0507",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce que vous croyez que c'est plus facile pour les garçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0507"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0815",
+          "begin": 1500639,
+          "end": 1501598,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0507",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "que pour les filles ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0507"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0816",
+          "begin": 1501598,
+          "end": 1502437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0508",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0508"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0817",
+          "begin": 1501598,
+          "end": 1502437,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0508",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0508"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0818",
+          "begin": 1502437,
+          "end": 1502891,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pas plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0819",
+          "begin": 1502891,
+          "end": 1503423,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0510",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "facile"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0510"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0820",
+          "begin": 1502891,
+          "end": 1503423,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0510",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0510"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0821",
+          "begin": 1503423,
+          "end": 1504975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0511",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je crois c'est plus facile pour les filles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0511"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0822",
+          "begin": 1504975,
+          "end": 1505862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0512",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "que pour les garçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0512"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0823",
+          "begin": 1504975,
+          "end": 1505862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0512",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0512"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0824",
+          "begin": 1505862,
+          "end": 1506124,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0513",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0513"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0825",
+          "begin": 1506888,
+          "end": 1507298,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0513",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "surtout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0513"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0826",
+          "begin": 1507298,
+          "end": 1507727,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0514",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour les filles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0514"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0827",
+          "begin": 1507727,
+          "end": 1508538,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qui qui veulent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0828",
+          "begin": 1507727,
+          "end": 1508538,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pour les garçons oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0829",
+          "begin": 1508538,
+          "end": 1509254,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0516",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "faire du"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0516"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0830",
+          "begin": 1509254,
+          "end": 1509521,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0517",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0517"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0831",
+          "begin": 1509254,
+          "end": 1509521,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0517",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui veulent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0517"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0832",
+          "begin": 1509521,
+          "end": 1510384,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0518",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "travailler quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0518"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0833",
+          "begin": 1510384,
+          "end": 1511434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0519",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "que les filles en général"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0519"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0834",
+          "begin": 1511434,
+          "end": 1512035,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0520",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils ont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0520"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0835",
+          "begin": 1512035,
+          "end": 1513768,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0520",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ont plus facilement un métier que les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0520"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0836",
+          "begin": 1513768,
+          "end": 1514329,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0521",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "garçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0521"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0837",
+          "begin": 1513768,
+          "end": 1514329,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0521",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est-à-dire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0521"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0838",
+          "begin": 1514329,
+          "end": 1516428,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0522",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "que les garçons se déplacent plus facilement quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0522"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0839",
+          "begin": 1517291,
+          "end": 1518507,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0523",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand même hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0523"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0840",
+          "begin": 1518507,
+          "end": 1521964,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je vois mon garçon là il tra- il gagnait presque rien quand il est sorti de l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0841",
+          "begin": 1522708,
+          "end": 1523543,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il était ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0842",
+          "begin": 1523543,
+          "end": 1526195,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il est parti à Paris il travaille dans les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0843",
+          "begin": 1526195,
+          "end": 1527678,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dans les assurances"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0844",
+          "begin": 1528394,
+          "end": 1528828,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0525",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0525"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0845",
+          "begin": 1528828,
+          "end": 1529520,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0526",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "eh bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0526"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0846",
+          "begin": 1529520,
+          "end": 1534199,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0526",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il est parti à Paris il a fait deux maisons à Paris après forcément il s'est perfectionné aussi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0526"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0847",
+          "begin": 1534199,
+          "end": 1538210,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0526",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et la maison qui l'a employé ici a une succursale à Paris elle l'a redemandé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0526"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0848",
+          "begin": 1539045,
+          "end": 1539551,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0527",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0527"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0849",
+          "begin": 1539551,
+          "end": 1542465,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0528",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils étaient contents de lui ils l'ont redemandé mais il travaille à Paris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0528"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0850",
+          "begin": 1542465,
+          "end": 1543109,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0529",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0529"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0851",
+          "begin": 1543109,
+          "end": 1544874,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0530",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "parce que les salaires seraient meilleurs à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0530"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0852",
+          "begin": 1544874,
+          "end": 1546262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0531",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "Paris alors que à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0531"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0853",
+          "begin": 1544874,
+          "end": 1546262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0531",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0531"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0854",
+          "begin": 1546262,
+          "end": 1546934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0531",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0531"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0855",
+          "begin": 1546262,
+          "end": 1546934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0531",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est beaucoup"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0531"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0856",
+          "begin": 1546934,
+          "end": 1547578,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0532",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "meilleur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0532"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0857",
+          "begin": 1547578,
+          "end": 1548008,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0533",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "par"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0533"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0858",
+          "begin": 1548008,
+          "end": 1548370,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0534",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "exemple une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0534"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0859",
+          "begin": 1548008,
+          "end": 1548370,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0534",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0534"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0860",
+          "begin": 1548370,
+          "end": 1551161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0535",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sténo ça gagne cent quinze mille à Paris et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0535"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0861",
+          "begin": 1551161,
+          "end": 1552787,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0535",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ici ça gagne quatre-vingt dix mille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0535"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0862",
+          "begin": 1554075,
+          "end": 1555630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0536",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah on gagne beaucoup plus à Paris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0536"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0863",
+          "begin": 1554075,
+          "end": 1555630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0536",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et son frère"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0536"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0864",
+          "begin": 1555630,
+          "end": 1558663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0537",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dit qu'à Paris une sténo-dactylo ils en trouvent pas oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0537"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0865",
+          "begin": 1558663,
+          "end": 1559312,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0538",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on en trouve"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0538"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0866",
+          "begin": 1558663,
+          "end": 1559312,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0538",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils en t-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0538"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0867",
+          "begin": 1559312,
+          "end": 1560247,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0539",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moins à Paris que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0539"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0868",
+          "begin": 1560247,
+          "end": 1561015,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0540",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui il"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0540"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0869",
+          "begin": 1561015,
+          "end": 1562164,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0541",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moins de cent dix mille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0541"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0870",
+          "begin": 1561015,
+          "end": 1562164,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0541",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "que ici oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0541"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0871",
+          "begin": 1562164,
+          "end": 1562546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0542",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "cent dix"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0542"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0872",
+          "begin": 1562164,
+          "end": 1562546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0542",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'accord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0542"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0873",
+          "begin": 1562546,
+          "end": 1563524,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à cent vingt"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0874",
+          "begin": 1563524,
+          "end": 1565985,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et ils voudraient le lui donner quatre-vingt dix"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0875",
+          "begin": 1565985,
+          "end": 1568107,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et il dit qu'à ce mo- en ce moment ils en trouvent pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0876",
+          "begin": 1568107,
+          "end": 1569348,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils trouvent pas de sténo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0877",
+          "begin": 1570354,
+          "end": 1572429,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et c'est ce que je lui disais je vous en trouverai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0878",
+          "begin": 1572429,
+          "end": 1574051,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "un peu plus tard à la sortie de l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0879",
+          "begin": 1574051,
+          "end": 1574914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0544",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0544"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0880",
+          "begin": 1574914,
+          "end": 1575606,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0545",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0545"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0881",
+          "begin": 1576708,
+          "end": 1577738,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0545",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il me dit que c'est pas lourd"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0545"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0882",
+          "begin": 1577738,
+          "end": 1578573,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0546",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0546"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0883",
+          "begin": 1580605,
+          "end": 1582947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0547",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous pensez pas partir à Paris alors euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0547"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0884",
+          "begin": 1582947,
+          "end": 1583691,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0548",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh non euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0548"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0885",
+          "begin": 1584454,
+          "end": 1585575,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0549",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à Paris c'est les logements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0549"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0886",
+          "begin": 1584454,
+          "end": 1585575,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0549",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non je crois que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0549"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0887",
+          "begin": 1585575,
+          "end": 1585866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0550",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "son frère"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0550"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0888",
+          "begin": 1585866,
+          "end": 1586801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0551",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "avait le logement de sa"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0551"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0889",
+          "begin": 1585866,
+          "end": 1586801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0551",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est le logement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0551"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0890",
+          "begin": 1586801,
+          "end": 1588260,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0552",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tante ça allait bien mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0552"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0891",
+          "begin": 1588260,
+          "end": 1589739,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0553",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "autrement c'est cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0553"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0892",
+          "begin": 1589739,
+          "end": 1592844,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0554",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est très cher et puis ils sont chers et puis ils sont rares"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0554"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0893",
+          "begin": 1592844,
+          "end": 1593827,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0555",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0555"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0894",
+          "begin": 1593827,
+          "end": 1596455,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0555",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "comment ça se passe pour les logements on trouve euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0555"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0895",
+          "begin": 1596455,
+          "end": 1597804,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0555",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ou c'est dur aussi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0555"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0896",
+          "begin": 1598329,
+          "end": 1599550,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est assez dur hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0897",
+          "begin": 1599550,
+          "end": 1600389,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour les logements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0898",
+          "begin": 1600389,
+          "end": 1603466,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0557",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah c'est assez dur mais enfin depuis que les Américains sont partis c'est déjà"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0557"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0899",
+          "begin": 1603466,
+          "end": 1603781,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0558",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mieux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0558"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0900",
+          "begin": 1603466,
+          "end": 1603781,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0558",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0558"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0901",
+          "begin": 1603781,
+          "end": 1604287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0559",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "va mieux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0559"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0902",
+          "begin": 1604287,
+          "end": 1606891,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0560",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui parce que pendant un moment il y avait rien à faire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0560"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0903",
+          "begin": 1606891,
+          "end": 1607511,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0560",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pour en trouver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0560"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0904",
+          "begin": 1607511,
+          "end": 1611160,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0561",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et ça parce que qu'est-ce que ça a changé à Orléans les Américains ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0561"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0905",
+          "begin": 1611160,
+          "end": 1612476,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0562",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben ça a fait du chômage"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0562"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0906",
+          "begin": 1611160,
+          "end": 1612476,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0562",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah c'est-à-dire que ça a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0562"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0907",
+          "begin": 1612476,
+          "end": 1613597,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0563",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "fait du chômage"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0563"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0908",
+          "begin": 1613597,
+          "end": 1614293,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0564",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand ils sont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0564"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0909",
+          "begin": 1613597,
+          "end": 1614293,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0564",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0564"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0910",
+          "begin": 1614293,
+          "end": 1616320,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0565",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "partis ils en employaient beaucoup de personnel alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0565"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0911",
+          "begin": 1616320,
+          "end": 1617036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0566",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "forcément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0566"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0912",
+          "begin": 1616320,
+          "end": 1617036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0566",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0566"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0913",
+          "begin": 1617036,
+          "end": 1620809,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0567",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça a fait beaucoup beaucoup de chômage et c'est pour ça que j'ai eu tant de mal pour ma euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0567"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0914",
+          "begin": 1620809,
+          "end": 1621863,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0567",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pour le deuxième là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0567"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0915",
+          "begin": 1621863,
+          "end": 1622483,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0568",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0568"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0916",
+          "begin": 1622483,
+          "end": 1623962,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0569",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui j'ai eu du mal hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0569"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0917",
+          "begin": 1624754,
+          "end": 1627334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0570",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce que ça a changé la vie un peu à Orléans les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0570"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0918",
+          "begin": 1627334,
+          "end": 1627978,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0571",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "Américains ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0571"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0919",
+          "begin": 1627334,
+          "end": 1627978,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0571",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0571"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0920",
+          "begin": 1627978,
+          "end": 1630363,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0572",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "forcément ça faisait du mouvement p- davantage"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0572"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0921",
+          "begin": 1630363,
+          "end": 1631250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0572",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "forcément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0572"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0922",
+          "begin": 1631250,
+          "end": 1632085,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0573",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0573"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0923",
+          "begin": 1632085,
+          "end": 1632805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0574",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0574"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0924",
+          "begin": 1634498,
+          "end": 1635309,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0574",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "là ça a tout de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0574"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0925",
+          "begin": 1635309,
+          "end": 1635953,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0575",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "suite euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0575"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0926",
+          "begin": 1635309,
+          "end": 1635953,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0575",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0575"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0927",
+          "begin": 1635953,
+          "end": 1636673,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0576",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "fait un trou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0576"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0928",
+          "begin": 1637579,
+          "end": 1638724,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0576",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand ils sont partis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0576"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0929",
+          "begin": 1638724,
+          "end": 1639797,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0576",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça s'est senti"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0576"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0930",
+          "begin": 1639797,
+          "end": 1640298,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0577",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0577"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0931",
+          "begin": 1640298,
+          "end": 1640679,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0578",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ils s'enten-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0578"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0932",
+          "begin": 1640298,
+          "end": 1640679,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0578",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0578"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0933",
+          "begin": 1640679,
+          "end": 1641256,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0579",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0579"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0934",
+          "begin": 1640679,
+          "end": 1641256,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0579",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "eh bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0579"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0935",
+          "begin": 1641256,
+          "end": 1642854,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0580",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "même le commerce tout ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0580"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0936",
+          "begin": 1642854,
+          "end": 1643813,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0580",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors forcément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0580"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0937",
+          "begin": 1644629,
+          "end": 1645612,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0580",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tout se ressentait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0580"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0938",
+          "begin": 1645612,
+          "end": 1647954,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0581",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ils s'entendaient bien avec les Orléanais ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0581"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0939",
+          "begin": 1647954,
+          "end": 1648445,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0582",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0582"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0940",
+          "begin": 1647954,
+          "end": 1648445,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0582",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "comment ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0582"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0941",
+          "begin": 1648445,
+          "end": 1649061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0583",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0583"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0942",
+          "begin": 1648445,
+          "end": 1649061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0583",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ils s'entendaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0583"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0943",
+          "begin": 1649061,
+          "end": 1650640,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0584",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bien avec les Orléanais ça marchait bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0584"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0944",
+          "begin": 1650640,
+          "end": 1651885,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0585",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "entre les Orléanais et les Américains ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0585"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0945",
+          "begin": 1650640,
+          "end": 1651885,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0585",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0585"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0946",
+          "begin": 1651885,
+          "end": 1652634,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0586",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui ça avait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0586"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0947",
+          "begin": 1651885,
+          "end": 1652634,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0586",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ça dépend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0586"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0948",
+          "begin": 1652634,
+          "end": 1653564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0587",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "l'air d'aller ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0587"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0949",
+          "begin": 1653564,
+          "end": 1655058,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0588",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dépend y avait de tout quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0588"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0950",
+          "begin": 1653564,
+          "end": 1655058,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0588",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça dépend ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0588"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0951",
+          "begin": 1655058,
+          "end": 1656399,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0589",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça dépend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0589"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0952",
+          "begin": 1655058,
+          "end": 1656399,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0589",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0589"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0953",
+          "begin": 1655058,
+          "end": 1656399,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0589",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui mais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0589"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0954",
+          "begin": 1660581,
+          "end": 1662036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0590",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend aussi parce que les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0590"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0955",
+          "begin": 1662036,
+          "end": 1665093,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0590",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y avait des boîtes la nuit là ça marchait pas tellement hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0590"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0956",
+          "begin": 1665093,
+          "end": 1665522,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0591",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0591"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0957",
+          "begin": 1665522,
+          "end": 1666682,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0592",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à cause des amé- ? hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0592"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0958",
+          "begin": 1665522,
+          "end": 1666682,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0592",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y avait de la bagarre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0592"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0959",
+          "begin": 1666682,
+          "end": 1668032,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0593",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh souvent euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0593"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0960",
+          "begin": 1668032,
+          "end": 1668871,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0594",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0594"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0961",
+          "begin": 1669730,
+          "end": 1670379,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0595",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0595"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0962",
+          "begin": 1670379,
+          "end": 1671171,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0596",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "comment ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0596"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0963",
+          "begin": 1670379,
+          "end": 1671171,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0596",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh par exemple"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0596"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0964",
+          "begin": 1671171,
+          "end": 1671987,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0597",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans le faubourg Saint"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0597"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0965",
+          "begin": 1671987,
+          "end": 1672683,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0598",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "Vincent là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0598"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0966",
+          "begin": 1671987,
+          "end": 1672683,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0598",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est-à-dire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0598"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0967",
+          "begin": 1672683,
+          "end": 1673494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0599",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'ils buvaient et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0599"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0968",
+          "begin": 1673494,
+          "end": 1674262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0600",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "puis souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0600"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0969",
+          "begin": 1673494,
+          "end": 1674262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0600",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui ils b-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0600"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0970",
+          "begin": 1674262,
+          "end": 1675187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0601",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et ça amenait des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0601"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0971",
+          "begin": 1675187,
+          "end": 1676275,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0602",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "bagarres enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0602"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0972",
+          "begin": 1675187,
+          "end": 1676275,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0602",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0602"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0973",
+          "begin": 1676275,
+          "end": 1676991,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0603",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0603"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0974",
+          "begin": 1676991,
+          "end": 1679261,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui et puis souvent c'était à l'alcool euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0975",
+          "begin": 1679261,
+          "end": 1681121,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand ils buvaient moi j'en connaissais plein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0976",
+          "begin": 1681121,
+          "end": 1682795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui en avaient logés eh bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0977",
+          "begin": 1683511,
+          "end": 1684923,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tout valsait dans la maison"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0978",
+          "begin": 1686239,
+          "end": 1691533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je quand euh je venais pour faire le ménage euh j- je retrouvais des des verres cassés sous les meubles partout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0979",
+          "begin": 1692177,
+          "end": 1693131,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils cassaient tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0980",
+          "begin": 1693714,
+          "end": 1694816,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand ils étaient comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0981",
+          "begin": 1695727,
+          "end": 1696376,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0605",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0605"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0982",
+          "begin": 1696376,
+          "end": 1697287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0606",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0606"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0983",
+          "begin": 1697287,
+          "end": 1698866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0607",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et y en avait pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0607"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0984",
+          "begin": 1698866,
+          "end": 1700564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0607",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "enfin ils avaient pas des contacts"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0607"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0985",
+          "begin": 1700564,
+          "end": 1701818,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0607",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "personnels avec les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0607"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0986",
+          "begin": 1701818,
+          "end": 1703940,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0608",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "Orléanais enfin y en a pas qui étaient amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0608"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0987",
+          "begin": 1701818,
+          "end": 1703940,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0608",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah si ah si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0608"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0988",
+          "begin": 1703940,
+          "end": 1704513,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0989",
+          "begin": 1705257,
+          "end": 1707880,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a pas mal qui se sont mariées avec des Américains"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0990",
+          "begin": 1707880,
+          "end": 1710074,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a pas mal qui sont parties en Amérique mais enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0991",
+          "begin": 1712292,
+          "end": 1715011,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a beaucoup qui travaillaient chez les Américains et ils finissent comptables"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0992",
+          "begin": 1717234,
+          "end": 1719433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi j'en connais beaucoup qui se sont mariées comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0993",
+          "begin": 1719433,
+          "end": 1720463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0610",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0610"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0994",
+          "begin": 1720463,
+          "end": 1721083,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0611",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0611"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0995",
+          "begin": 1722709,
+          "end": 1724528,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0611",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça a pas toujours réussi mais enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0611"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0996",
+          "begin": 1726297,
+          "end": 1728038,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0612",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous pensez de ce genre de mariages ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0612"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0997",
+          "begin": 1731425,
+          "end": 1732312,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0613",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0613"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0998",
+          "begin": 1732312,
+          "end": 1733504,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0614",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "faut que ça plaise euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0614"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a0999",
+          "begin": 1733504,
+          "end": 1734745,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0615",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ? faut que ça plaise ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0615"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1000",
+          "begin": 1734745,
+          "end": 1735227,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0616",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0616"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1001",
+          "begin": 1734745,
+          "end": 1735227,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0616",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0616"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1002",
+          "begin": 1735227,
+          "end": 1735661,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0617",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "plairait pas à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0617"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1003",
+          "begin": 1735661,
+          "end": 1736143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0618",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0618"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1004",
+          "begin": 1735661,
+          "end": 1736143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0618",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0618"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1005",
+          "begin": 1736143,
+          "end": 1736630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0619",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça me plairait pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0619"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1006",
+          "begin": 1736143,
+          "end": 1736630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0619",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0619"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1007",
+          "begin": 1736630,
+          "end": 1737088,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0620",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "du tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0620"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1008",
+          "begin": 1738476,
+          "end": 1739029,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0621",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0621"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1009",
+          "begin": 1739029,
+          "end": 1741152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0622",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "les plus terribles c'était les Noirs je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0622"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1010",
+          "begin": 1741152,
+          "end": 1742349,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0622",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0622"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1011",
+          "begin": 1742349,
+          "end": 1743427,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0623",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les Américains noirs oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0623"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1012",
+          "begin": 1742349,
+          "end": 1743427,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0623",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est que celles qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0623"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1013",
+          "begin": 1743427,
+          "end": 1745960,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0624",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "travaillaient aux Américains elles redoutaient les Noirs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0624"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1014",
+          "begin": 1745960,
+          "end": 1746561,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0625",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0625"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1015",
+          "begin": 1746561,
+          "end": 1747544,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0626",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0626"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1016",
+          "begin": 1747544,
+          "end": 1748884,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0627",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0627"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1017",
+          "begin": 1748884,
+          "end": 1750720,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ben je sais pas ils disaient que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1018",
+          "begin": 1750720,
+          "end": 1753248,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils étaient terribles quoi ils étaient plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1019",
+          "begin": 1753248,
+          "end": 1754679,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas du tout le même genre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1020",
+          "begin": 1755371,
+          "end": 1757999,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "les Blancs ça allait encore mais les Noirs elles les aimaient pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1021",
+          "begin": 1759292,
+          "end": 1760632,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0629",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ? comment ils étaient les Noirs ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0629"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1022",
+          "begin": 1761610,
+          "end": 1762554,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0630",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0630"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1023",
+          "begin": 1763833,
+          "end": 1764713,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0630",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0630"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1024",
+          "begin": 1765865,
+          "end": 1768159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0632",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi j'ai pas travaillé j'ai jamais travaillé avec eux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0632"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1025",
+          "begin": 1768708,
+          "end": 1769309,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0633",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0633"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1026",
+          "begin": 1768708,
+          "end": 1769309,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0633",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y a beaucoup"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0633"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1027",
+          "begin": 1769309,
+          "end": 1771222,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0634",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui s'irritent parce qu'ils gagnaient davantage"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0634"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1028",
+          "begin": 1771222,
+          "end": 1771990,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0635",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0635"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1029",
+          "begin": 1772926,
+          "end": 1773498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1030",
+          "begin": 1773498,
+          "end": 1775892,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand ils ont retombé dans les salaires de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1031",
+          "begin": 1775892,
+          "end": 1777848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "d'Orléans ça leur a semblé dur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1032",
+          "begin": 1778759,
+          "end": 1780338,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'était pas du tout pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1033",
+          "begin": 1783567,
+          "end": 1787387,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0637",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "dans l'ensemble les gens ont regretté quand ils sont partis ou euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0637"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1034",
+          "begin": 1787387,
+          "end": 1789748,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0637",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ils étaient mécontents ou ils étaient plutôt soulagés"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0637"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1035",
+          "begin": 1789748,
+          "end": 1790731,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0638",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "les Orléanais ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0638"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1036",
+          "begin": 1789748,
+          "end": 1790731,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0638",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0638"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1037",
+          "begin": 1790731,
+          "end": 1793431,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0639",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui la plupart ils étaient soulagés des Américains mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0639"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1038",
+          "begin": 1793431,
+          "end": 1795439,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0639",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est surtout pour le travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0639"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1039",
+          "begin": 1795439,
+          "end": 1796398,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0639",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'ils"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0639"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1040",
+          "begin": 1796398,
+          "end": 1796856,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0640",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0640"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1041",
+          "begin": 1796856,
+          "end": 1798196,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0641",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils étaient pas tellement contents"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0641"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1042",
+          "begin": 1798196,
+          "end": 1798554,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0642",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0642"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1043",
+          "begin": 1800228,
+          "end": 1800991,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0643",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a d'abord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0643"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1044",
+          "begin": 1800991,
+          "end": 1802374,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0644",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui ont pas pu se replacer c'est c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0644"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1045",
+          "begin": 1802374,
+          "end": 1802971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0645",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "celles qui avaient une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0645"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1046",
+          "begin": 1802374,
+          "end": 1802971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0645",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0645"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1047",
+          "begin": 1802971,
+          "end": 1803763,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0646",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quarantaine d'années"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0646"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1048",
+          "begin": 1804841,
+          "end": 1806515,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0646",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "des jeunes encore ils y arriveraient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0646"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1049",
+          "begin": 1806515,
+          "end": 1810808,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0646",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "puis y en a qui zé- elles étaient occupées par les Américains qui avaient aucun diplôme rien du tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0646"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1050",
+          "begin": 1811457,
+          "end": 1813441,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0646",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ou bien juste leur certificat d'études"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0646"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1051",
+          "begin": 1813441,
+          "end": 1813918,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0647",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0647"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1052",
+          "begin": 1813918,
+          "end": 1816231,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0648",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais alors après quand ils ont voulu se replacer ailleurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0648"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1053",
+          "begin": 1816827,
+          "end": 1818998,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0648",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'ils avaient pas di- diplôme ni rien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0648"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1054",
+          "begin": 1818998,
+          "end": 1821197,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0648",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "venant des Américains ben ils s'en méfiaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0648"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1055",
+          "begin": 1821197,
+          "end": 1823968,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0648",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "les patrons y en a beaucoup cou- qui ne voulaient pas les embaucher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0648"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1056",
+          "begin": 1823968,
+          "end": 1825137,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0649",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "parce qu'ils venaient de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0649"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1057",
+          "begin": 1825137,
+          "end": 1826239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0650",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de chez les Américains ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0650"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1058",
+          "begin": 1825137,
+          "end": 1826239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0650",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "les Américains"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0650"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1059",
+          "begin": 1826239,
+          "end": 1829630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils s'en méfiaient parce que y en a qui avaient pas grand-chose comme euh instruction"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1060",
+          "begin": 1830512,
+          "end": 1832635,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors ils préféraient prendre une qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1061",
+          "begin": 1832635,
+          "end": 1833570,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui avait des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1062",
+          "begin": 1833570,
+          "end": 1835530,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "des diplômes plutôt qu'une que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1063",
+          "begin": 1835530,
+          "end": 1836603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui venait des Américains"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1064",
+          "begin": 1838630,
+          "end": 1838988,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0652",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0652"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1065",
+          "begin": 1839799,
+          "end": 1842594,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0653",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a quand ils étaient employés on se demandait ce qu'ils faisaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0653"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1066",
+          "begin": 1842594,
+          "end": 1843290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0653",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors bah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0653"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1067",
+          "begin": 1843290,
+          "end": 1843910,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0654",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0654"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1068",
+          "begin": 1843910,
+          "end": 1844411,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0655",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0655"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1069",
+          "begin": 1845174,
+          "end": 1845961,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0656",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0656"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1070",
+          "begin": 1845961,
+          "end": 1847440,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0657",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "non parce que ils avaient pas de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0657"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1071",
+          "begin": 1847440,
+          "end": 1848661,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0657",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas d'instruction pour faire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0657"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1072",
+          "begin": 1848661,
+          "end": 1849286,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0658",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0658"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1073",
+          "begin": 1848661,
+          "end": 1849286,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0658",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0658"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1074",
+          "begin": 1849286,
+          "end": 1850483,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0659",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ce qu'ils se disaient et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0659"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1075",
+          "begin": 1851723,
+          "end": 1854566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0659",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ils se disaient secrétaire ou ainsi de suite ils avaient pas de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0659"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1076",
+          "begin": 1854566,
+          "end": 1856049,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0659",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas d'instruction quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0659"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1077",
+          "begin": 1856049,
+          "end": 1856645,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0660",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0660"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1078",
+          "begin": 1856645,
+          "end": 1857051,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0661",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0661"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1079",
+          "begin": 1859512,
+          "end": 1864043,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0662",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous en fait euh tout à l'heure on parlait du logement vous avez trouvé facilement un logement vous-même ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0662"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1080",
+          "begin": 1864043,
+          "end": 1867172,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0663",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh du temps qu'ils étaient là on n'avait rien du tout moi j'en j'avais un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0663"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1081",
+          "begin": 1867172,
+          "end": 1870038,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0663",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "j'avais un logement tout à fait infect"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0663"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1082",
+          "begin": 1870038,
+          "end": 1870539,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0664",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0664"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1083",
+          "begin": 1870539,
+          "end": 1874689,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0665",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas moyen de me trouver autre chose et pourtant nous on travaillait tous les deux à la ville"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0665"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1084",
+          "begin": 1874689,
+          "end": 1875314,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0666",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0666"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1085",
+          "begin": 1875314,
+          "end": 1878014,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0667",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "on pouvait pas arriver à avoir un logement même pas un HLM"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0667"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1086",
+          "begin": 1879497,
+          "end": 1880475,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0667",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "on pouvait pas y arriver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0667"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1087",
+          "begin": 1881381,
+          "end": 1883217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0668",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ce logement-ci vous l'avez eu après le départ des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0668"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1088",
+          "begin": 1883217,
+          "end": 1884434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Américains alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1089",
+          "begin": 1883217,
+          "end": 1884434,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1090",
+          "begin": 1884434,
+          "end": 1885220,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0670",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0670"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1091",
+          "begin": 1885220,
+          "end": 1889895,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0670",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh quand même à la fin mais l- les enfants étaient grands mais ils couchaient tous les trois dans la même pièce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0670"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1092",
+          "begin": 1890520,
+          "end": 1892504,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0670",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "puis alors tous les tout était l'un sur l'autre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0670"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1093",
+          "begin": 1892504,
+          "end": 1893935,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0670",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "on était vraiment mal logé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0670"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1094",
+          "begin": 1894631,
+          "end": 1894989,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0671",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0671"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1095",
+          "begin": 1894631,
+          "end": 1894989,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0671",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0671"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1096",
+          "begin": 1894989,
+          "end": 1899067,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0672",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en avait que pour les Américains c'était pas la peine de chercher on avait beau chercher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0672"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1097",
+          "begin": 1899067,
+          "end": 1901647,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0672",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est d'abord les logements étaient très très chers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0672"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1098",
+          "begin": 1901647,
+          "end": 1903965,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0672",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi j'ai vu des gens ranger des greniers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0672"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1099",
+          "begin": 1903965,
+          "end": 1908215,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0672",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ou des sous-sols pour s- le se loger pour loger donner leur maison aux Américains"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0672"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1100",
+          "begin": 1908215,
+          "end": 1909102,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0673",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0673"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1101",
+          "begin": 1909102,
+          "end": 1909412,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0674",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0674"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1102",
+          "begin": 1909412,
+          "end": 1910342,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0674",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0674"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1103",
+          "begin": 1910342,
+          "end": 1914305,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0675",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ceux qui avaient trois quatre sous ils achetaient des maisons pour euh loger les Américains"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0675"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1104",
+          "begin": 1914305,
+          "end": 1916213,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0675",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça leur rapportait parce qu'ils louaient ça très"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0675"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1105",
+          "begin": 1916213,
+          "end": 1916571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0676",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0676"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1106",
+          "begin": 1916213,
+          "end": 1916571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0676",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ils louaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0676"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1107",
+          "begin": 1916571,
+          "end": 1917220,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0677",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça cher ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0677"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1108",
+          "begin": 1917220,
+          "end": 1918441,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0678",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "eux aussi compensaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0678"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1109",
+          "begin": 1918441,
+          "end": 1919567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0679",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0679"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1110",
+          "begin": 1918441,
+          "end": 1919567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0679",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0679"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1111",
+          "begin": 1919567,
+          "end": 1920621,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0680",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors forcément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0680"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1112",
+          "begin": 1921694,
+          "end": 1925939,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0680",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi j'ai vu des des greniers loués des trente ou trente-cinq mille francs par mois à ce moment -là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0680"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1113",
+          "begin": 1927656,
+          "end": 1930375,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0681",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mais mais qu'est-ce qu'ils faisaient ici tous ces Américains ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0681"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1114",
+          "begin": 1930375,
+          "end": 1931834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0681",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ils étaient là pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0681"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1115",
+          "begin": 1931834,
+          "end": 1933671,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0682",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ben je je sais peut-être pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0682"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1116",
+          "begin": 1933671,
+          "end": 1936704,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0682",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je sais pas trop ils occupaient quoi c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0682"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1117",
+          "begin": 1936704,
+          "end": 1938922,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0682",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je sais pas trop ce qu'ils faisaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0682"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1118",
+          "begin": 1938922,
+          "end": 1939590,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0683",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ouais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0683"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1119",
+          "begin": 1941646,
+          "end": 1945609,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0684",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "tout à l'heure on parlait de de distractions qu'est-ce qu'il y a comme distractions dans l'année euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0684"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1120",
+          "begin": 1945609,
+          "end": 1946253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0684",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0684"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1121",
+          "begin": 1947064,
+          "end": 1947784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0685",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans l'année ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0685"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1122",
+          "begin": 1947784,
+          "end": 1948500,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0686",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0686"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1123",
+          "begin": 1947784,
+          "end": 1948500,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0686",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à part"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0686"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1124",
+          "begin": 1948500,
+          "end": 1949530,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0687",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ceux qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0687"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1125",
+          "begin": 1949530,
+          "end": 1951986,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0687",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu- qui travaillaient chez eux les autres ils leur prêtaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0687"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1126",
+          "begin": 1954591,
+          "end": 1955144,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0690",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0690"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1127",
+          "begin": 1954591,
+          "end": 1955144,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0690",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "enfin c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0690"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1128",
+          "begin": 1956103,
+          "end": 1958182,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0692",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au mois de mai y a la fête de Jeanne d'Arc"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0692"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1129",
+          "begin": 1958182,
+          "end": 1959303,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0693",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la fête de Jeanne d'Arc ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0693"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1130",
+          "begin": 1959303,
+          "end": 1959828,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0694",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0694"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1131",
+          "begin": 1959828,
+          "end": 1960494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0695",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qu'est-ce que c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0695"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1132",
+          "begin": 1959828,
+          "end": 1960494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0695",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0695"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1133",
+          "begin": 1960494,
+          "end": 1961364,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0696",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "la fête de Jeanne d'Arc ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0696"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1134",
+          "begin": 1962203,
+          "end": 1965161,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0697",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est un défilé à Orléans et puis le soir y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0697"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1135",
+          "begin": 1965161,
+          "end": 1966716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0697",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un feu d'artifices euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0697"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1136",
+          "begin": 1966716,
+          "end": 1968629,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0697",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "enfin quand on l'a vu une fois euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0697"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1137",
+          "begin": 1968629,
+          "end": 1969325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0697",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0697"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1138",
+          "begin": 1970375,
+          "end": 1971571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0698",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous pouvez raconter un peu comment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0698"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1139",
+          "begin": 1971571,
+          "end": 1972173,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0699",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça se passe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0699"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1140",
+          "begin": 1973103,
+          "end": 1974963,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0700",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est un défilé euh y a l-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0700"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1141",
+          "begin": 1974963,
+          "end": 1976489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0700",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le matin c'est l- y a d-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0700"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1142",
+          "begin": 1976489,
+          "end": 1978373,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0700",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les provinces qui viennent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0700"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1143",
+          "begin": 1978373,
+          "end": 1978898,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0701",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0701"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1144",
+          "begin": 1978898,
+          "end": 1979828,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0702",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais de tous les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0702"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1145",
+          "begin": 1981307,
+          "end": 1983596,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0702",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tous d- un peu des environs et puis y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0702"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1146",
+          "begin": 1988805,
+          "end": 1992287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0702",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "théoriquement y a y a une euh une étudiante qui fait Jeanne d'Arc"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0702"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1147",
+          "begin": 1992793,
+          "end": 1993632,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0703",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est pourquoi c'est toujours"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0703"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1148",
+          "begin": 1993632,
+          "end": 1994610,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0704",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "une étudiante ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0704"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1149",
+          "begin": 1993632,
+          "end": 1994610,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0704",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0704"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1150",
+          "begin": 1995039,
+          "end": 1996446,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0706",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est oui c'est une étudiante oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0706"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1151",
+          "begin": 1996446,
+          "end": 1997543,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0707",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0707"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1152",
+          "begin": 1997543,
+          "end": 1998931,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0707",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "on choisit toujours une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0707"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1153",
+          "begin": 1998931,
+          "end": 1999742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0708",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "étudiante ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0708"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1154",
+          "begin": 1998931,
+          "end": 1999742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0708",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0708"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1155",
+          "begin": 1999742,
+          "end": 2000625,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0709",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en principe oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0709"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1156",
+          "begin": 2001822,
+          "end": 2002442,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0710",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0710"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1157",
+          "begin": 2002442,
+          "end": 2003897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0710",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et comment ça se fait ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0710"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1158",
+          "begin": 2003897,
+          "end": 2005762,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0710",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "comment on la choisit d'abord ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0710"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1159",
+          "begin": 2007102,
+          "end": 2009201,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0711",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qui est-ce qui choisit comment c'est fait ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0711"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1160",
+          "begin": 2012067,
+          "end": 2012687,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0712",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0712"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1161",
+          "begin": 2013713,
+          "end": 2014839,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0713",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça ne se v-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0713"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1162",
+          "begin": 2014839,
+          "end": 2015511,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0714",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0714"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1163",
+          "begin": 2015511,
+          "end": 2016155,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0715",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0715"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1164",
+          "begin": 2018278,
+          "end": 2019904,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0715",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça se décide où alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0715"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1165",
+          "begin": 2022265,
+          "end": 2023362,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0716",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça doit être à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0716"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1166",
+          "begin": 2023362,
+          "end": 2024702,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0716",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça doit être à la mairie"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0716"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1167",
+          "begin": 2024702,
+          "end": 2025608,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0717",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0717"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1168",
+          "begin": 2028732,
+          "end": 2030187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0718",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous en pensez de ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0718"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1169",
+          "begin": 2031885,
+          "end": 2035538,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0719",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben ça c'est une tradition mais j'ai l'impression que quand on l'a vu une fois euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0719"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1170",
+          "begin": 2037160,
+          "end": 2037947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0719",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0719"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1171",
+          "begin": 2039879,
+          "end": 2041052,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0719",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement intéressant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0719"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1172",
+          "begin": 2041696,
+          "end": 2042388,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0720",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais on n'a pas eu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0720"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1173",
+          "begin": 2042388,
+          "end": 2043084,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0721",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "affaire beaucoup"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0721"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1174",
+          "begin": 2042388,
+          "end": 2043084,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0721",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0721"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1175",
+          "begin": 2043084,
+          "end": 2044014,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0722",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à elle hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0722"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1176",
+          "begin": 2044014,
+          "end": 2047902,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0723",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais c'est elles sont mais comment elles sont choisies enfin celles qui jouent Jeanne d'Arc ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0723"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1177",
+          "begin": 2047902,
+          "end": 2048497,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0723",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0723"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1178",
+          "begin": 2048497,
+          "end": 2050214,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0723",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "il faut que ce soit une fille jolie euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0723"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1179",
+          "begin": 2050214,
+          "end": 2051764,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0724",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui qui ressemble un peu à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0724"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1180",
+          "begin": 2052575,
+          "end": 2053887,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0724",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui ait les cheveux courts euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0724"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1181",
+          "begin": 2053887,
+          "end": 2054488,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0725",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0725"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1182",
+          "begin": 2054488,
+          "end": 2055709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0726",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'elle soit au lycée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0726"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1183",
+          "begin": 2055709,
+          "end": 2057526,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0726",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils en prennent surtout au lycée hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0726"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1184",
+          "begin": 2057526,
+          "end": 2058027,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0727",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0727"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1185",
+          "begin": 2058027,
+          "end": 2059653,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour faire Jeanne d'Arc euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1186",
+          "begin": 2059653,
+          "end": 2060321,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1187",
+          "begin": 2060321,
+          "end": 2061275,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est une f-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1188",
+          "begin": 2061275,
+          "end": 2064518,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une étudiante du lycée je crois elle est en première en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1189",
+          "begin": 2064518,
+          "end": 2066450,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "il faut qu'elle sache euh monter à cheval"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1190",
+          "begin": 2067099,
+          "end": 2068129,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0729",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0729"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1191",
+          "begin": 2068129,
+          "end": 2070156,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0730",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "vous avez leurs écoles je sais pas en forêt"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0730"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1192",
+          "begin": 2070156,
+          "end": 2072899,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0731",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "je sais pas quelqu'un m'a dit qu'il fallait qu'elle ait fait du latin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0731"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1193",
+          "begin": 2072899,
+          "end": 2073357,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0732",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0732"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1194",
+          "begin": 2076271,
+          "end": 2077201,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0733",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis je sais pas quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0733"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1195",
+          "begin": 2082734,
+          "end": 2083287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0734",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0734"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1196",
+          "begin": 2085147,
+          "end": 2087103,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0735",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous vous où est-ce que vous avez été à l'école alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0735"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1197",
+          "begin": 2088753,
+          "end": 2089397,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0736",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0736"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1198",
+          "begin": 2089397,
+          "end": 2090709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0736",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à part la chambre de commerce ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0736"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1199",
+          "begin": 2090709,
+          "end": 2091729,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0737",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui avant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0737"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1200",
+          "begin": 2091729,
+          "end": 2093618,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh l'école primaire euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1201",
+          "begin": 2093618,
+          "end": 2094982,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0739",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "rue Château Gaillard"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0739"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1202",
+          "begin": 2093618,
+          "end": 2094982,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0739",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0739"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1203",
+          "begin": 2094982,
+          "end": 2096036,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0740",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "rue Château Gaillard là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0740"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1204",
+          "begin": 2096036,
+          "end": 2097014,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0741",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "rue Château Gaillard oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0741"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1205",
+          "begin": 2099070,
+          "end": 2101054,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0741",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et c'était bien enfin vous étiez contente là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0741"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1206",
+          "begin": 2103515,
+          "end": 2104254,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0742",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0742"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1207",
+          "begin": 2104254,
+          "end": 2106925,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0742",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on se rend pas tellement compte à l'école primaire hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0742"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1208",
+          "begin": 2106925,
+          "end": 2107402,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0743",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0743"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1209",
+          "begin": 2108976,
+          "end": 2109882,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0744",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui ça allait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0744"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1210",
+          "begin": 2109882,
+          "end": 2110431,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0745",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0745"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1211",
+          "begin": 2110431,
+          "end": 2110960,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0746",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0746"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1212",
+          "begin": 2110960,
+          "end": 2111700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0747",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0747"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1213",
+          "begin": 2111700,
+          "end": 2112253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0748",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pensez avant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0748"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1214",
+          "begin": 2111700,
+          "end": 2112253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0748",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a eu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0748"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1215",
+          "begin": 2112253,
+          "end": 2115735,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "du mal pour débuter parce que elle avait eu des ennuis étant jeune"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1216",
+          "begin": 2116670,
+          "end": 2118273,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "étant jeune elle avait été"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1217",
+          "begin": 2118273,
+          "end": 2122742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "opérée très tard de l'appendicite alors le médecin s'en était pas aperçu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1218",
+          "begin": 2123505,
+          "end": 2125675,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors après il a fallu lui donner"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1219",
+          "begin": 2125675,
+          "end": 2129968,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pour la remettre euh sur pieds il a fallu lui donner des choses bien plus fortes qu'elle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1220",
+          "begin": 2129968,
+          "end": 2130426,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1221",
+          "begin": 2130426,
+          "end": 2133316,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0751",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et elle et ses études s'en sont aperçu quand elle a débuté à Paris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0751"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1222",
+          "begin": 2133817,
+          "end": 2134938,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0751",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle allait à l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0751"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1223",
+          "begin": 2134938,
+          "end": 2135491,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0752",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0752"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1224",
+          "begin": 2135491,
+          "end": 2136851,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0753",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle eu beaucoup beaucoup de mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0753"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1225",
+          "begin": 2137500,
+          "end": 2138149,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0754",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0754"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1226",
+          "begin": 2140372,
+          "end": 2143978,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0755",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a encore assez de mérite d'avoir être arrivée comme elle est arrivée quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0755"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1227",
+          "begin": 2143978,
+          "end": 2144627,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0756",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0756"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1228",
+          "begin": 2144627,
+          "end": 2147040,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0757",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui parce que le début était très très dur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0757"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1229",
+          "begin": 2147040,
+          "end": 2148113,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0757",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais c'était pas de sa faute"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0757"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1230",
+          "begin": 2150379,
+          "end": 2153174,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0757",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça les médecins s- ne le voient pas quand ils sont trop jeunes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0757"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1231",
+          "begin": 2154228,
+          "end": 2154943,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0758",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0758"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1232",
+          "begin": 2154228,
+          "end": 2154943,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0758",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0758"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1233",
+          "begin": 2154943,
+          "end": 2155449,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0759",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0759"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1234",
+          "begin": 2155449,
+          "end": 2158649,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0759",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle était vraiment à la dernière extrémité quand ils l'ont opérée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0759"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1235",
+          "begin": 2158649,
+          "end": 2161559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0760",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous aimez mieux avoir un docteur qui est plus âgé ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0760"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1236",
+          "begin": 2162446,
+          "end": 2162947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0761",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ben pourtant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0761"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1237",
+          "begin": 2162947,
+          "end": 2163977,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0762",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "déjà celui-là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0762"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1238",
+          "begin": 2162947,
+          "end": 2163977,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0762",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qu'un jeune ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0762"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1239",
+          "begin": 2163977,
+          "end": 2165170,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il avait assez de pratique"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1240",
+          "begin": 2165170,
+          "end": 2166892,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il l'a soignée trois semaines pour l'intestin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1241",
+          "begin": 2167660,
+          "end": 2169191,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il avait pas vu que c'était l'appendicite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1242",
+          "begin": 2171027,
+          "end": 2174867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors après a fallu lui donner streptomycine pénicilline et tout ça et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1243",
+          "begin": 2174867,
+          "end": 2176470,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand je lui ai dit ma fille est pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1244",
+          "begin": 2176470,
+          "end": 2178897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "comme avant docteur il m'a répondu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1245",
+          "begin": 2179546,
+          "end": 2180934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y avait que ça pour la sauver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1246",
+          "begin": 2182465,
+          "end": 2185708,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il dit c'était beaucoup trop fort pour elle mais y avait que ça pour la sauver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1247",
+          "begin": 2185708,
+          "end": 2188498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il dit ça reviendra"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1248",
+          "begin": 2185708,
+          "end": 2188498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1249",
+          "begin": 2188498,
+          "end": 2192123,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a commencé à à aller mieux elle avait bien une dizaine d'années"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1250",
+          "begin": 2192123,
+          "end": 2192791,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0764",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0764"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1251",
+          "begin": 2192791,
+          "end": 2194751,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle avait été opérée elle avait à peine quatre ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1252",
+          "begin": 2196442,
+          "end": 2197208,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1253",
+          "begin": 2197208,
+          "end": 2200255,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "après il a fallu qu'elle y en mette un coup pour arriver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1254",
+          "begin": 2200255,
+          "end": 2205674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et même quand elle a passé le l'orientation professionnelle la dame m'a dit vous savez si elle arrive elle aura du mérite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1255",
+          "begin": 2208731,
+          "end": 2210067,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parce que elle a eu du mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1256",
+          "begin": 2210067,
+          "end": 2211980,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0766",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous choisissez votre médecin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0766"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1257",
+          "begin": 2213201,
+          "end": 2215209,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0767",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "bah c'était un médecin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0767"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1258",
+          "begin": 2215209,
+          "end": 2219101,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0767",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "que l'on avait tout près de nous c'était un docteur que l'on connaissait depuis longtemps qui avait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0767"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1259",
+          "begin": 2219101,
+          "end": 2220179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0768",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "assez de pratique"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0768"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1260",
+          "begin": 2219101,
+          "end": 2220179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0768",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0768"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1261",
+          "begin": 2222235,
+          "end": 2227152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0769",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ben forcément ça m'avait refroidie parce que j- après j'avais plus ou moins confiance en lui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0769"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1262",
+          "begin": 2227152,
+          "end": 2227844,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0769",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "forcément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0769"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1263",
+          "begin": 2227844,
+          "end": 2228254,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0770",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0770"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1264",
+          "begin": 2229137,
+          "end": 2230096,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0771",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0771"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1265",
+          "begin": 2230096,
+          "end": 2233010,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0771",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "sans ça c'est pas une question qu'ils étaient malades ils ont jamais été malades"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0771"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1266",
+          "begin": 2233010,
+          "end": 2233654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0772",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0772"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1267",
+          "begin": 2233654,
+          "end": 2235090,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas plus les uns que les autres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1268",
+          "begin": 2235090,
+          "end": 2235619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1269",
+          "begin": 2236549,
+          "end": 2239149,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "le docteur me dit je celle-là je la connais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1270",
+          "begin": 2240012,
+          "end": 2241586,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je savais même pas que vous l'aviez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1271",
+          "begin": 2242516,
+          "end": 2243709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a jamais été malade"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1272",
+          "begin": 2243709,
+          "end": 2244310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "jamais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1273",
+          "begin": 2246604,
+          "end": 2250444,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et ça c'est plutôt un petit accident quoi c'est le docteur qui a été fautif"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1274",
+          "begin": 2250444,
+          "end": 2251379,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qui n'avait pas vu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1275",
+          "begin": 2252290,
+          "end": 2253225,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0773",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'elle avait l'appendicite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0773"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1276",
+          "begin": 2254327,
+          "end": 2254642,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0774",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0774"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1277",
+          "begin": 2255625,
+          "end": 2259159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0775",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais je l'ai vue dans un drôle d'état je me demandais bien si elle s'en remettrait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0775"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1278",
+          "begin": 2261091,
+          "end": 2263170,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0775",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ben oui j'ai été trois semaines vers elle euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0775"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1279",
+          "begin": 2263170,
+          "end": 2264554,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0775",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "nuit et jour à l'hôpital"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0775"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1280",
+          "begin": 2266657,
+          "end": 2267540,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0776",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui à ce point-là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0776"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1281",
+          "begin": 2270764,
+          "end": 2272100,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0777",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "tout à l'heure on parlait de l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0777"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1282",
+          "begin": 2272629,
+          "end": 2274108,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0777",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à votre avis qu'est-ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0777"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1283",
+          "begin": 2274108,
+          "end": 2276404,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0777",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qu'on devrait enseigner aux enfants avant tout à l'école ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0777"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1284",
+          "begin": 2278913,
+          "end": 2279752,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0778",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "avant tout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0778"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1285",
+          "begin": 2279752,
+          "end": 2280468,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0779",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0779"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1286",
+          "begin": 2284718,
+          "end": 2287489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0780",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a commencé à aller à l'école elle me faisait les lettres à l'envers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0780"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1287",
+          "begin": 2288753,
+          "end": 2290737,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0780",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il aurait fallu les regarder dans une glace"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0780"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1288",
+          "begin": 2290737,
+          "end": 2293289,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0780",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle écrivait de la main gauche et elle faisait les lettres à l'envers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0780"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1289",
+          "begin": 2294605,
+          "end": 2295512,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0781",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0781"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1290",
+          "begin": 2295512,
+          "end": 2296781,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0782",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous étiez gauchère"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0782"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1291",
+          "begin": 2296781,
+          "end": 2297549,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0782",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "gauchère ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0782"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1292",
+          "begin": 2297549,
+          "end": 2298618,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0783",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0783"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1293",
+          "begin": 2297549,
+          "end": 2298618,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0783",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "gauchère et les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0783"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1294",
+          "begin": 2298618,
+          "end": 2301923,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0784",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "lettres à l'envers alors il aurait fallu regarder dans une glace pour voir euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0784"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1295",
+          "begin": 2301923,
+          "end": 2302710,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0784",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ce qu'elle mettait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0784"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1296",
+          "begin": 2302710,
+          "end": 2303549,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0785",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0785"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1297",
+          "begin": 2303549,
+          "end": 2306244,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0786",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors qu'elle faisait pas un e comme ça elle faisait comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0786"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1298",
+          "begin": 2306960,
+          "end": 2307466,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0788",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0788"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1299",
+          "begin": 2308353,
+          "end": 2309832,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0789",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "la maîtresse d'ailleurs s'en occupait plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0789"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1300",
+          "begin": 2310791,
+          "end": 2315279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0789",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle l'avait mis dans un coin et elle m'a dit moi j'ai quarante élèves euh je peux pas m'occuper d'une séparément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0789"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1301",
+          "begin": 2316066,
+          "end": 2316519,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0790",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0790"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1302",
+          "begin": 2317068,
+          "end": 2317526,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ouais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1303",
+          "begin": 2317526,
+          "end": 2320655,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors elle l'a laissée dans un coin avec une feuille de papier et un crayon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1304",
+          "begin": 2320655,
+          "end": 2321924,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "fais ce que tu voudras"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1305",
+          "begin": 2321924,
+          "end": 2326579,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors moi elle revenait le soir elle me disait ça et j'ai dit m- ma petite fille la maîtresse a pas le droit de faire ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1306",
+          "begin": 2326579,
+          "end": 2328558,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle me disait si maman je t'assure"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1307",
+          "begin": 2328558,
+          "end": 2330180,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0791",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "demande à mes camarades"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0791"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1308",
+          "begin": 2330180,
+          "end": 2331353,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0792",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et le fait est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0792"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1309",
+          "begin": 2331353,
+          "end": 2333595,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0792",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je me suis renseignée puis j'ai vu que c'était vrai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0792"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1310",
+          "begin": 2333595,
+          "end": 2334077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0793",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0793"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1311",
+          "begin": 2335686,
+          "end": 2339524,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors c'est moi qui lui ai appris à l- à écrire euh j'ai j'ai toujours suivi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1312",
+          "begin": 2339524,
+          "end": 2341103,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a fini par rattraper"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1313",
+          "begin": 2343016,
+          "end": 2344309,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "rattraper enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1314",
+          "begin": 2344309,
+          "end": 2346937,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle était avec un petit peu de retard mais enfin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1315",
+          "begin": 2346937,
+          "end": 2348468,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'était euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1316",
+          "begin": 2348468,
+          "end": 2349756,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0794",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'était acceptable"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0794"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1317",
+          "begin": 2349756,
+          "end": 2350452,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0795",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0795"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1318",
+          "begin": 2350452,
+          "end": 2352579,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0796",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "vu le mal qu'elle avait eu au début"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0796"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1319",
+          "begin": 2354439,
+          "end": 2355322,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0797",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0797"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1320",
+          "begin": 2356758,
+          "end": 2358575,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0798",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui alors qu'est-ce que vous en pensez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0798"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1321",
+          "begin": 2358575,
+          "end": 2361294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0798",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que qu'est-ce que l'école devrait apprendre avant tout aux enfants ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0798"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1322",
+          "begin": 2365162,
+          "end": 2368024,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0799",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y en a qui étaient meilleurs élèves qu'elle qui sont pas arrivés comme elle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0799"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1323",
+          "begin": 2368024,
+          "end": 2368649,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0799",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "comme elle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0799"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1324",
+          "begin": 2370442,
+          "end": 2371420,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0799",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand même pas hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0799"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1325",
+          "begin": 2373757,
+          "end": 2374186,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0800",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0800"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1326",
+          "begin": 2376452,
+          "end": 2378531,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0801",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et là elle a pas eu son CAP et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0801"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1327",
+          "begin": 2378531,
+          "end": 2379676,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0801",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça venait de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0801"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1328",
+          "begin": 2379676,
+          "end": 2381489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0801",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "d'ailleurs la dame elle l'avait dit elle a pas les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0801"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1329",
+          "begin": 2381489,
+          "end": 2382305,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0802",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "doigts souples"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0802"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1330",
+          "begin": 2381489,
+          "end": 2382305,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0802",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0802"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1331",
+          "begin": 2382305,
+          "end": 2385601,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0803",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle aura du mal à la dactylo elle était très bonne en sténo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0803"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1332",
+          "begin": 2386345,
+          "end": 2387847,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0803",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais dactylo c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0803"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1333",
+          "begin": 2387847,
+          "end": 2388825,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0803",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle avait plus de mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0803"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1334",
+          "begin": 2388825,
+          "end": 2390733,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0803",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et là et ben aussi bien qu'une autre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0803"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1335",
+          "begin": 2391453,
+          "end": 2392865,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0804",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à l'école primaire ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0804"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1336",
+          "begin": 2391453,
+          "end": 2392865,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0804",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à force"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0804"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1337",
+          "begin": 2392865,
+          "end": 2393466,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0805",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0805"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1338",
+          "begin": 2394019,
+          "end": 2395259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0806",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "bah à l'école en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0806"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1339",
+          "begin": 2395259,
+          "end": 2396166,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0807",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "général"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0807"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1340",
+          "begin": 2395259,
+          "end": 2396166,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0807",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "en général"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0807"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1341",
+          "begin": 2396166,
+          "end": 2398198,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0808",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin qu'est-ce que l'école devrait apprendre avant tout aux enfants ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0808"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1342",
+          "begin": 2406382,
+          "end": 2408147,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0809",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "qu'est-ce que tu cherches j'ai pas compris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0809"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1343",
+          "begin": 2413823,
+          "end": 2414758,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0810",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vous pouvez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0810"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1344",
+          "begin": 2413823,
+          "end": 2414758,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0810",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0810"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1345",
+          "begin": 2414758,
+          "end": 2415717,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0811",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "poser une autre question ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0811"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1346",
+          "begin": 2426501,
+          "end": 2428580,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0813",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d- dans quelle matière vous étiez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0813"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1347",
+          "begin": 2428580,
+          "end": 2429749,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0813",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la meilleure vous à l'école ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0813"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1348",
+          "begin": 2430703,
+          "end": 2431614,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0814",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0814"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1349",
+          "begin": 2431614,
+          "end": 2432239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0814",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0814"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1350",
+          "begin": 2432239,
+          "end": 2433222,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0815",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "orthographe et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0815"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1351",
+          "begin": 2433222,
+          "end": 2433966,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0816",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "français ? oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0816"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1352",
+          "begin": 2433222,
+          "end": 2433966,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0816",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0816"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1353",
+          "begin": 2433966,
+          "end": 2434491,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0817",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0817"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1354",
+          "begin": 2438431,
+          "end": 2439700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0817",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0817"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1355",
+          "begin": 2442614,
+          "end": 2445404,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0818",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans des dans certaines écoles enfin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0818"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1356",
+          "begin": 2445404,
+          "end": 2447741,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0818",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on apprend le latin qu'est-ce que vous en pensez de ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0818"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1357",
+          "begin": 2447741,
+          "end": 2448767,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0819",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le latin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0819"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1358",
+          "begin": 2448767,
+          "end": 2449702,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0820",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0820"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1359",
+          "begin": 2449702,
+          "end": 2451710,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0821",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouve que ça sert pas tellement le latin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0821"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1360",
+          "begin": 2451710,
+          "end": 2453074,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0822",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est inutile oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0822"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1361",
+          "begin": 2453074,
+          "end": 2453811,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0823",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est plutôt le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0823"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1362",
+          "begin": 2453074,
+          "end": 2453811,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0823",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0823"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1363",
+          "begin": 2453811,
+          "end": 2455101,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0824",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "lycée le latin hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0824"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1364",
+          "begin": 2456603,
+          "end": 2457691,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0826",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "l'anglais euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0826"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1365",
+          "begin": 2457691,
+          "end": 2459914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0827",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouve que c'est plus pratique l'anglais l'espagnol"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0827"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1366",
+          "begin": 2459914,
+          "end": 2460443,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0828",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0828"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1367",
+          "begin": 2463019,
+          "end": 2465313,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0829",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous étiez dans une euh dans une école publique ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0829"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1368",
+          "begin": 2465313,
+          "end": 2466482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0829",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans une école primaire publique ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0829"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1369",
+          "begin": 2466482,
+          "end": 2467321,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0830",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui publique"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0830"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1370",
+          "begin": 2468337,
+          "end": 2468914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1371",
+          "begin": 2468914,
+          "end": 2472062,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous pensez de la différence qu'y a enfin euh à votre avis qu'est-ce qu'y a comme"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1372",
+          "begin": 2472062,
+          "end": 2474256,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "grosse différence entre l'école privée et l'école publique ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1373",
+          "begin": 2474256,
+          "end": 2476784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi y a des gens qui envoient leurs enfants en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1374",
+          "begin": 2476784,
+          "end": 2479002,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0831",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "cert- dans certains types d'écoles et d'autres dans d'autres ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0831"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1375",
+          "begin": 2484253,
+          "end": 2486566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0832",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils trouvent qu'on apprend mieux dans les écoles privées"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0832"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1376",
+          "begin": 2487282,
+          "end": 2488551,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0833",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on apprend mieux à votre avis dans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0833"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1377",
+          "begin": 2488551,
+          "end": 2489629,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0834",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les écoles privées ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0834"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1378",
+          "begin": 2488551,
+          "end": 2489629,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0834",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0834"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1379",
+          "begin": 2498577,
+          "end": 2500513,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0835",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les gens disent qu'on apprend mieux mieux mais c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0835"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1380",
+          "begin": 2500513,
+          "end": 2501062,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0836",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0836"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1381",
+          "begin": 2500513,
+          "end": 2501062,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0836",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0836"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1382",
+          "begin": 2501062,
+          "end": 2501925,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0837",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trouve que c'est pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0837"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1383",
+          "begin": 2501925,
+          "end": 2502450,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0838",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0838"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1384",
+          "begin": 2502450,
+          "end": 2502979,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0838",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0838"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1385",
+          "begin": 2502979,
+          "end": 2503146,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0839",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0839"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1386",
+          "begin": 2502979,
+          "end": 2503146,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0839",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0839"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1387",
+          "begin": 2503146,
+          "end": 2504315,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0840",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "exactement pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0840"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1388",
+          "begin": 2504315,
+          "end": 2504964,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0841",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0841"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1389",
+          "begin": 2509786,
+          "end": 2512748,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0842",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est surtout ceux les gens qui vont le plus à la messe euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0842"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1390",
+          "begin": 2513778,
+          "end": 2514780,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0842",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui aiment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0842"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1391",
+          "begin": 2513778,
+          "end": 2514780,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0842",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0842"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1392",
+          "begin": 2514780,
+          "end": 2517336,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0842",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les écoles publiques pour la fréquentation y en a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0842"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1393",
+          "begin": 2517336,
+          "end": 2518028,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0843",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0843"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1394",
+          "begin": 2518028,
+          "end": 2521104,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0844",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que les écoles privées c'est pas n'importe qui qui y va enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0844"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1395",
+          "begin": 2521891,
+          "end": 2522559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0845",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0845"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1396",
+          "begin": 2521891,
+          "end": 2522559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0845",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est des gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0845"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1397",
+          "begin": 2522559,
+          "end": 2523346,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0846",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui vont euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0846"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1398",
+          "begin": 2523346,
+          "end": 2524615,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0846",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui vont à la messe alors que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0846"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1399",
+          "begin": 2528316,
+          "end": 2529556,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0847",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça enfin euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0847"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1400",
+          "begin": 2529556,
+          "end": 2530129,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0847",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les gens qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0847"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1401",
+          "begin": 2530129,
+          "end": 2532018,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0848",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les les gens qui vont à la messe sont des gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0848"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1402",
+          "begin": 2530129,
+          "end": 2532018,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0848",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parfois ils ont leurs euh préférences"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0848"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1403",
+          "begin": 2532018,
+          "end": 2533224,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0849",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "trop marquées"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0849"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1404",
+          "begin": 2533968,
+          "end": 2535280,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0849",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est c'est toujours pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0849"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1405",
+          "begin": 2536525,
+          "end": 2539201,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0850",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais c'est quel et à Orléans c'est quel genre de gens qui vont à la messe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0850"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1406",
+          "begin": 2550104,
+          "end": 2552179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0851",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas y en a pas mal qui vont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0851"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1407",
+          "begin": 2557287,
+          "end": 2560530,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0852",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et c'est quel euh ça vient de milieux spéciaux enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0852"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1408",
+          "begin": 2560530,
+          "end": 2562867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0853",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'ai l'impression que c'est les gens assez aisés"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0853"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1409",
+          "begin": 2563583,
+          "end": 2564295,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0854",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ce sont plutôt des gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0854"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1410",
+          "begin": 2564295,
+          "end": 2564971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0855",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "aisés ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0855"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1411",
+          "begin": 2564295,
+          "end": 2564971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0855",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0855"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1412",
+          "begin": 2564971,
+          "end": 2565453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0856",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0856"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1413",
+          "begin": 2568892,
+          "end": 2569374,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0856",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0856"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1414",
+          "begin": 2570065,
+          "end": 2571544,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "tout ce qu'ils regrettaient c'est que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1415",
+          "begin": 2571544,
+          "end": 2575961,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "dans les choses comme la chambre de commerce on n'apprenne pas l'anglais on n'apprenne pas les langues"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1416",
+          "begin": 2575961,
+          "end": 2578422,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et c'est utile dans leur métier souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1417",
+          "begin": 2578422,
+          "end": 2580926,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "quand on connaît des langues forcément c'est plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1418",
+          "begin": 2581904,
+          "end": 2583817,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0857",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est plus facile de trouver du travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0857"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1419",
+          "begin": 2583817,
+          "end": 2584554,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0858",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0858"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1420",
+          "begin": 2584554,
+          "end": 2586777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0859",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je vois à la chambre de commerce ils apprennent pas de langues"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0859"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1421",
+          "begin": 2586777,
+          "end": 2587139,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0860",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0860"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1422",
+          "begin": 2587139,
+          "end": 2587497,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0861",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0861"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1423",
+          "begin": 2587497,
+          "end": 2587831,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0862",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0862"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1424",
+          "begin": 2587497,
+          "end": 2587831,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0862",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et quand"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0862"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1425",
+          "begin": 2587831,
+          "end": 2591861,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0863",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y avait les Américains là ils avaient la facilité de y avait une école de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0863"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1426",
+          "begin": 2591861,
+          "end": 2594389,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0863",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pour apprendre l'anglais mais là y a plus rien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0863"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1427",
+          "begin": 2594389,
+          "end": 2594914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0864",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0864"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1428",
+          "begin": 2595682,
+          "end": 2601625,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0865",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "la plus jeune elle a voulu me l'apprendre comme ça par les listes mais elle y est pas arrivée faut pas elle peut pas elle a pas pu y arriver toute seule"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0865"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1429",
+          "begin": 2601625,
+          "end": 2602822,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0866",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0866"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1430",
+          "begin": 2605016,
+          "end": 2606662,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0867",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "son frère avait commencé mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0867"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1431",
+          "begin": 2606662,
+          "end": 2608479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0867",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il a pas pu le faire assez longtemps"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0867"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1432",
+          "begin": 2608479,
+          "end": 2609767,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0868",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle est pas arrivée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0868"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1433",
+          "begin": 2608479,
+          "end": 2609767,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0868",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0868"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1434",
+          "begin": 2609767,
+          "end": 2610773,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0869",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a capitulé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0869"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1435",
+          "begin": 2611870,
+          "end": 2613707,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0869",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors le temps leur manque tout ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0869"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1436",
+          "begin": 2616120,
+          "end": 2619006,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0870",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous je suppose que vous allez avoir des enfants euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0870"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1437",
+          "begin": 2619006,
+          "end": 2621109,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0870",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans quelles matières vous aimeriez qu'ils soient forts à l'école ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0870"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1438",
+          "begin": 2626666,
+          "end": 2627696,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0871",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah pour une f-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0871"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1439",
+          "begin": 2627696,
+          "end": 2628674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0871",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je trouve"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0871"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1440",
+          "begin": 2628674,
+          "end": 2631278,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0871",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moyens en tout moi je trouve"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0871"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1441",
+          "begin": 2631278,
+          "end": 2631850,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0872",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0872"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1442",
+          "begin": 2631850,
+          "end": 2632685,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0873",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0873"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1443",
+          "begin": 2632685,
+          "end": 2635380,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0873",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas forts particulièrement dans une matière mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0873"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1444",
+          "begin": 2635380,
+          "end": 2636052,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0874",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0874"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1445",
+          "begin": 2638866,
+          "end": 2640917,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0875",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est important d'après vous d'être fort à l'école euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0875"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1446",
+          "begin": 2643851,
+          "end": 2645454,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0876",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non c'est pas tellement important non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0876"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1447",
+          "begin": 2646365,
+          "end": 2646632,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0877",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0877"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1448",
+          "begin": 2646632,
+          "end": 2647061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0878",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0878"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1449",
+          "begin": 2646632,
+          "end": 2647061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0878",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "naturellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0878"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1450",
+          "begin": 2647061,
+          "end": 2648087,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0879",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'il soit pas un cancre mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0879"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1451",
+          "begin": 2648087,
+          "end": 2649737,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0880",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0880"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1452",
+          "begin": 2649737,
+          "end": 2651168,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0881",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais qu'il soit quand même euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0881"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1453",
+          "begin": 2652933,
+          "end": 2654512,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0881",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "normalement quoi qu'il soit"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0881"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1454",
+          "begin": 2656234,
+          "end": 2658433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0882",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais pourquoi c'est pas tellement important d'être fort à l'école ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0882"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1455",
+          "begin": 2662277,
+          "end": 2662969,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0883",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0883"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1456",
+          "begin": 2662969,
+          "end": 2665835,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0883",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas je trouve qu'il faut pas pousser un enfant comme euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0883"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1457",
+          "begin": 2671487,
+          "end": 2674611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0883",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "si il est si il aime l'école on peut le pousser et puis euh on peut"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0883"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1458",
+          "begin": 2690751,
+          "end": 2691996,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0885",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0885"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1459",
+          "begin": 2692931,
+          "end": 2694033,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0886",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous pensez que les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0886"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1460",
+          "begin": 2694033,
+          "end": 2696518,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0886",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les enfants devraient aller à l'école jusqu'à quel âge à peu près ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0886"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1461",
+          "begin": 2700744,
+          "end": 2702037,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0887",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh à l'école primaire ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0887"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1462",
+          "begin": 2702037,
+          "end": 2702709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0888",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à l'école en"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0888"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1463",
+          "begin": 2702709,
+          "end": 2703740,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0889",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "général"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0889"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1464",
+          "begin": 2702709,
+          "end": 2703740,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0889",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en général ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0889"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1465",
+          "begin": 2703740,
+          "end": 2704055,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0890",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0890"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1466",
+          "begin": 2706206,
+          "end": 2708424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0891",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je trouve que c'est bien dix-huit vingt ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0891"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1467",
+          "begin": 2708424,
+          "end": 2709230,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0892",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0892"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1468",
+          "begin": 2710135,
+          "end": 2710760,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0893",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous avez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0893"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1469",
+          "begin": 2710135,
+          "end": 2710760,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0893",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0893"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1470",
+          "begin": 2710760,
+          "end": 2711099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0894",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0894"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1471",
+          "begin": 2711819,
+          "end": 2712535,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0895",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vingt ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0895"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1472",
+          "begin": 2712535,
+          "end": 2713112,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0896",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vingt ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0896"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1473",
+          "begin": 2713780,
+          "end": 2716933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0897",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et pour les pour les filles et pour les garçons la même chose euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0897"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1474",
+          "begin": 2716933,
+          "end": 2717916,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0898",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0898"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1475",
+          "begin": 2717916,
+          "end": 2718374,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0899",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0899"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1476",
+          "begin": 2719833,
+          "end": 2720453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0899",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0899"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1477",
+          "begin": 2727107,
+          "end": 2729377,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0900",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous trouvez que c'est aussi nécessaire pour une fille enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0900"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1478",
+          "begin": 2732454,
+          "end": 2734438,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0901",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui dix-huit vingt ans pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0901"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1479",
+          "begin": 2734438,
+          "end": 2734867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0902",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0902"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1480",
+          "begin": 2737920,
+          "end": 2739213,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0903",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et y a des enfants qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0903"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1481",
+          "begin": 2739213,
+          "end": 2741865,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0903",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qui réussissent mieux que d'autres à l'école comment vous expliquez ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0903"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1482",
+          "begin": 2750145,
+          "end": 2753035,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0904",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça dépend de ce- ça dépend de quoi vous croyez surtout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0904"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1483",
+          "begin": 2754442,
+          "end": 2755635,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0905",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend dépend de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0905"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1484",
+          "begin": 2755635,
+          "end": 2756975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0905",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des parents peut être"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0905"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1485",
+          "begin": 2756975,
+          "end": 2757738,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0906",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des parents ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0906"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1486",
+          "begin": 2757738,
+          "end": 2758287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0907",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0907"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1487",
+          "begin": 2759126,
+          "end": 2760677,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0908",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "si ils s'occupent de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0908"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1488",
+          "begin": 2760677,
+          "end": 2761588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0908",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "de l'enfant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0908"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1489",
+          "begin": 2761588,
+          "end": 2762022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0909",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0909"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1490",
+          "begin": 2761588,
+          "end": 2762022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0909",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0909"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1491",
+          "begin": 2763000,
+          "end": 2763733,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0910",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0910"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1492",
+          "begin": 2769944,
+          "end": 2771304,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0910",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous trou- vous trouvez que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0910"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1493",
+          "begin": 2771304,
+          "end": 2773169,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0910",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour en revenir à Orléans vous trouvez que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0910"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1494",
+          "begin": 2773169,
+          "end": 2775305,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0910",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on fait suffisamment pour les habitants d'Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0910"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1495",
+          "begin": 2777420,
+          "end": 2778534,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0911",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'on fait suffisamment ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0911"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1496",
+          "begin": 2778534,
+          "end": 2782187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0912",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui enfin est-ce qu'on s'occupe suffisamment des habitants enfin de leurs besoins de la ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0912"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1497",
+          "begin": 2797497,
+          "end": 2798857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0913",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas j'ai jamais pensé à ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0913"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1498",
+          "begin": 2801247,
+          "end": 2802611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0915",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous alors quand vous rentrez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0915"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1499",
+          "begin": 2802611,
+          "end": 2804771,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0915",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quand vous rentrez du bureau le soir par exemple qu'est-ce que vous faites ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0915"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1500",
+          "begin": 2805469,
+          "end": 2806832,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0916",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben je fais la cuisine"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0916"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1501",
+          "begin": 2806832,
+          "end": 2807357,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0917",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous faites la cuisine ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0917"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1502",
+          "begin": 2807881,
+          "end": 2808774,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0919",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle cuisine comme elle"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0919"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1503",
+          "begin": 2808774,
+          "end": 2809542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0920",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "travaille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0920"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1504",
+          "begin": 2808774,
+          "end": 2809542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0920",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0920"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1505",
+          "begin": 2809542,
+          "end": 2810978,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0921",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous faites qu'est-ce que vous faites"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0921"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1506",
+          "begin": 2810978,
+          "end": 2811770,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0922",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme cuisine ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0922"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1507",
+          "begin": 2815290,
+          "end": 2815672,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0924",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0924"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1508",
+          "begin": 2817079,
+          "end": 2818422,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0925",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais surtout des gâteaux moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0925"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1509",
+          "begin": 2818422,
+          "end": 2819619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0926",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "surtout des gâteaux ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0926"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1510",
+          "begin": 2819619,
+          "end": 2820096,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0927",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0927"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1511",
+          "begin": 2820096,
+          "end": 2820812,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0928",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0928"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1512",
+          "begin": 2820812,
+          "end": 2822152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0928",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est une bonne pâtissière"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0928"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1513",
+          "begin": 2822152,
+          "end": 2823202,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0929",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quel genre de gâteaux ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0929"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1514",
+          "begin": 2823202,
+          "end": 2823731,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0930",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0930"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1515",
+          "begin": 2823731,
+          "end": 2826092,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0931",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh ben ça dépend je fais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0931"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1516",
+          "begin": 2826092,
+          "end": 2827523,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0931",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "baba au rhum souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0931"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1517",
+          "begin": 2827523,
+          "end": 2827857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0932",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0932"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1518",
+          "begin": 2830075,
+          "end": 2831391,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0932",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous faites les babas au rhum ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0932"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1519",
+          "begin": 2832918,
+          "end": 2835355,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0933",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est comme un biscuit de Savoie je mets"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0933"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1520",
+          "begin": 2836381,
+          "end": 2837125,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0933",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0933"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1521",
+          "begin": 2838007,
+          "end": 2838985,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0933",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de la farine"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0933"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1522",
+          "begin": 2838985,
+          "end": 2840774,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0933",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "enfin des oeufs du sucre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0933"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1523",
+          "begin": 2840774,
+          "end": 2841113,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0934",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0934"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1524",
+          "begin": 2842644,
+          "end": 2843455,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la farine"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1525",
+          "begin": 2843455,
+          "end": 2845463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la farine des blancs battus en neige"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1526",
+          "begin": 2846302,
+          "end": 2847948,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1527",
+          "begin": 2847948,
+          "end": 2850075,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je mets au four dans dans un s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1528",
+          "begin": 2850075,
+          "end": 2851005,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans un moule à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1529",
+          "begin": 2851808,
+          "end": 2852990,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à savarin enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1530",
+          "begin": 2854378,
+          "end": 2855146,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1531",
+          "begin": 2856877,
+          "end": 2858828,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais cuire une demi-heure à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1532",
+          "begin": 2860521,
+          "end": 2861547,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis après je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1533",
+          "begin": 2862768,
+          "end": 2864824,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand il est froid je mets du rhum je l'arrose de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1534",
+          "begin": 2865878,
+          "end": 2868000,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de rhum enfin d'un sirop de sucre avec du rhum"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1535",
+          "begin": 2869121,
+          "end": 2870027,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1536",
+          "begin": 2870886,
+          "end": 2872889,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0935",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais une crème une crème pâtissière"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0935"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1537",
+          "begin": 2872889,
+          "end": 2873557,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0936",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0936"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1538",
+          "begin": 2875803,
+          "end": 2877473,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0937",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis je mets des fruits confits c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0937"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1539",
+          "begin": 2879486,
+          "end": 2881947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0939",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et par exemple une euh une omelette comment vous la faites ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0939"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1540",
+          "begin": 2881947,
+          "end": 2883259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une omelette ? oh ben ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1541",
+          "begin": 2887962,
+          "end": 2888820,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1542",
+          "begin": 2890227,
+          "end": 2890728,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1543",
+          "begin": 2890728,
+          "end": 2892025,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je bats des oeufs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1544",
+          "begin": 2892025,
+          "end": 2893099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0940",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je mets du sel"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0940"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1545",
+          "begin": 2893700,
+          "end": 2894325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0941",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0941"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1546",
+          "begin": 2895784,
+          "end": 2897525,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0942",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis c'est tout euh une omelette pour l'instant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0942"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1547",
+          "begin": 2898312,
+          "end": 2900602,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0942",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime pas tellement faire une omelette"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0942"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1548",
+          "begin": 2900602,
+          "end": 2901179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0943",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous aimez pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0943"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1549",
+          "begin": 2901179,
+          "end": 2901656,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0944",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0944"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1550",
+          "begin": 2901179,
+          "end": 2901656,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0944",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0944"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1551",
+          "begin": 2901656,
+          "end": 2902777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0945",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non moi j'aime pas tellement ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0945"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1552",
+          "begin": 2902777,
+          "end": 2903259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0946",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0946"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1553",
+          "begin": 2902777,
+          "end": 2903259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0946",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous préférez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0946"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1554",
+          "begin": 2903259,
+          "end": 2905028,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0947",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "faire des choses compliquées ou des choses simples ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0947"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1555",
+          "begin": 2907652,
+          "end": 2908086,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0948",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0948"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1556",
+          "begin": 2908086,
+          "end": 2908825,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0948",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "merci"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0948"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1557",
+          "begin": 2909517,
+          "end": 2910189,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0948",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0948"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1558",
+          "begin": 2912288,
+          "end": 2913862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0948",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le samedi et le dimanche euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0948"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1559",
+          "begin": 2913862,
+          "end": 2914701,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0949",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0949"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1560",
+          "begin": 2917444,
+          "end": 2919142,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0950",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai plus de temps alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0950"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1561",
+          "begin": 2923105,
+          "end": 2925085,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0950",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "surtout dans dans la pâtisserie euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0950"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1562",
+          "begin": 2932864,
+          "end": 2935916,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0951",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et alors à part ça quand vous quand vous avez fini la cuisine par exemple le soir"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0951"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1563",
+          "begin": 2935916,
+          "end": 2938110,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0951",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous faites vous faites des gâteaux tous les soirs ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0951"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1564",
+          "begin": 2938110,
+          "end": 2938611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0952",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0952"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1565",
+          "begin": 2938611,
+          "end": 2939017,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0953",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0953"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1566",
+          "begin": 2938611,
+          "end": 2939017,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0953",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0953"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1567",
+          "begin": 2939017,
+          "end": 2940286,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0954",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0954"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1568",
+          "begin": 2941054,
+          "end": 2942609,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0954",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais un dessert tous les soirs quand même"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0954"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1569",
+          "begin": 2942609,
+          "end": 2942971,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0955",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0955"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1570",
+          "begin": 2944355,
+          "end": 2946172,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0955",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors vous êtes euh vous vous spécialisez dans les desserts ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0955"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1571",
+          "begin": 2946172,
+          "end": 2947131,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0956",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0956"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1572",
+          "begin": 2946172,
+          "end": 2947131,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0956",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0956"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1573",
+          "begin": 2947131,
+          "end": 2948495,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0957",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tous les soirs vous faites un dessert"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0957"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1574",
+          "begin": 2948495,
+          "end": 2949664,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0958",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "un entremet ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0958"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1575",
+          "begin": 2948495,
+          "end": 2949664,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0958",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah oui presque"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0958"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1576",
+          "begin": 2949664,
+          "end": 2950980,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0959",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui un entremet euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0959"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1577",
+          "begin": 2950980,
+          "end": 2951743,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0960",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0960"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1578",
+          "begin": 2955631,
+          "end": 2956924,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0961",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et alors quand vous avez fini"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0961"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1579",
+          "begin": 2956924,
+          "end": 2958217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0961",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous faites ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0961"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1580",
+          "begin": 2958217,
+          "end": 2959748,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0962",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "eh bien ici on mange euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0962"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1581",
+          "begin": 2959748,
+          "end": 2960821,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0962",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vers sept heures et quart"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0962"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1582",
+          "begin": 2960821,
+          "end": 2961203,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0963",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0963"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1583",
+          "begin": 2962281,
+          "end": 2962953,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0964",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0964"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1584",
+          "begin": 2964527,
+          "end": 2965839,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0964",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "après on regarde la télévision"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0964"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1585",
+          "begin": 2966721,
+          "end": 2967127,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0965",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0965"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1586",
+          "begin": 2968968,
+          "end": 2972206,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0966",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous trouvez que vous avez suffisamment de temps libre enfin pour faire ce que vous voulez faire ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0966"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1587",
+          "begin": 2972779,
+          "end": 2973785,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0967",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh non pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0967"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1588",
+          "begin": 2973785,
+          "end": 2974334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0968",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0968"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1589",
+          "begin": 2975137,
+          "end": 2976533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0969",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que là je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0969"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1590",
+          "begin": 2976533,
+          "end": 2980210,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0969",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "où je travaille euh je commence à huit heures et je finis à midi et quart"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0969"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1591",
+          "begin": 2980210,
+          "end": 2983358,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0969",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on a une heure pour manger enfin je recommence à une heure et quart"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0969"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1592",
+          "begin": 2983358,
+          "end": 2983859,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0970",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0970"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1593",
+          "begin": 2985485,
+          "end": 2988323,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0971",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on n'a pas tellement de temps et puis le soir je finis à six heures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0971"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1594",
+          "begin": 2990255,
+          "end": 2990784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0971",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors on"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0971"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1595",
+          "begin": 2992668,
+          "end": 2993956,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0971",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on n'a que le samedi quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0971"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1596",
+          "begin": 2993956,
+          "end": 2994934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0971",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "samedi entier"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0971"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1597",
+          "begin": 2997204,
+          "end": 3000853,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0972",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et le soi- euh pendant la journée enfin pendant la semaine si vous aviez deux heures euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0972"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1598",
+          "begin": 3000853,
+          "end": 3002498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0972",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "supplémentaires de temps libre qu'est-ce que vous feriez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0972"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1599",
+          "begin": 3005889,
+          "end": 3006915,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0973",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh je pourrais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0973"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1600",
+          "begin": 3014932,
+          "end": 3017890,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0973",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "peut être plus g- m'occuper de de mon linge de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0973"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1601",
+          "begin": 3019540,
+          "end": 3020423,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0973",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0973"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1602",
+          "begin": 3020423,
+          "end": 3021809,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0973",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "enfin de tout quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0973"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1603",
+          "begin": 3027826,
+          "end": 3031503,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0974",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous faites souvent des courses enfin vous aimez bien errer dans les magasins et caetera euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0974"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1604",
+          "begin": 3033077,
+          "end": 3035152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0975",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'aime bien regarder les magasins"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0975"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1605",
+          "begin": 3035152,
+          "end": 3036659,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0975",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais faire des courses euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0975"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1606",
+          "begin": 3037966,
+          "end": 3038424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0975",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0975"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1607",
+          "begin": 3038424,
+          "end": 3040074,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0976",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "enfin regarder les faire des courses"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0976"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1608",
+          "begin": 3041171,
+          "end": 3042221,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0976",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pour regarder des vêtements"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0976"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1609",
+          "begin": 3042221,
+          "end": 3042703,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0977",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "des choses"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0977"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1610",
+          "begin": 3042221,
+          "end": 3042703,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0977",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0977"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1611",
+          "begin": 3042703,
+          "end": 3043185,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0978",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0978"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1612",
+          "begin": 3044287,
+          "end": 3045174,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0979",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'aime bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0979"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1613",
+          "begin": 3046843,
+          "end": 3049228,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0980",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous aimez bien comme magasins à Orléans qu'est-ce que ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0980"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1614",
+          "begin": 3056716,
+          "end": 3058433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0981",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime bien les magasins de chaussures"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0981"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1615",
+          "begin": 3058433,
+          "end": 3059220,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0982",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l- les magasins de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0982"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1616",
+          "begin": 3059220,
+          "end": 3059912,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0983",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "chaussures ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0983"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1617",
+          "begin": 3059220,
+          "end": 3059912,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0983",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0983"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1618",
+          "begin": 3059912,
+          "end": 3060728,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0984",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et les robes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0984"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1619",
+          "begin": 3060728,
+          "end": 3061901,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0985",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0985"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1620",
+          "begin": 3061901,
+          "end": 3065300,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0985",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l- le le meilleur magasin de chaussures c'est quoi à Orléans enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0985"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1621",
+          "begin": 3066497,
+          "end": 3067666,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0986",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le meilleur oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0986"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1622",
+          "begin": 3067666,
+          "end": 3069960,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0986",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh c'est chez Bègue peut être euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0986"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1623",
+          "begin": 3069960,
+          "end": 3070795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0986",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0986"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1624",
+          "begin": 3070795,
+          "end": 3071897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0986",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au bout des galeries"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0986"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1625",
+          "begin": 3071897,
+          "end": 3072665,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0987",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0987"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1626",
+          "begin": 3073528,
+          "end": 3074482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0988",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et pour les robes ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0988"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1627",
+          "begin": 3075269,
+          "end": 3075555,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0989",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0989"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1628",
+          "begin": 3075555,
+          "end": 3076366,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0990",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les robes euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0990"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1629",
+          "begin": 3075555,
+          "end": 3076366,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0990",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "j'en ai vu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0990"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1630",
+          "begin": 3076366,
+          "end": 3077868,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0991",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mais ça avait l'air très très très cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0991"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1631",
+          "begin": 3080730,
+          "end": 3081827,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0992",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non je trouve pas que c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0992"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1632",
+          "begin": 3083377,
+          "end": 3085213,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0993",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qu'est-ce que vous appelez une robe euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0993"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1633",
+          "begin": 3085213,
+          "end": 3087527,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0993",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "d'un prix moyen par exemple euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0993"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1634",
+          "begin": 3087527,
+          "end": 3089201,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0993",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pour vous c'est quoi c'est quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0993"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1635",
+          "begin": 3089201,
+          "end": 3091700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0993",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qu'est-ce que vous trouvez un prix normal pour une robe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0993"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1636",
+          "begin": 3094066,
+          "end": 3095168,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0994",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "combien faut compter ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0994"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1637",
+          "begin": 3095168,
+          "end": 3095721,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0995",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0995"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1638",
+          "begin": 3098154,
+          "end": 3099637,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0996",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "treize ou quatorze mille francs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0996"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1639",
+          "begin": 3099637,
+          "end": 3100472,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0997",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pour une robe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0997"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1640",
+          "begin": 3100472,
+          "end": 3100834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0998",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0998"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1641",
+          "begin": 3101478,
+          "end": 3103150,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn0999",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous paraît normal comme prix ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn0999"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1642",
+          "begin": 3104173,
+          "end": 3106415,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1000",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui parce que je paye toujours une robe comme euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1000"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1643",
+          "begin": 3106415,
+          "end": 3107040,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1001",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1001"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1644",
+          "begin": 3107040,
+          "end": 3109453,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1002",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je paye toujours le même prix à peu près pour une robe alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1002"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1645",
+          "begin": 3109453,
+          "end": 3109954,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1003",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1003"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1646",
+          "begin": 3109453,
+          "end": 3109954,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1003",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "treize ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1003"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1647",
+          "begin": 3109954,
+          "end": 3110908,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1004",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "quatorze mille pour une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1004"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1648",
+          "begin": 3110908,
+          "end": 3111528,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1005",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "robe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1005"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1649",
+          "begin": 3110908,
+          "end": 3111528,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1005",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1005"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1650",
+          "begin": 3112267,
+          "end": 3113555,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1006",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et pour un manteau ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1006"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1651",
+          "begin": 3113555,
+          "end": 3114652,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1007",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un manteau euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1007"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1652",
+          "begin": 3115463,
+          "end": 3116803,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1007",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vingt-cinq trente mille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1007"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1653",
+          "begin": 3116803,
+          "end": 3118072,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1008",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vingt-cinq trente mille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1008"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1654",
+          "begin": 3118744,
+          "end": 3120223,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1008",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "alors ça fait beaucoup ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1008"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1655",
+          "begin": 3124253,
+          "end": 3124754,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1009",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1009"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1656",
+          "begin": 3127282,
+          "end": 3128094,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1010",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est beaucoup moins"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1010"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1657",
+          "begin": 3128094,
+          "end": 3128814,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1011",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "cher en Angleterre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1011"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1658",
+          "begin": 3128094,
+          "end": 3128814,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1011",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à Paris ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1011"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1659",
+          "begin": 3128814,
+          "end": 3129267,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1012",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1012"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1660",
+          "begin": 3131294,
+          "end": 3133536,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1013",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est quatre cinq mille pour une robe même pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1013"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1661",
+          "begin": 3139908,
+          "end": 3141458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1014",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à Paris c'est encore plus cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1014"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1662",
+          "begin": 3142579,
+          "end": 3145660,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1015",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous trouvez que c'est normal que ce soit ce prix-là les robes ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1015"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1663",
+          "begin": 3146376,
+          "end": 3147788,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1015",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ou c'est un peu exagéré ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1015"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1664",
+          "begin": 3152753,
+          "end": 3155543,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1016",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas on a toujours été habitué à payer ce prix-là alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1016"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1665",
+          "begin": 3155543,
+          "end": 3156139,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1017",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1017"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1666",
+          "begin": 3157313,
+          "end": 3158248,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est normal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1667",
+          "begin": 3158248,
+          "end": 3159445,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça augmenterait hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1668",
+          "begin": 3160184,
+          "end": 3161472,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1019",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouverais plus ça normal mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1019"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1669",
+          "begin": 3162235,
+          "end": 3163451,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1020",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous allez souvent à Paris ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1020"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1670",
+          "begin": 3164477,
+          "end": 3165603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1021",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben quand je peux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1021"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1671",
+          "begin": 3165603,
+          "end": 3166442,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1021",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "enfin à Lyon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1021"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1672",
+          "begin": 3166442,
+          "end": 3167186,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1022",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "là j'y vais p-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1022"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1673",
+          "begin": 3166442,
+          "end": 3167186,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1022",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à Paris ça coûte"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1022"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1674",
+          "begin": 3167186,
+          "end": 3168498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1023",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "peut-être un peu moins cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1023"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1675",
+          "begin": 3168498,
+          "end": 3170506,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1024",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh non ça coûte plus cher à Paris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1024"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1676",
+          "begin": 3170506,
+          "end": 3171512,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1025",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est plus cher ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1025"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1677",
+          "begin": 3171512,
+          "end": 3172228,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1026",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1026"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1678",
+          "begin": 3172228,
+          "end": 3172710,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1027",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1027"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1679",
+          "begin": 3172710,
+          "end": 3174933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1028",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "j'aurais cru que c'était un peu moins cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1028"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1680",
+          "begin": 3172710,
+          "end": 3174933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1028",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça dépend si on sait où acheter"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1028"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1681",
+          "begin": 3174933,
+          "end": 3176011,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1029",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend où on va"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1029"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1682",
+          "begin": 3176011,
+          "end": 3176925,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1030",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "normalement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1030"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1683",
+          "begin": 3176011,
+          "end": 3176925,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1030",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1030"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1684",
+          "begin": 3176925,
+          "end": 3178653,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1031",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "vous êtes pas habituée mais sans ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1031"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1685",
+          "begin": 3179235,
+          "end": 3180118,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1032",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "je crois que c'est moins cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1032"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1686",
+          "begin": 3180118,
+          "end": 3182150,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1033",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "y a quand même la concurrence qu'y a pas ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1033"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1687",
+          "begin": 3183156,
+          "end": 3185160,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1034",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous y allez tous tous les combien à Paris ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1034"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1688",
+          "begin": 3185160,
+          "end": 3186143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ben là j'y ai"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1689",
+          "begin": 3186143,
+          "end": 3187555,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on n'y va pas souvent mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1690",
+          "begin": 3187555,
+          "end": 3188538,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce qu'on y a été euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1691",
+          "begin": 3188538,
+          "end": 3189282,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a quinze j-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1692",
+          "begin": 3189282,
+          "end": 3190403,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1035",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non la semaine dernière"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1035"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1693",
+          "begin": 3190403,
+          "end": 3192339,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1036",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous y allez plusieurs fois dans l'année euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1036"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1694",
+          "begin": 3192339,
+          "end": 3192840,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1037",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1037"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1695",
+          "begin": 3192840,
+          "end": 3195583,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1037",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "maintenant je vais y aller plusieurs fois depuis que j'ai une voiture là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1037"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1696",
+          "begin": 3195583,
+          "end": 3196995,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1038",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah vous avez une voiture ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1038"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1697",
+          "begin": 3196995,
+          "end": 3197715,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1039",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1039"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1698",
+          "begin": 3197715,
+          "end": 3199325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1040",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous avez comme voiture ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1040"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1699",
+          "begin": 3199325,
+          "end": 3200279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1041",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une Dauphine"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1041"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1700",
+          "begin": 3200279,
+          "end": 3200947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1042",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1042"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1701",
+          "begin": 3200947,
+          "end": 3202383,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1042",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous l'avez choisie ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1042"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1702",
+          "begin": 3207157,
+          "end": 3207992,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1043",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "elle est bleue"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1043"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1703",
+          "begin": 3208498,
+          "end": 3209242,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1044",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "elle est bleue"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1044"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1704",
+          "begin": 3209242,
+          "end": 3210363,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1045",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bleu ciel"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1045"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1705",
+          "begin": 3210363,
+          "end": 3211202,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1046",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1046"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1706",
+          "begin": 3211202,
+          "end": 3212132,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1046",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi vous avez choisi une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1046"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1707",
+          "begin": 3212132,
+          "end": 3213325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1047",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Dauphine euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1047"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1708",
+          "begin": 3212132,
+          "end": 3213325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1047",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1047"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1709",
+          "begin": 3214474,
+          "end": 3215667,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1048",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est facile à conduire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1048"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1710",
+          "begin": 3216626,
+          "end": 3218944,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1048",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis c'est ce que les jeunes ils prennent en part-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1048"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1711",
+          "begin": 3218944,
+          "end": 3220451,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1048",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en premier parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1048"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1712",
+          "begin": 3220451,
+          "end": 3220880,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1049",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1049"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1713",
+          "begin": 3220880,
+          "end": 3223814,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1050",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quand il y a pas longtemps qu'on a son permis on prend une Dauphine c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1050"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1714",
+          "begin": 3223814,
+          "end": 3225393,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1050",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ce qu'il y a le plus facile à conduire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1050"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1715",
+          "begin": 3225393,
+          "end": 3226654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1051",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1051"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1716",
+          "begin": 3225393,
+          "end": 3226654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1051",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1051"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1717",
+          "begin": 3226654,
+          "end": 3228264,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1052",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça passe partout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1052"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1718",
+          "begin": 3228264,
+          "end": 3230124,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1053",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous préférez ça par exemple euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1053"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1719",
+          "begin": 3230124,
+          "end": 3231603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1053",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "plutôt qu'une 4L euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1053"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1720",
+          "begin": 3231603,
+          "end": 3233635,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1054",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah oui je non les 4L j'aime pas euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1054"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1721",
+          "begin": 3233635,
+          "end": 3234260,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1055",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1055"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1722",
+          "begin": 3235767,
+          "end": 3236912,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1056",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour la forme"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1056"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1723",
+          "begin": 3238991,
+          "end": 3239397,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1056",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1056"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1724",
+          "begin": 3242001,
+          "end": 3244290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1056",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouve que c'est difficile à conduire je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1056"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1725",
+          "begin": 3244290,
+          "end": 3245507,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1057",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est difficile à conduire une ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1057"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1726",
+          "begin": 3245507,
+          "end": 3246013,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1058",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1058"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1727",
+          "begin": 3246013,
+          "end": 3247186,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1058",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai l'impression oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1058"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1728",
+          "begin": 3247186,
+          "end": 3248832,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1059",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et les deux chevaux qu'est-ce que vous en pensez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1059"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1729",
+          "begin": 3248832,
+          "end": 3249609,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1060",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non aux deux chevaux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1060"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1730",
+          "begin": 3249609,
+          "end": 3250082,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1061",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1061"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1731",
+          "begin": 3250082,
+          "end": 3250797,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1062",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1062"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1732",
+          "begin": 3253997,
+          "end": 3256167,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1063",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et comment ça s'est passé pour le permis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1063"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1733",
+          "begin": 3257312,
+          "end": 3258457,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1064",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'était difficile ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1064"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1734",
+          "begin": 3260269,
+          "end": 3261204,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1065",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1065"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1735",
+          "begin": 3261204,
+          "end": 3262139,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1065",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1065"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1736",
+          "begin": 3262859,
+          "end": 3264743,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1066",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il est de plus en plus exigeant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1066"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1737",
+          "begin": 3264743,
+          "end": 3267056,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1067",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous l'avez eu de la pre- euh la première fois ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1067"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1738",
+          "begin": 3267056,
+          "end": 3268320,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1068",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non deuxième"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1068"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1739",
+          "begin": 3268320,
+          "end": 3268749,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1069",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "deuxième"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1069"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1740",
+          "begin": 3268749,
+          "end": 3270085,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1069",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est bien deuxième déjà"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1069"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1741",
+          "begin": 3272618,
+          "end": 3274769,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1070",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "moi c'était la deuxième aussi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1070"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1742",
+          "begin": 3274769,
+          "end": 3276462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1071",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "moi je dis pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1071"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1743",
+          "begin": 3276462,
+          "end": 3277416,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1072",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "je le dis pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1072"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1744",
+          "begin": 3277416,
+          "end": 3278298,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1073",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1073"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1745",
+          "begin": 3278298,
+          "end": 3279586,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1073",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "combien six fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1073"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1746",
+          "begin": 3279586,
+          "end": 3280588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1074",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sept fois ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1074"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1747",
+          "begin": 3279586,
+          "end": 3280588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1074",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non non non je veux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1074"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1748",
+          "begin": 3280588,
+          "end": 3281308,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1075",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pas le dire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1075"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1749",
+          "begin": 3281308,
+          "end": 3282314,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1076",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1076"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1750",
+          "begin": 3283674,
+          "end": 3285372,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1078",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "combien ça coûte maintenant pour passer le per- ? y a longtemps"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1078"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1751",
+          "begin": 3285372,
+          "end": 3286044,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1079",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "que vous l'avez passé ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1079"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1752",
+          "begin": 3285372,
+          "end": 3286044,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1079",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ben ça coûte"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1079"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1753",
+          "begin": 3287141,
+          "end": 3288290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1080",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh l'année dernière"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1080"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1754",
+          "begin": 3287141,
+          "end": 3288290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1080",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça coûte cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1080"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1755",
+          "begin": 3288290,
+          "end": 3288958,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au mois de sep-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1756",
+          "begin": 3288958,
+          "end": 3289793,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "&tembre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1757",
+          "begin": 3290799,
+          "end": 3291944,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1758",
+          "begin": 3292588,
+          "end": 3293179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1081",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est au mois de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1081"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1759",
+          "begin": 3293179,
+          "end": 3294024,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1082",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "septembre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1082"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1760",
+          "begin": 3293179,
+          "end": 3294024,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1082",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "moi quand je prenais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1082"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1761",
+          "begin": 3294024,
+          "end": 3296890,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1083",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "des leçons j'ai pris des leçons en septembre c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1083"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1762",
+          "begin": 3298345,
+          "end": 3300181,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1083",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "treize cent francs la demi-heure"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1083"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1763",
+          "begin": 3301708,
+          "end": 3302619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1084",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "là c'est douze cent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1084"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1764",
+          "begin": 3302619,
+          "end": 3303154,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1085",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1085"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1765",
+          "begin": 3302619,
+          "end": 3303154,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1085",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "douze cent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1085"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1766",
+          "begin": 3303154,
+          "end": 3303726,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1086",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "francs oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1086"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1767",
+          "begin": 3303726,
+          "end": 3304065,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1087",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1087"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1768",
+          "begin": 3304065,
+          "end": 3304571,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1088",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1088"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1769",
+          "begin": 3304571,
+          "end": 3306245,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1089",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est infaisable hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1089"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1770",
+          "begin": 3306245,
+          "end": 3306786,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1090",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1090"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1771",
+          "begin": 3306786,
+          "end": 3307609,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1091",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "très cher"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1091"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1772",
+          "begin": 3314764,
+          "end": 3315985,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1091",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu- euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1091"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1773",
+          "begin": 3315985,
+          "end": 3318589,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1092",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "maintenant ils exigent davantage de leçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1092"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1774",
+          "begin": 3318589,
+          "end": 3319090,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1093",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "combien vingt ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1093"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1775",
+          "begin": 3318589,
+          "end": 3319090,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1093",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1093"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1776",
+          "begin": 3319090,
+          "end": 3319357,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1094",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1094"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1777",
+          "begin": 3319357,
+          "end": 3320120,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1095",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trente euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1095"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1778",
+          "begin": 3320120,
+          "end": 3320907,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1096",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "trente ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1096"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1779",
+          "begin": 3320907,
+          "end": 3321456,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1097",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1097"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1780",
+          "begin": 3321456,
+          "end": 3321866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1098",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "trente"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1098"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1781",
+          "begin": 3321866,
+          "end": 3322462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1099",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "leçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1099"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1782",
+          "begin": 3321866,
+          "end": 3322462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1099",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trente leçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1099"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1783",
+          "begin": 3323941,
+          "end": 3324399,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1100",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1100"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1784",
+          "begin": 3330294,
+          "end": 3331224,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1101",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce qu'y a des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1101"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1785",
+          "begin": 3331224,
+          "end": 3336065,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1101",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que y a des quartiers très différents du point de vue mentalité des gens et caetera à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1101"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1786",
+          "begin": 3341025,
+          "end": 3343816,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1101",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou bien est-ce que tous les gens à peu près sont sont près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1101"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1787",
+          "begin": 3346158,
+          "end": 3348214,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1102",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai l'impression que c'est à peu près partout pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1102"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1788",
+          "begin": 3348214,
+          "end": 3348982,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1103",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à peu près partout pareil ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1103"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1789",
+          "begin": 3348982,
+          "end": 3350012,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1104",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui à Orléans oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1104"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1790",
+          "begin": 3350012,
+          "end": 3352969,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1105",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a pas de différence entre le centre par exemple et les ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1105"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1791",
+          "begin": 3352969,
+          "end": 3353565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1106",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1106"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1792",
+          "begin": 3354472,
+          "end": 3355478,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1107",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l'extérieur ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1107"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1793",
+          "begin": 3354472,
+          "end": 3355478,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1107",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1107"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1794",
+          "begin": 3355478,
+          "end": 3355836,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1108",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1108"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1795",
+          "begin": 3357696,
+          "end": 3360844,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1109",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et y avait y a des y a des grosses différences entre les milieux sociaux à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1109"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1796",
+          "begin": 3361631,
+          "end": 3363588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1109",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "entre les classes sociales enfin c'est ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1109"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1797",
+          "begin": 3372774,
+          "end": 3373489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1110",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1110"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1798",
+          "begin": 3378879,
+          "end": 3379599,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1111",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous savez reconnaître"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1111"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1799",
+          "begin": 3379599,
+          "end": 3381125,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "par exemple euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1800",
+          "begin": 3379599,
+          "end": 3381125,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1112",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je comprends"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1112"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1801",
+          "begin": 3381125,
+          "end": 3383200,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous savez reconnaître par exemple dans la rue un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1802",
+          "begin": 3383200,
+          "end": 3384750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un ouvrier de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1803",
+          "begin": 3384750,
+          "end": 3386777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "de quelqu'un qui fait de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1804",
+          "begin": 3386777,
+          "end": 3389090,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin une ouvrière par exemple de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1805",
+          "begin": 3389090,
+          "end": 3390450,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1113",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'une employée ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1113"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1806",
+          "begin": 3390450,
+          "end": 3391790,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1114",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'une secré-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1114"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1807",
+          "begin": 3390450,
+          "end": 3391790,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1114",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans les filles euh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1114"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1808",
+          "begin": 3391790,
+          "end": 3392291,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1115",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1115"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1809",
+          "begin": 3392291,
+          "end": 3393269,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1116",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans les filles non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1116"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1810",
+          "begin": 3393269,
+          "end": 3394228,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1117",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on sait pas reconnaître ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1117"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1811",
+          "begin": 3394228,
+          "end": 3394710,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1118",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1118"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1812",
+          "begin": 3394228,
+          "end": 3394710,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1118",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "on reconnaît"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1118"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1813",
+          "begin": 3394710,
+          "end": 3395287,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1119",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mieux dans les z-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1119"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1814",
+          "begin": 3395287,
+          "end": 3396007,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1120",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "dans les garçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1120"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1815",
+          "begin": 3395287,
+          "end": 3396007,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1120",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "garçons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1120"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1816",
+          "begin": 3396007,
+          "end": 3396389,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1121",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1121"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1817",
+          "begin": 3396389,
+          "end": 3396751,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1122",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1122"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1818",
+          "begin": 3396389,
+          "end": 3396751,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1122",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1122"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1819",
+          "begin": 3396751,
+          "end": 3397181,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1123",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1123"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1820",
+          "begin": 3397181,
+          "end": 3398259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1124",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1124"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1821",
+          "begin": 3401173,
+          "end": 3403296,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1124",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas on voit tout de suite le genre enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1124"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1822",
+          "begin": 3403296,
+          "end": 3404088,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1125",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1125"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1823",
+          "begin": 3404088,
+          "end": 3404975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1126",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1126"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1824",
+          "begin": 3404975,
+          "end": 3406263,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1127",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais à quoi vous voyez le genre ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1127"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1825",
+          "begin": 3406263,
+          "end": 3407579,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1128",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1128"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1826",
+          "begin": 3407579,
+          "end": 3409630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1129",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à leur façon d'abord de s'habiller"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1129"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1827",
+          "begin": 3412850,
+          "end": 3414548,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1130",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "surtout le surtout l'habillement alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1130"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1828",
+          "begin": 3414548,
+          "end": 3415197,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1131",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1131"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1829",
+          "begin": 3415197,
+          "end": 3417276,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1132",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "alors que les filles s'habillent toutes euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1132"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1830",
+          "begin": 3417276,
+          "end": 3417700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1133",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1133"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1831",
+          "begin": 3417700,
+          "end": 3418135,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1134",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1134"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1832",
+          "begin": 3417700,
+          "end": 3418135,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1134",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1134"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1833",
+          "begin": 3418135,
+          "end": 3418784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1135",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de la même"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1135"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1834",
+          "begin": 3418784,
+          "end": 3419433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1136",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "façon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1136"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1835",
+          "begin": 3418784,
+          "end": 3419433,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1136",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1136"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1836",
+          "begin": 3419433,
+          "end": 3419891,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1137",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1137"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1837",
+          "begin": 3419891,
+          "end": 3420230,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1138",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1138"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1838",
+          "begin": 3420807,
+          "end": 3421308,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1139",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1139"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1839",
+          "begin": 3421308,
+          "end": 3424794,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1139",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous voyez comme différence entre la façon dont s'habille un ouvrier par exemple et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1139"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1840",
+          "begin": 3427298,
+          "end": 3428352,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1139",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un employé ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1139"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1841",
+          "begin": 3428352,
+          "end": 3429640,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1140",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ou un ingénieur euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1140"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1842",
+          "begin": 3432936,
+          "end": 3435683,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1141",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça se voit d'abord à leur allure ils sont plus distingués"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1141"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1843",
+          "begin": 3436399,
+          "end": 3437167,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1142",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1142"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1844",
+          "begin": 3437167,
+          "end": 3437911,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1143",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1143"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1845",
+          "begin": 3437911,
+          "end": 3440057,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce qui fait ce côté distingué enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1846",
+          "begin": 3443043,
+          "end": 3444359,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l'allure c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1847",
+          "begin": 3444359,
+          "end": 3445337,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est quoi enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1848",
+          "begin": 3445337,
+          "end": 3446916,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1144",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la façon de marcher ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1144"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1849",
+          "begin": 3446916,
+          "end": 3447612,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1145",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1145"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1850",
+          "begin": 3462445,
+          "end": 3463766,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1146",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et est-ce que vous pensez que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1146"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1851",
+          "begin": 3463766,
+          "end": 3465879,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1146",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez que y"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1146"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1852",
+          "begin": 3465879,
+          "end": 3468574,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1146",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous dites qu'y a pas de grosse différence entre les milieux à Orléans hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1146"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1853",
+          "begin": 3469361,
+          "end": 3470390,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1147",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non pas de trop"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1147"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1854",
+          "begin": 3470390,
+          "end": 3473777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1148",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous pensez que ça va en disparaissant encore de plus en plus ou bien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1148"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1855",
+          "begin": 3476643,
+          "end": 3477884,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1149",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui je crois oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1149"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1856",
+          "begin": 3477884,
+          "end": 3481108,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1150",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous croyez que de plus en plus enfin tout le monde vit de la même façon euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1150"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1857",
+          "begin": 3481108,
+          "end": 3481704,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1151",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1151"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1858",
+          "begin": 3481704,
+          "end": 3482444,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1152",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1152"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1859",
+          "begin": 3484118,
+          "end": 3484643,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1152",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1152"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1860",
+          "begin": 3488249,
+          "end": 3490734,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1153",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et le soir vous n'écoutez jamais la radio euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1153"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1861",
+          "begin": 3491693,
+          "end": 3493892,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1154",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moins souvent depuis qu'on a la télé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1154"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1862",
+          "begin": 3493892,
+          "end": 3495174,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1155",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "moins souvent depuis la télé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1155"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1863",
+          "begin": 3495174,
+          "end": 3495738,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1156",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et la radio par exemple"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1156"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1864",
+          "begin": 3495174,
+          "end": 3495738,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1156",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1156"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1865",
+          "begin": 3495738,
+          "end": 3497412,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1157",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "par exemple vous pouvez l'écouter tous les combien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1157"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1866",
+          "begin": 3503946,
+          "end": 3505759,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1158",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'écoute surtout le samedi matin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1158"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1867",
+          "begin": 3506312,
+          "end": 3507385,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1159",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "surtout le samedi matin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1159"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1868",
+          "begin": 3507385,
+          "end": 3507958,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1160",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1160"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1869",
+          "begin": 3507958,
+          "end": 3509346,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1161",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "en semaine euh non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1161"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1870",
+          "begin": 3511449,
+          "end": 3513876,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1162",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ou alors le soir quand y a pas tellement de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1162"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1871",
+          "begin": 3514979,
+          "end": 3518442,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1162",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a pas de programme à la télé sur la un le soir vers euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1162"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1872",
+          "begin": 3519687,
+          "end": 3520956,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1162",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "huit heures et demie neuf heures par là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1162"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1873",
+          "begin": 3523417,
+          "end": 3525253,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1163",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ça fait ça fait en moyenne ça fait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1163"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1874",
+          "begin": 3525253,
+          "end": 3526613,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1163",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "combien de temps euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1163"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1875",
+          "begin": 3527643,
+          "end": 3528716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1163",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "par jour enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1163"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1876",
+          "begin": 3529575,
+          "end": 3530629,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1164",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "combien de temps par jour ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1164"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1877",
+          "begin": 3530629,
+          "end": 3531011,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1165",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1165"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1878",
+          "begin": 3539863,
+          "end": 3540667,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1166",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1166"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1879",
+          "begin": 3539863,
+          "end": 3540667,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1166",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin c'est difficile"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1166"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1880",
+          "begin": 3540667,
+          "end": 3541299,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1167",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à dire euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1167"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1881",
+          "begin": 3542425,
+          "end": 3542787,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1168",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1168"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1882",
+          "begin": 3542787,
+          "end": 3545268,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1169",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça change suivant les programmes de télévision oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1169"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1883",
+          "begin": 3545268,
+          "end": 3547824,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1169",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous qu'est-ce que vous aimez bien écouter à la radio comme euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1169"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1884",
+          "begin": 3548826,
+          "end": 3550972,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1169",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Europe numéro un Luxembourg euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1169"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1885",
+          "begin": 3550972,
+          "end": 3552169,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1170",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "France Inter j'aime bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1170"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1886",
+          "begin": 3552169,
+          "end": 3552932,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1171",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "France Inter"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1171"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1887",
+          "begin": 3552932,
+          "end": 3553767,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1171",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1171"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1888",
+          "begin": 3558160,
+          "end": 3560716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1172",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1172"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1889",
+          "begin": 3558160,
+          "end": 3560716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1172",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1172"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1890",
+          "begin": 3558160,
+          "end": 3560716,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1172",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils font moins de réclame peut-être euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1172"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1891",
+          "begin": 3562648,
+          "end": 3563411,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1173",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1173"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1892",
+          "begin": 3563411,
+          "end": 3563893,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1174",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1174"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1893",
+          "begin": 3563411,
+          "end": 3563893,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1174",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1174"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1894",
+          "begin": 3563893,
+          "end": 3564756,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1175",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "énerve les réclames à la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1175"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1895",
+          "begin": 3564756,
+          "end": 3565420,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1176",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "radio ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1176"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1896",
+          "begin": 3564756,
+          "end": 3565420,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1176",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1176"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1897",
+          "begin": 3565420,
+          "end": 3567737,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1177",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est énervant oui j'aime mieux regarder la réclame à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1177"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1898",
+          "begin": 3567737,
+          "end": 3569383,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1177",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à la télévision que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1177"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1899",
+          "begin": 3569383,
+          "end": 3570723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1177",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "d'entendre à la radio"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1177"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1900",
+          "begin": 3570723,
+          "end": 3571343,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1178",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1178"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1901",
+          "begin": 3571343,
+          "end": 3571796,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1179",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1179"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1902",
+          "begin": 3573990,
+          "end": 3576566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1180",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous préférez comme euh genre d'émissions à la radio ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1180"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1903",
+          "begin": 3582747,
+          "end": 3583567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1904",
+          "begin": 3590259,
+          "end": 3592072,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime bien le dimanche matin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1905",
+          "begin": 3592072,
+          "end": 3593078,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "France Inter"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1906",
+          "begin": 3593078,
+          "end": 3594390,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais plus ce qu'y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1907",
+          "begin": 3594390,
+          "end": 3595293,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1181",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1181"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1908",
+          "begin": 3602595,
+          "end": 3603644,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1182",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "une émission sur quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1182"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1909",
+          "begin": 3604462,
+          "end": 3605087,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1183",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1183"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1910",
+          "begin": 3608764,
+          "end": 3610529,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1183",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est ah non c'est sur Europe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1183"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1911",
+          "begin": 3610529,
+          "end": 3611225,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1184",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Europe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1184"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1912",
+          "begin": 3611225,
+          "end": 3612608,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1185",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est Jean Yanne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1185"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1913",
+          "begin": 3613515,
+          "end": 3614164,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1186",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1186"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1914",
+          "begin": 3614164,
+          "end": 3614980,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1187",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "Jean Yanne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1187"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1915",
+          "begin": 3614164,
+          "end": 3614980,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1187",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "Jean Yanne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1187"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1916",
+          "begin": 3614980,
+          "end": 3615533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1188",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1188"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1917",
+          "begin": 3616249,
+          "end": 3617804,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1188",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "il raconte des histoires je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1188"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1918",
+          "begin": 3617804,
+          "end": 3619073,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1189",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1189"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1919",
+          "begin": 3617804,
+          "end": 3619073,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1189",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tu connais pas Jean Yanne ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1189"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1920",
+          "begin": 3619073,
+          "end": 3620246,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1190",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui d'accord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1190"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1921",
+          "begin": 3623084,
+          "end": 3624133,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1191",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sans quoi euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1191"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1922",
+          "begin": 3624133,
+          "end": 3626041,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1192",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et la télévision vous la regardez souvent ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1192"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1923",
+          "begin": 3626900,
+          "end": 3628026,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1193",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui en ce moment oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1193"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1924",
+          "begin": 3630601,
+          "end": 3632490,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1194",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "combien de temps tous les jours un peu près euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1194"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1925",
+          "begin": 3632490,
+          "end": 3632829,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1195",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1195"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1926",
+          "begin": 3632490,
+          "end": 3632829,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1195",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "une"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1195"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1927",
+          "begin": 3632829,
+          "end": 3633478,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1196",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les soirs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1196"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1928",
+          "begin": 3633478,
+          "end": 3635724,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1197",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "tous les soirs pendant trois heures quatre heures ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1197"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1929",
+          "begin": 3637775,
+          "end": 3639516,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1198",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui deux ou trois heures à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1198"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1930",
+          "begin": 3643546,
+          "end": 3645073,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1199",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous préférez comme chaîne ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1199"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1931",
+          "begin": 3646771,
+          "end": 3647634,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1932",
+          "begin": 3649089,
+          "end": 3650262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors là euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1933",
+          "begin": 3652146,
+          "end": 3653267,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1200",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la première quand même"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1200"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1934",
+          "begin": 3653267,
+          "end": 3654030,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1201",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la première ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1201"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1935",
+          "begin": 3654030,
+          "end": 3654340,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1202",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1202"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1936",
+          "begin": 3654340,
+          "end": 3655032,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1203",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1203"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1937",
+          "begin": 3657755,
+          "end": 3660045,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1204",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "parce que j'aime bien les feuilletons sur la première"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1204"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1938",
+          "begin": 3660045,
+          "end": 3660598,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1205",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1205"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1939",
+          "begin": 3660598,
+          "end": 3661914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1206",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "plus que sur la deuxième"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1206"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1940",
+          "begin": 3663965,
+          "end": 3665682,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1207",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous préférez comme émission ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1207"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1941",
+          "begin": 3665682,
+          "end": 3667900,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1207",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "plutôt les les feuilletons les choses comme ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1207"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1942",
+          "begin": 3667900,
+          "end": 3668615,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1208",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les chansons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1208"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1943",
+          "begin": 3668615,
+          "end": 3669402,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1209",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les chansons"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1209"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1944",
+          "begin": 3674315,
+          "end": 3676223,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1210",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et au cinéma vous y allez quand même malgré"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1210"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1945",
+          "begin": 3676223,
+          "end": 3676848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1211",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la télévision ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1211"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1946",
+          "begin": 3676223,
+          "end": 3676848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1211",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "l'hiver"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1211"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1947",
+          "begin": 3676848,
+          "end": 3677449,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1212",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1212"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1948",
+          "begin": 3677449,
+          "end": 3678479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1213",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l'hiver seulement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1213"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1949",
+          "begin": 3677449,
+          "end": 3678479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1213",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "l'hiver de temps"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1213"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1950",
+          "begin": 3678479,
+          "end": 3679195,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1214",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en temps mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1214"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1951",
+          "begin": 3679195,
+          "end": 3679748,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1215",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1215"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1952",
+          "begin": 3679748,
+          "end": 3680368,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1216",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et encore"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1216"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1953",
+          "begin": 3682562,
+          "end": 3684136,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1217",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça peut faire combien dans l'année ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1217"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1954",
+          "begin": 3686282,
+          "end": 3687141,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1218",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça fait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1218"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1955",
+          "begin": 3687141,
+          "end": 3687718,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1218",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1218"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1956",
+          "begin": 3691391,
+          "end": 3692919,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1219",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "une dizaine de fois ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1219"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1957",
+          "begin": 3692919,
+          "end": 3695259,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1220",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui à peu près même pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1220"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1958",
+          "begin": 3695259,
+          "end": 3696070,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1221",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "même pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1221"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1959",
+          "begin": 3696671,
+          "end": 3697391,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1223",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "cinq ou six fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1223"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1960",
+          "begin": 3697391,
+          "end": 3698250,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1224",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1224"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1961",
+          "begin": 3700568,
+          "end": 3701217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1962",
+          "begin": 3701217,
+          "end": 3702605,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous aimez bien euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1963",
+          "begin": 3702605,
+          "end": 3703444,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "voir comme films ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1964",
+          "begin": 3703444,
+          "end": 3704177,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1225",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme genre de film ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1225"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1965",
+          "begin": 3709471,
+          "end": 3711141,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1226",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je vais un peu voir de tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1226"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1966",
+          "begin": 3712386,
+          "end": 3714394,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1227",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "plutôt des films d'aventure euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1227"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1967",
+          "begin": 3714394,
+          "end": 3715424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1228",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1228"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1968",
+          "begin": 3714394,
+          "end": 3715424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1228",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des films euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1228"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1969",
+          "begin": 3715424,
+          "end": 3717022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1229",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'amour des films euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1229"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1970",
+          "begin": 3717022,
+          "end": 3718243,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1230",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui les films d'amour"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1230"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1971",
+          "begin": 3718243,
+          "end": 3718725,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1231",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1231"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1972",
+          "begin": 3724644,
+          "end": 3726366,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et est-ce que vous pensez que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1973",
+          "begin": 3726366,
+          "end": 3729566,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est c'est un c'est un bon moyen de se cultiver de regarder la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1974",
+          "begin": 3729566,
+          "end": 3733482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1232",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la radio enfin d'écouter la radio de regarder la télévision ou d'aller au cinéma ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1232"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1975",
+          "begin": 3734655,
+          "end": 3736611,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1233",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben ça dépend des émissions y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1233"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1976",
+          "begin": 3736611,
+          "end": 3737427,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1234",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1234"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1977",
+          "begin": 3736611,
+          "end": 3737427,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1234",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des émissions"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1234"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1978",
+          "begin": 3737427,
+          "end": 3738052,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1235",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qui sont"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1235"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1979",
+          "begin": 3738981,
+          "end": 3740489,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1235",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez instructives"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1235"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1980",
+          "begin": 3740489,
+          "end": 3741157,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1236",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1236"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1981",
+          "begin": 3745597,
+          "end": 3749795,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1236",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais qu'est-ce qui vous semble le meilleur moyen de se cultiver la radio la télévision le cinéma ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1236"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1982",
+          "begin": 3752089,
+          "end": 3753353,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1237",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je crois que c'est la télévision"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1237"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1983",
+          "begin": 3754522,
+          "end": 3755815,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1238",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui surtout la télévision"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1238"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1984",
+          "begin": 3756821,
+          "end": 3758853,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1238",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et le cinéma ça vous paraît aussi euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1238"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1985",
+          "begin": 3759740,
+          "end": 3761243,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1238",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un moyen de se cultiver ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1238"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1986",
+          "begin": 3765564,
+          "end": 3766303,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1239",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1239"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1987",
+          "begin": 3766303,
+          "end": 3766923,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1240",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1240"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1988",
+          "begin": 3767615,
+          "end": 3768001,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1241",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1241"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1989",
+          "begin": 3767615,
+          "end": 3768001,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1241",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1241"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1990",
+          "begin": 3768001,
+          "end": 3769492,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1242",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement ça d'ailleurs"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1242"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1991",
+          "begin": 3769492,
+          "end": 3770553,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1243",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous n'aimez pas tellement le cinéma ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1243"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1992",
+          "begin": 3771512,
+          "end": 3771946,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1244",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1244"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1993",
+          "begin": 3771946,
+          "end": 3772590,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1245",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1245"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1994",
+          "begin": 3774956,
+          "end": 3775986,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1246",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouve qu'on s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1246"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1995",
+          "begin": 3775986,
+          "end": 3777226,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1246",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sort abruti euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1246"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1996",
+          "begin": 3777822,
+          "end": 3779563,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1246",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime pas aller dans une salle de cinéma"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1246"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1997",
+          "begin": 3779563,
+          "end": 3780279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1247",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1247"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1998",
+          "begin": 3780279,
+          "end": 3781762,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1248",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de moins en moins j'y vais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1248"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a1999",
+          "begin": 3785554,
+          "end": 3787223,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1249",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous faites de la photographie ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1249"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2000",
+          "begin": 3788097,
+          "end": 3789088,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1250",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "l'été oui des fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1250"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2001",
+          "begin": 3789737,
+          "end": 3790576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1250",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en vacances"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1250"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2002",
+          "begin": 3791244,
+          "end": 3793700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1251",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "combien de combien de films à peu près euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1251"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2003",
+          "begin": 3793700,
+          "end": 3795799,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1252",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh je fais pas de f- enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1252"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2004",
+          "begin": 3795799,
+          "end": 3796872,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1253",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de pellicules de ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1253"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2005",
+          "begin": 3795799,
+          "end": 3796872,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1253",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1253"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2006",
+          "begin": 3796872,
+          "end": 3797492,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "deux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2007",
+          "begin": 3797492,
+          "end": 3798828,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "deux ou trois par euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2008",
+          "begin": 3799787,
+          "end": 3800793,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1254",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trois par été"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1254"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2009",
+          "begin": 3800793,
+          "end": 3801628,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1255",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1255"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2010",
+          "begin": 3802296,
+          "end": 3805043,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1255",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et en général qu'est-ce que vous aimez bien prendre comme euh genre de sujets ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1255"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2011",
+          "begin": 3806832,
+          "end": 3807791,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben je vais souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2012",
+          "begin": 3807791,
+          "end": 3809012,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je vais à la mer alors euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2013",
+          "begin": 3809012,
+          "end": 3810209,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime bien prendre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2014",
+          "begin": 3814096,
+          "end": 3815098,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2015",
+          "begin": 3815098,
+          "end": 3817154,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "les paysages de la mer quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2016",
+          "begin": 3823550,
+          "end": 3825057,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais je prends surtout des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2017",
+          "begin": 3825844,
+          "end": 3826512,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1256",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des personnes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1256"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2018",
+          "begin": 3828568,
+          "end": 3829527,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1257",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "plutôt des personnes ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1257"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2019",
+          "begin": 3829527,
+          "end": 3830033,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1258",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1258"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2020",
+          "begin": 3831135,
+          "end": 3832141,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1259",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin vos amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1259"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2021",
+          "begin": 3832141,
+          "end": 3833095,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2022",
+          "begin": 3832141,
+          "end": 3833095,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1260",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1260"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2023",
+          "begin": 3833095,
+          "end": 3833715,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1261",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1261"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2024",
+          "begin": 3840822,
+          "end": 3842210,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1262",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous aimez la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1262"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2025",
+          "begin": 3842210,
+          "end": 3843813,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1262",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la musique euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1262"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2026",
+          "begin": 3844819,
+          "end": 3845897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1262",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez un électrophone ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1262"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2027",
+          "begin": 3845897,
+          "end": 3846474,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1263",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1263"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2028",
+          "begin": 3847023,
+          "end": 3850366,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1264",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous avez comme genre de disques ? enfin qu'est-ce que vous aimez bien des chansons euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1264"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2029",
+          "begin": 3850366,
+          "end": 3851416,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1265",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des chansons oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1265"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2030",
+          "begin": 3851416,
+          "end": 3852255,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1266",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1266"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2031",
+          "begin": 3851416,
+          "end": 3852255,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1266",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "modernes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1266"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2032",
+          "begin": 3852255,
+          "end": 3852494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1267",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1267"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2033",
+          "begin": 3852494,
+          "end": 3853119,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1268",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui modernes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1268"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2034",
+          "begin": 3853119,
+          "end": 3853529,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1269",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1269"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2035",
+          "begin": 3861995,
+          "end": 3863884,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1270",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous avez le vous avez quelquefois le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1270"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2036",
+          "begin": 3863884,
+          "end": 3866321,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1270",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "temps de d'aller au théâtre à Orléans ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1270"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2037",
+          "begin": 3867537,
+          "end": 3868849,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1271",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh j'y vais pas souvent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1271"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2038",
+          "begin": 3868849,
+          "end": 3871262,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1271",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm j'y ai été une fois là cette année c'est tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1271"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2039",
+          "begin": 3871835,
+          "end": 3874582,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1272",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous y allez tous les ans ou à peu près une fois euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1272"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2040",
+          "begin": 3874582,
+          "end": 3875445,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1273",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "même pas non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1273"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2041",
+          "begin": 3875445,
+          "end": 3875779,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1274",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "même"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1274"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2042",
+          "begin": 3875779,
+          "end": 3876294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1275",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1275"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2043",
+          "begin": 3875779,
+          "end": 3876294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1275",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1275"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2044",
+          "begin": 3876294,
+          "end": 3878646,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1276",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "d'abord le théâtre à Orléans n'est pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1276"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2045",
+          "begin": 3878646,
+          "end": 3879271,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1276",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1276"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2046",
+          "begin": 3880874,
+          "end": 3882310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1276",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "il est vieux enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1276"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2047",
+          "begin": 3882310,
+          "end": 3884056,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1276",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non j'aime pas tellement le théâtre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1276"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2048",
+          "begin": 3887495,
+          "end": 3890218,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1277",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et la maison euh la maison de la culture vous y avez déjà été ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1277"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2049",
+          "begin": 3890218,
+          "end": 3890791,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1278",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non jamais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1278"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2050",
+          "begin": 3891535,
+          "end": 3892942,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1278",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça fait pas tellement longtemps qu'elle est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1278"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2051",
+          "begin": 3892942,
+          "end": 3893471,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1279",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1279"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2052",
+          "begin": 3894023,
+          "end": 3894740,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1280",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "construite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1280"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2053",
+          "begin": 3895723,
+          "end": 3896491,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1280",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jamais été"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1280"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2054",
+          "begin": 3896491,
+          "end": 3899596,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1281",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que enfin les gens qui y ont été que vous connaissez qu'est-ce qu'ils en pensent ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1281"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2055",
+          "begin": 3903536,
+          "end": 3904714,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1282",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je connais personne qui y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1282"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2056",
+          "begin": 3904714,
+          "end": 3905482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1283",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "été"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1283"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2057",
+          "begin": 3904714,
+          "end": 3905482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1283",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah bon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1283"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2058",
+          "begin": 3908253,
+          "end": 3909636,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1284",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et la peinture vous aimez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1284"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2059",
+          "begin": 3909636,
+          "end": 3910256,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1285",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1285"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2060",
+          "begin": 3910256,
+          "end": 3910833,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1286",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1286"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2061",
+          "begin": 3910256,
+          "end": 3910833,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1286",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "du tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1286"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2062",
+          "begin": 3910833,
+          "end": 3911410,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1287",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "du tout du tout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1287"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2063",
+          "begin": 3911410,
+          "end": 3911959,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1288",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1288"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2064",
+          "begin": 3911410,
+          "end": 3911959,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1288",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1288"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2065",
+          "begin": 3912727,
+          "end": 3913953,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1289",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors vous n'allez jamais au musée ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1289"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2066",
+          "begin": 3913953,
+          "end": 3914721,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1290",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1290"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2067",
+          "begin": 3918637,
+          "end": 3920168,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1291",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et en musique qu'est-ce que vous préférez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1291"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2068",
+          "begin": 3920168,
+          "end": 3921742,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1291",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme compo- comme compositeur ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1291"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2069",
+          "begin": 3926993,
+          "end": 3927732,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1292",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez pas de préférence"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1292"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2070",
+          "begin": 3927732,
+          "end": 3928615,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1293",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "spéciale euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1293"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2071",
+          "begin": 3927732,
+          "end": 3928615,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1293",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1293"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2072",
+          "begin": 3934534,
+          "end": 3935564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1294",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous lisez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1294"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2073",
+          "begin": 3936198,
+          "end": 3938965,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1294",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des choses dans dans les journaux ou euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1294"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2074",
+          "begin": 3938965,
+          "end": 3940448,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1294",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "féminins ou autres enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1294"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2075",
+          "begin": 3941188,
+          "end": 3942910,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1295",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui Mademoiselle Age Tendre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1295"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2076",
+          "begin": 3942910,
+          "end": 3944274,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1296",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Mademoiselle Age Tendre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1296"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2077",
+          "begin": 3947637,
+          "end": 3949559,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1296",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et en dehors de Mademoiselle Age Tendre est-ce que vous y euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1296"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2078",
+          "begin": 3949559,
+          "end": 3950975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1296",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous lisez d'autres choses ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1296"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2079",
+          "begin": 3950975,
+          "end": 3952597,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1297",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "France Dimanche euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1297"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2080",
+          "begin": 3952597,
+          "end": 3953558,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1298",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "France Dimanche"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1298"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2081",
+          "begin": 3955229,
+          "end": 3955848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1299",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et Femme"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1299"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2082",
+          "begin": 3955229,
+          "end": 3955848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1299",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1299"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2083",
+          "begin": 3955848,
+          "end": 3956640,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1300",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "d'Aujourd'hui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1300"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2084",
+          "begin": 3956640,
+          "end": 3957503,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1301",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Femme d'Aujourd'hui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1301"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2085",
+          "begin": 3957503,
+          "end": 3957933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1302",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1302"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2086",
+          "begin": 3962993,
+          "end": 3965362,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1303",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et à part ça vous lisez d'autres journaux ou revues ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1303"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2087",
+          "begin": 3968372,
+          "end": 3968854,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1304",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1304"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2088",
+          "begin": 3971864,
+          "end": 3973535,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1305",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça régulièrement enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1305"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2089",
+          "begin": 3973535,
+          "end": 3973943,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1306",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1306"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2090",
+          "begin": 3973943,
+          "end": 3974635,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2091",
+          "begin": 3976686,
+          "end": 3977573,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2092",
+          "begin": 3977573,
+          "end": 3978599,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des livres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2093",
+          "begin": 3978599,
+          "end": 3980440,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce qu'est-ce que vous aimez comme genres de livre ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2094",
+          "begin": 3980440,
+          "end": 3981766,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1307",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous en lisez euh de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1307"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2095",
+          "begin": 3981766,
+          "end": 3982663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1308",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "temps en temps quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1308"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2096",
+          "begin": 3981766,
+          "end": 3982663,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1308",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je lis pas du"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1308"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2097",
+          "begin": 3982663,
+          "end": 3983335,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1309",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tout non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1309"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2098",
+          "begin": 3983335,
+          "end": 3984313,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1310",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas du tout du tout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1310"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2099",
+          "begin": 3984313,
+          "end": 3984957,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1311",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1311"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2100",
+          "begin": 3984957,
+          "end": 3985463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1312",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1312"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2101",
+          "begin": 3984957,
+          "end": 3985463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1312",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1312"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2102",
+          "begin": 3985463,
+          "end": 3986040,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1313",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas lire"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1313"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2103",
+          "begin": 3986040,
+          "end": 3986994,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1314",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous n'aimez pas lire ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1314"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2104",
+          "begin": 3986994,
+          "end": 3987542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1315",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1315"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2105",
+          "begin": 3994220,
+          "end": 3995727,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1316",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous en avez jamais acheté euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1316"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2106",
+          "begin": 3997134,
+          "end": 3998780,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1317",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non moi j- moi jamais non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1317"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2107",
+          "begin": 4005367,
+          "end": 4006660,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1318",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "faudrait retourner peut être"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1318"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2108",
+          "begin": 4006660,
+          "end": 4007619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1319",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1319"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2109",
+          "begin": 4006660,
+          "end": 4007619,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1319",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1319"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2110",
+          "begin": 4007619,
+          "end": 4008458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1320",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est pas encore"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1320"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2111",
+          "begin": 4016948,
+          "end": 4019643,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1321",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "si vous é- si vous aimez pas lire vous n'avez pas de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1321"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2112",
+          "begin": 4019643,
+          "end": 4021460,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1321",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez un dictionnaire enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1321"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2113",
+          "begin": 4021460,
+          "end": 4022037,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1322",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1322"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2114",
+          "begin": 4023277,
+          "end": 4024326,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1323",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous l'avez eu quand ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1323"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2115",
+          "begin": 4025686,
+          "end": 4027241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1324",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous l'avez acheté vous-même ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1324"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2116",
+          "begin": 4027241,
+          "end": 4028700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1325",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on vous l'a donné à l'école on vous l'a ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1325"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2117",
+          "begin": 4027241,
+          "end": 4028700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1325",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non on me l'a offert euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1325"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2118",
+          "begin": 4028700,
+          "end": 4029464,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1326",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à l'école"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1326"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2119",
+          "begin": 4029464,
+          "end": 4030685,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1327",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est l'école qui l'a offert"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1327"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2120",
+          "begin": 4030685,
+          "end": 4032311,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1328",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh oui c'est au certificat"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1328"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2121",
+          "begin": 4032311,
+          "end": 4033385,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1329",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1329"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2122",
+          "begin": 4040353,
+          "end": 4042046,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1329",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous avez c'est un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1329"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2123",
+          "begin": 4042046,
+          "end": 4043191,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "Larousse euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2124",
+          "begin": 4042046,
+          "end": 4043191,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1330",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "Larousse"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1330"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2125",
+          "begin": 4043191,
+          "end": 4044336,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1331",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "illustré ? enfin le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1331"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2126",
+          "begin": 4044336,
+          "end": 4044746,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1332",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1332"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2127",
+          "begin": 4053880,
+          "end": 4055292,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1333",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous vous en servez de temps en temps ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1333"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2128",
+          "begin": 4057443,
+          "end": 4058898,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1333",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou bien vous vous en servez plus enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1333"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2129",
+          "begin": 4058898,
+          "end": 4059332,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1334",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "depuis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1334"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2130",
+          "begin": 4058898,
+          "end": 4059332,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1334",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1334"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2131",
+          "begin": 4059332,
+          "end": 4060047,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1335",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas souvent non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1335"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2132",
+          "begin": 4060047,
+          "end": 4060477,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1336",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1336"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2133",
+          "begin": 4062175,
+          "end": 4064469,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1336",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous vous souvenez de la dernière fois ou vous vous en êtes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1336"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2134",
+          "begin": 4062175,
+          "end": 4064469,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1336",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "servie ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1336"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2135",
+          "begin": 4066692,
+          "end": 4067603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1337",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1337"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2136",
+          "begin": 4067603,
+          "end": 4068729,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1338",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je m'en suis servie une s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1338"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2137",
+          "begin": 4068729,
+          "end": 4070665,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1339",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a pas tellement longtemps c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1339"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2138",
+          "begin": 4070665,
+          "end": 4073217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1339",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai essayé de faire un concours euh à la radio"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1339"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2139",
+          "begin": 4073217,
+          "end": 4073794,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1340",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1340"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2140",
+          "begin": 4073217,
+          "end": 4073794,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1340",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1340"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2141",
+          "begin": 4073794,
+          "end": 4074462,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1341",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ce que c'était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1341"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2142",
+          "begin": 4075087,
+          "end": 4076713,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1341",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'était pour trouver une ville"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1341"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2143",
+          "begin": 4076713,
+          "end": 4077834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1341",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je m'en suis servie"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1341"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2144",
+          "begin": 4077834,
+          "end": 4078192,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1342",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1342"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2145",
+          "begin": 4079866,
+          "end": 4081917,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1342",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est surtout pour retrouver des villes enfin pour les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1342"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2146",
+          "begin": 4081917,
+          "end": 4082279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1343",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "concours de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1343"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2147",
+          "begin": 4081917,
+          "end": 4082279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1343",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1343"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2148",
+          "begin": 4082279,
+          "end": 4083114,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1344",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "radio oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1344"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2149",
+          "begin": 4088217,
+          "end": 4089744,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1344",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a longtemps de ça ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1344"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2150",
+          "begin": 4090488,
+          "end": 4092038,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1345",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ça fait deux mois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1345"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2151",
+          "begin": 4092038,
+          "end": 4092730,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1345",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1345"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2152",
+          "begin": 4102965,
+          "end": 4104658,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1346",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et une encyclopédie vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1346"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2153",
+          "begin": 4104658,
+          "end": 4105612,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1346",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1346"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2154",
+          "begin": 4106614,
+          "end": 4107048,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1347",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1347"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2155",
+          "begin": 4107048,
+          "end": 4107907,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1347",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi j'en ai pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1347"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2156",
+          "begin": 4109581,
+          "end": 4114255,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1348",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pouvez est-ce que vous trouvez que c'est utile enfin maintenant on fait des livres euh par exemple sur le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1348"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2157",
+          "begin": 4114255,
+          "end": 4117737,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1348",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin des y a des livres du genre guide de politesse euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1348"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2158",
+          "begin": 4117737,
+          "end": 4120794,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1348",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "guide de savoir-vivre et caetera vous trouvez que ce sont des choses utiles ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1348"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2159",
+          "begin": 4126346,
+          "end": 4128831,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1349",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "guide de savoir wi- vivre euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1349"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2160",
+          "begin": 4128831,
+          "end": 4130171,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1349",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui des fois ça sert"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1349"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2161",
+          "begin": 4130934,
+          "end": 4131984,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1349",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça peut servir"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1349"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2162",
+          "begin": 4133133,
+          "end": 4133563,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1349",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1349"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2163",
+          "begin": 4135953,
+          "end": 4137484,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1350",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour quel genre de choses enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1350"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2164",
+          "begin": 4138843,
+          "end": 4140513,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1350",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour quel genre de circonstances vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1350"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2165",
+          "begin": 4140513,
+          "end": 4143427,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1351",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "par exemple quand on veut faire une carte de visite euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1351"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2166",
+          "begin": 4143427,
+          "end": 4144310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1351",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour un mariage ou euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1351"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2167",
+          "begin": 4144310,
+          "end": 4144816,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1352",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1352"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2168",
+          "begin": 4145322,
+          "end": 4147044,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1353",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vous savez pas la formule qu'on peut mettre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1353"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2169",
+          "begin": 4147044,
+          "end": 4147550,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1354",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1354"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2170",
+          "begin": 4147550,
+          "end": 4148723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1355",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "formule de politesse"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1355"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2171",
+          "begin": 4148723,
+          "end": 4149251,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1356",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1356"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2172",
+          "begin": 4149251,
+          "end": 4149849,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1357",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "quelque chose comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1357"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2173",
+          "begin": 4151447,
+          "end": 4152854,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1358",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous en avez un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1358"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2174",
+          "begin": 4152854,
+          "end": 4154356,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1358",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme ça enfin un livre de ce genre-là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1358"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2175",
+          "begin": 4154356,
+          "end": 4155859,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non j'ai pas le livre mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2176",
+          "begin": 4157080,
+          "end": 4159708,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sur des des journaux comme ça on a relevé des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2177",
+          "begin": 4160380,
+          "end": 4162241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1359",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des feuilles de savoir-vivre comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1359"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2178",
+          "begin": 4162241,
+          "end": 4162961,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1360",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1360"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2179",
+          "begin": 4164034,
+          "end": 4166371,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1360",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous les avez mises quelque part enfin ces"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1360"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2180",
+          "begin": 4166371,
+          "end": 4166948,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1361",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1361"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2181",
+          "begin": 4166371,
+          "end": 4166948,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1361",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ces feuilles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1361"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2182",
+          "begin": 4166948,
+          "end": 4167377,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1362",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1362"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2183",
+          "begin": 4168045,
+          "end": 4169166,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1362",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vous avez un un un un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1362"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2184",
+          "begin": 4169166,
+          "end": 4170959,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1362",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un dossier enfin un cahier dans lequel vous les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1362"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2185",
+          "begin": 4170959,
+          "end": 4172778,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1363",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mettez ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1363"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2186",
+          "begin": 4170959,
+          "end": 4172778,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1363",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1363"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2187",
+          "begin": 4172778,
+          "end": 4175137,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1364",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et c'est ça vous a paru intéressant enfin des choses euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1364"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2188",
+          "begin": 4175137,
+          "end": 4176353,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1365",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui y a des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1365"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2189",
+          "begin": 4176353,
+          "end": 4177403,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1365",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "choses intéressantes"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1365"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2190",
+          "begin": 4179864,
+          "end": 4180508,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1365",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1365"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2191",
+          "begin": 4191506,
+          "end": 4192246,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1366",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "si tu veux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1366"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2192",
+          "begin": 4192246,
+          "end": 4193491,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1366",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parce que tu écris mieux que moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1366"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2193",
+          "begin": 4193491,
+          "end": 4194189,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1367",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est pas ça mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1367"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2194",
+          "begin": 4194189,
+          "end": 4196239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1368",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'est pour noter les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1368"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2195",
+          "begin": 4194189,
+          "end": 4196239,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1368",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui oui oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1368"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2196",
+          "begin": 4197932,
+          "end": 4199482,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1369",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "allez pose la question"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1369"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2197",
+          "begin": 4199482,
+          "end": 4200937,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1370",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et des livres euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1370"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2198",
+          "begin": 4200937,
+          "end": 4202678,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1370",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des livres sur le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1370"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2199",
+          "begin": 4202678,
+          "end": 4206475,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1370",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sur l'art de parler de d'écrire des lettres ou des choses comme ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1370"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2200",
+          "begin": 4208554,
+          "end": 4211488,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1371",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'en ai j'ai quelques feuilles aussi comme ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1371"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2201",
+          "begin": 4211488,
+          "end": 4213830,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1371",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sur l'art d'écrire une lettre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1371"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2202",
+          "begin": 4213830,
+          "end": 4215480,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1372",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "où est-ce que vous les avez trouvées ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1372"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2203",
+          "begin": 4215480,
+          "end": 4216506,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1373",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sur des journaux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1373"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2204",
+          "begin": 4216506,
+          "end": 4217202,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1373",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sur euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1373"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2205",
+          "begin": 4217202,
+          "end": 4218498,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1373",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ça fait longtemps"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1373"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2206",
+          "begin": 4219158,
+          "end": 4220927,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1373",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des Femmes d'Aujoud'hui je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1373"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2207",
+          "begin": 4220927,
+          "end": 4222907,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1374",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dans Femmes d'Aujourd'hui y a euh des choses comme ça oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1374"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2208",
+          "begin": 4227085,
+          "end": 4230686,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1374",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ça vous ça vous paraît utile enfin c'est c'est intéressant ce que vous avez lu ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1374"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2209",
+          "begin": 4231144,
+          "end": 4231524,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1375",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1375"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2210",
+          "begin": 4231524,
+          "end": 4233424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1376",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "certaines oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1376"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2211",
+          "begin": 4231524,
+          "end": 4233424,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1376",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comme genre d'articles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1376"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2212",
+          "begin": 4236434,
+          "end": 4238013,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1377",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "par exemple des lettres pour euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1377"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2213",
+          "begin": 4240140,
+          "end": 4242506,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1377",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour se faire euh embaucher dans une place"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1377"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2214",
+          "begin": 4243489,
+          "end": 4244257,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1378",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1378"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2215",
+          "begin": 4245931,
+          "end": 4248006,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1378",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça c'est utile"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1378"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2216",
+          "begin": 4254092,
+          "end": 4255265,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1379",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous faites des mots-croisés ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1379"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2217",
+          "begin": 4255265,
+          "end": 4256148,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1380",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non jamais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1380"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2218",
+          "begin": 4256148,
+          "end": 4256725,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1381",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1381"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2219",
+          "begin": 4257393,
+          "end": 4257922,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1381",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1381"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2220",
+          "begin": 4258662,
+          "end": 4259430,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1381",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous plaît pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1381"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2221",
+          "begin": 4260842,
+          "end": 4261586,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1382",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1382"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2222",
+          "begin": 4263923,
+          "end": 4266236,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1382",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais jamais en entier alors euh j'abandonne avant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1382"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2223",
+          "begin": 4273629,
+          "end": 4274516,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous avez vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2224",
+          "begin": 4274516,
+          "end": 4276162,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui pour le latin vous avez dit que c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2225",
+          "begin": 4276162,
+          "end": 4277574,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous semblait euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2226",
+          "begin": 4277574,
+          "end": 4278461,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1384",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "inutile hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1384"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2227",
+          "begin": 4278461,
+          "end": 4279487,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1385",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1385"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2228",
+          "begin": 4279487,
+          "end": 4281042,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1386",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que vous pensez du franglais ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1386"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2229",
+          "begin": 4281691,
+          "end": 4282650,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1387",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "du franc anglais ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1387"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2230",
+          "begin": 4282650,
+          "end": 4283132,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1388",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1388"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2231",
+          "begin": 4284878,
+          "end": 4286004,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1389",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous savez le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1389"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2232",
+          "begin": 4286004,
+          "end": 4288584,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1389",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "le fait d'employer des mots comme snack-bar et caetera"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1389"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2233",
+          "begin": 4289514,
+          "end": 4291494,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1389",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous trouvez que c'est une bonne chose euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1389"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2234",
+          "begin": 4291494,
+          "end": 4293550,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1389",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou bien vous êtes indifférente euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1389"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2235",
+          "begin": 4294318,
+          "end": 4295110,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1390",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1390"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2236",
+          "begin": 4295110,
+          "end": 4296140,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1391",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "assez indifférente hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1391"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2237",
+          "begin": 4300576,
+          "end": 4305016,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez que ? tout à l'heure on parlait des milieux sociaux à Orléans vous avez dit que y avait pas beaucoup de différences"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2238",
+          "begin": 4305016,
+          "end": 4307020,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez que y a des différences euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2239",
+          "begin": 4307020,
+          "end": 4308479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour la façon de parler des gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2240",
+          "begin": 4308479,
+          "end": 4309791,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la façon de parler le français ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2241",
+          "begin": 4310554,
+          "end": 4312133,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1392",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "suivant les milieux d'Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1392"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2242",
+          "begin": 4319769,
+          "end": 4321610,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1393",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour les habitants d'Orléans seul-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1393"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2243",
+          "begin": 4327691,
+          "end": 4328764,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1393",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je trouve pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1393"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2244",
+          "begin": 4328764,
+          "end": 4331062,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1394",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a pas de différen- enfin tout le monde parle à peu près de la même façon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1394"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2245",
+          "begin": 4331062,
+          "end": 4331654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1395",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1395"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2246",
+          "begin": 4331062,
+          "end": 4331654,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1395",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1395"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2247",
+          "begin": 4331654,
+          "end": 4332714,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1396",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1396"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2248",
+          "begin": 4336853,
+          "end": 4339529,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1397",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous trouvez que les gens en général enfin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1397"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2249",
+          "begin": 4339529,
+          "end": 4343373,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1397",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parlent de p- de mieux en mieux le français ou de plus en plus mal euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1397"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2250",
+          "begin": 4348238,
+          "end": 4349960,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1398",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou sans changement enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1398"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2251",
+          "begin": 4364536,
+          "end": 4366019,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1399",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin y a pas de y a pas de grosses différences quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1399"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2252",
+          "begin": 4366019,
+          "end": 4367045,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1399",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a pas de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1399"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2253",
+          "begin": 4368409,
+          "end": 4369387,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1400",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1400"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2254",
+          "begin": 4369387,
+          "end": 4369773,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1401",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1401"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2255",
+          "begin": 4377142,
+          "end": 4381101,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1402",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pa- parmi les gens que vous connaissez vous avez déjà entendu parler euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1402"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2256",
+          "begin": 4381869,
+          "end": 4383281,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1402",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1402"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2257",
+          "begin": 4383281,
+          "end": 4386061,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1402",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous vous rappelez de quelqu'un qui parlait particulièrement bien le français ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1402"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2258",
+          "begin": 4387950,
+          "end": 4389696,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1403",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin qui parlait en bon français quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1403"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2259",
+          "begin": 4398095,
+          "end": 4399407,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1404",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ou enfin y a ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1404"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2260",
+          "begin": 4399407,
+          "end": 4401343,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1404",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça vous a jamais frappée enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1404"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2261",
+          "begin": 4409671,
+          "end": 4410606,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1405",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vos parents ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1405"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2262",
+          "begin": 4414760,
+          "end": 4415886,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1406",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "douze ans je crois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1406"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2263",
+          "begin": 4415886,
+          "end": 4416678,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1407",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "douze ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1407"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2264",
+          "begin": 4419974,
+          "end": 4420885,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1407",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tous le d-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1407"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2265",
+          "begin": 4420885,
+          "end": 4421820,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1407",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tous les deux ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1407"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2266",
+          "begin": 4421820,
+          "end": 4422636,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1408",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1408"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2267",
+          "begin": 4423089,
+          "end": 4425645,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1409",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et les grands-parents vous vous souvenez plus peut-être que votre maman"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1409"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2268",
+          "begin": 4425645,
+          "end": 4426456,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "se souvient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2269",
+          "begin": 4425645,
+          "end": 4426456,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1410",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1410"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2270",
+          "begin": 4426456,
+          "end": 4427863,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1411",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jusque à quel âge euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1411"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2271",
+          "begin": 4427863,
+          "end": 4429890,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1411",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "tes parents ils ont été à l'école ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1411"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2272",
+          "begin": 4429890,
+          "end": 4430892,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1412",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1412"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2273",
+          "begin": 4430892,
+          "end": 4432065,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1413",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jusqu'à quel âge ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1413"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2274",
+          "begin": 4432065,
+          "end": 4434212,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1414",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh ben c'est c'était douze ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1414"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2275",
+          "begin": 4434212,
+          "end": 4435280,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1415",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "douze ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1415"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2276",
+          "begin": 4435280,
+          "end": 4437622,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1416",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi j'y étais jusqu'à treize"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1416"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2277",
+          "begin": 4437622,
+          "end": 4438366,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1417",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "treize"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1417"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2278",
+          "begin": 4438366,
+          "end": 4439678,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1418",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'était l'âge"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1418"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2279",
+          "begin": 4439678,
+          "end": 4443594,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1419",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et c'était l'âge qu'est-ce qu'on fa- on passait le certificat à ce moment-là ou euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1419"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2280",
+          "begin": 4443594,
+          "end": 4444290,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1420",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1420"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2281",
+          "begin": 4444290,
+          "end": 4445077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2282",
+          "begin": 4444290,
+          "end": 4445077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1421",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1421"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2283",
+          "begin": 4445077,
+          "end": 4446723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1422",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "moi oui mon père aussi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1422"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2284",
+          "begin": 4446723,
+          "end": 4447276,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1423",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1423"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2285",
+          "begin": 4447276,
+          "end": 4448063,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1424",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1424"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2286",
+          "begin": 4451306,
+          "end": 4454383,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1424",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mon frère il apprenait tout ce qu'il voulait à l'école malheureusement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1424"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2287",
+          "begin": 4454383,
+          "end": 4455103,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1425",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1425"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2288",
+          "begin": 4454383,
+          "end": 4455103,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1425",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "on avait des parents"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1425"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2289",
+          "begin": 4455103,
+          "end": 4455699,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1426",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas riches"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1426"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2290",
+          "begin": 4456391,
+          "end": 4456730,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1428",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1428"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2291",
+          "begin": 4456730,
+          "end": 4459143,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1429",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "qu'est-ce qu'il faisait comme métier votre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1429"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2292",
+          "begin": 4459143,
+          "end": 4459525,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1430",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1430"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2293",
+          "begin": 4459525,
+          "end": 4459983,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1431",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "père ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1431"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2294",
+          "begin": 4459525,
+          "end": 4459983,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1431",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "votre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1431"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2295",
+          "begin": 4459983,
+          "end": 4460751,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1432",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "père oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1432"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2296",
+          "begin": 4460751,
+          "end": 4463117,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1433",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mon père était mécanicien aux chemins de fer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1433"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2297",
+          "begin": 4463117,
+          "end": 4464004,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1434",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1434"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2298",
+          "begin": 4467581,
+          "end": 4468964,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1434",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vo- et hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1434"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2299",
+          "begin": 4472685,
+          "end": 4473811,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1434",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1434"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2300",
+          "begin": 4473811,
+          "end": 4474388,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1435",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ses parents ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1435"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2301",
+          "begin": 4474388,
+          "end": 4474698,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1436",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1436"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2302",
+          "begin": 4474698,
+          "end": 4475604,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1436",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah oui non ses parents"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1436"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2303",
+          "begin": 4477469,
+          "end": 4478400,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1438",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça c'était du chemins de fer"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1438"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2304",
+          "begin": 4478400,
+          "end": 4479100,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1439",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1439"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2305",
+          "begin": 4478400,
+          "end": 4479100,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1439",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "sa femme ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1439"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2306",
+          "begin": 4479100,
+          "end": 4480464,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1440",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui et vos parents ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1440"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2307",
+          "begin": 4482897,
+          "end": 4484857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1441",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mes pa- mes p- ah oui qu'est-ce qu'ils font ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1441"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2308",
+          "begin": 4484857,
+          "end": 4485310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1442",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1442"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2309",
+          "begin": 4484857,
+          "end": 4485310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1442",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1442"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2310",
+          "begin": 4485310,
+          "end": 4486956,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1443",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "alors ma mère elle est elle est femme de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1443"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2311",
+          "begin": 4486956,
+          "end": 4487700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1444",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ménage"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1444"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2312",
+          "begin": 4486956,
+          "end": 4487700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1444",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1444"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2313",
+          "begin": 4490252,
+          "end": 4491425,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1445",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "puis mon père il est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1445"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2314",
+          "begin": 4493548,
+          "end": 4494841,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1445",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh ouvrier euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1445"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2315",
+          "begin": 4495466,
+          "end": 4495948,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1446",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1446"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2316",
+          "begin": 4495948,
+          "end": 4497002,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1447",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au service des eaux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1447"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2317",
+          "begin": 4497002,
+          "end": 4497622,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1448",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1448"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2318",
+          "begin": 4499864,
+          "end": 4500775,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1448",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et et vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1448"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2319",
+          "begin": 4501686,
+          "end": 4503837,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1448",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous donc vous avez été euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1448"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2320",
+          "begin": 4503837,
+          "end": 4505578,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1448",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous avez été jusqu'où ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1448"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2321",
+          "begin": 4505578,
+          "end": 4506656,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1449",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jusqu'au CAP"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1449"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2322",
+          "begin": 4506656,
+          "end": 4508115,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1450",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "jusqu'au CAP hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1450"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2323",
+          "begin": 4511931,
+          "end": 4513934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1450",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça je pose pas ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1450"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2324",
+          "begin": 4516390,
+          "end": 4517416,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1452",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "je suis vite fatiguée"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1452"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2325",
+          "begin": 4523769,
+          "end": 4526393,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1454",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et le le père de votre père euh qu'est-ce qu'il avait comme métier ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1454"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2326",
+          "begin": 4528878,
+          "end": 4530099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1455",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le père de papa qu'est-ce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1455"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2327",
+          "begin": 4530099,
+          "end": 4532059,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1455",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "il travaillait au tabac mais je sais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1455"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2328",
+          "begin": 4532059,
+          "end": 4533585,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1456",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ah son ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1456"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2329",
+          "begin": 4533585,
+          "end": 4535821,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1456",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il travaillait au tabac il était mécanicien au tabac"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1456"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2330",
+          "begin": 4535821,
+          "end": 4536972,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1457",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mécanicien au tabac"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1457"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2331",
+          "begin": 4536972,
+          "end": 4537549,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1458",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1458"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2332",
+          "begin": 4537549,
+          "end": 4538741,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1459",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tous les deux"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1459"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2333",
+          "begin": 4538741,
+          "end": 4539409,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1460",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et tous les d-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1460"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2334",
+          "begin": 4538741,
+          "end": 4539409,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1460",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "il réparait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1460"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2335",
+          "begin": 4539409,
+          "end": 4540888,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1461",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "les machines euh des tabac"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1461"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2336",
+          "begin": 4540888,
+          "end": 4542419,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1462",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et votre père aussi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1462"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2337",
+          "begin": 4542419,
+          "end": 4543039,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1463",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mon père était"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1463"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2338",
+          "begin": 4542419,
+          "end": 4543039,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1463",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui auss-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1463"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2339",
+          "begin": 4543039,
+          "end": 4543945,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1464",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mécanicien aux chemins"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1464"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2340",
+          "begin": 4543039,
+          "end": 4543945,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1464",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mécanicien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1464"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2341",
+          "begin": 4543945,
+          "end": 4545567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1465",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "de fer il conduisait les machines lui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1465"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2342",
+          "begin": 4545567,
+          "end": 4546211,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1466",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est pas pareil"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1466"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2343",
+          "begin": 4545567,
+          "end": 4546211,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1466",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ils étaient"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1466"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2344",
+          "begin": 4546211,
+          "end": 4547747,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1467",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tous les deux mécaniciens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1467"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2345",
+          "begin": 4547747,
+          "end": 4548367,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1468",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1468"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2346",
+          "begin": 4550657,
+          "end": 4551019,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1469",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1469"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2347",
+          "begin": 4550657,
+          "end": 4551019,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1469",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1469"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2348",
+          "begin": 4551019,
+          "end": 4552522,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1470",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "pas le même genre de travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1470"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2349",
+          "begin": 4560325,
+          "end": 4562762,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1471",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "donc vous vous avez été i- vous avez eu le CAP"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1471"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2350",
+          "begin": 4565147,
+          "end": 4566940,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1471",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous avez été à l'école jusqu'à quel âge ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1471"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2351",
+          "begin": 4567823,
+          "end": 4568901,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1472",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh dix-neuf"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1472"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2352",
+          "begin": 4570432,
+          "end": 4571756,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1473",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "dix-neuf ans c'est le CAP"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1473"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2353",
+          "begin": 4571756,
+          "end": 4572750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "de sténo-dactylo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2354",
+          "begin": 4571756,
+          "end": 4572750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1474",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1474"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2355",
+          "begin": 4572750,
+          "end": 4573518,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1475",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui sténo-dactylo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1475"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2356",
+          "begin": 4577028,
+          "end": 4578941,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1476",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez été à l'école primaire à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1476"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2357",
+          "begin": 4578941,
+          "end": 4579542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1477",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1477"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2358",
+          "begin": 4579542,
+          "end": 4581192,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1477",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "rue Château Gaillard à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1477"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2359",
+          "begin": 4583367,
+          "end": 4584083,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1479",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1479"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2360",
+          "begin": 4586473,
+          "end": 4588004,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1479",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez passé le certificat d'études ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1479"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2361",
+          "begin": 4588004,
+          "end": 4588552,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1480",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1480"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2362",
+          "begin": 4593441,
+          "end": 4595564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et après ça c'était chambre de commerce"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2363",
+          "begin": 4601411,
+          "end": 4603271,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1481",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bon c'était tout comme euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1481"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2364",
+          "begin": 4609639,
+          "end": 4610788,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1482",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est est-ce que vous euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1482"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2365",
+          "begin": 4610788,
+          "end": 4611675,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1482",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous trouvez que les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1482"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2366",
+          "begin": 4611675,
+          "end": 4614251,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1482",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les journalistes à la radio et caetera parlent en bon français ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1482"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2367",
+          "begin": 4616483,
+          "end": 4617175,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1483",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1483"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2368",
+          "begin": 4617175,
+          "end": 4617418,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1483",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1483"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2369",
+          "begin": 4617418,
+          "end": 4617919,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1484",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "trouve bon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1484"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2370",
+          "begin": 4617418,
+          "end": 4617919,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1484",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui on"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1484"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2371",
+          "begin": 4617919,
+          "end": 4620542,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1485",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est y en y a pas besoin enfin de les obliger à"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1485"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2372",
+          "begin": 4620542,
+          "end": 4622152,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1485",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parler autrement euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1485"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2373",
+          "begin": 4622152,
+          "end": 4623588,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1486",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben non on a l'impression que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1486"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2374",
+          "begin": 4624427,
+          "end": 4624933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1487",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1487"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2375",
+          "begin": 4624427,
+          "end": 4624933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1487",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ils parlent"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1487"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2376",
+          "begin": 4624933,
+          "end": 4625772,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1488",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en bon français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1488"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2377",
+          "begin": 4627990,
+          "end": 4630399,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1489",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce que c'est important qu'ils parlent en bon français ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1489"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2378",
+          "begin": 4631954,
+          "end": 4632913,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1490",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1490"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2379",
+          "begin": 4634086,
+          "end": 4635257,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1491",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui assez important"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1491"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2380",
+          "begin": 4635257,
+          "end": 4636160,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1492",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1492"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2381",
+          "begin": 4635257,
+          "end": 4636160,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1492",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "bah"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1492"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2382",
+          "begin": 4645414,
+          "end": 4648567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1493",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi c'est important que les journalistes les speakers"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1493"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2383",
+          "begin": 4648567,
+          "end": 4649812,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1493",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "tout ça parlent bien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1493"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2384",
+          "begin": 4658283,
+          "end": 4660458,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez que en France y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2385",
+          "begin": 4660458,
+          "end": 4662800,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh un organisme enfin qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2386",
+          "begin": 4664283,
+          "end": 4667193,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1494",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qui décide si un mot fait partie du bon français ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1494"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2387",
+          "begin": 4670322,
+          "end": 4672921,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1495",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "puisqu'en Angleterre y a quelque chose de semblable enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1495"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2388",
+          "begin": 4672921,
+          "end": 4674734,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1495",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "en France est-ce que vous pensez que y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1495"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2389",
+          "begin": 4674734,
+          "end": 4676813,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1495",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un organisme qui décide euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1495"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2390",
+          "begin": 4676813,
+          "end": 4678773,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1496",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "si un mot est français ou pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1496"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2391",
+          "begin": 4676813,
+          "end": 4678773,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1496",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "si une expression ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1496"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2392",
+          "begin": 4685236,
+          "end": 4687816,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et est-ce que vous pensez que ce serait une chose qui serait enfin si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2393",
+          "begin": 4688603,
+          "end": 4693182,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "que ce serait une cho- une bonne chose à créer enfin est-ce que ce serait très utile euh ou bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2394",
+          "begin": 4693182,
+          "end": 4694928,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez que ça n'a pas d'importance euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2395",
+          "begin": 4694928,
+          "end": 4695982,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les gens"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2396",
+          "begin": 4695982,
+          "end": 4697294,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1497",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parlent comme ils parlent euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1497"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2397",
+          "begin": 4698539,
+          "end": 4699641,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1498",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je trouve pas que ça a tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1498"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2398",
+          "begin": 4699641,
+          "end": 4700504,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1499",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "d'importance"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1499"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2399",
+          "begin": 4699641,
+          "end": 4700504,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1499",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça a pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1499"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2400",
+          "begin": 4700504,
+          "end": 4701196,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1500",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'importance oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1500"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2401",
+          "begin": 4706113,
+          "end": 4709118,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1501",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous avez dit qu'à l'école votre matière forte c'était le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1501"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2402",
+          "begin": 4709118,
+          "end": 4709881,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1502",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1502"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2403",
+          "begin": 4709881,
+          "end": 4710625,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1503",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "le français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1503"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2404",
+          "begin": 4709881,
+          "end": 4710625,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1503",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "le français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1503"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2405",
+          "begin": 4710625,
+          "end": 4711340,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1504",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et l'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1504"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2406",
+          "begin": 4711340,
+          "end": 4711984,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1505",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1505"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2407",
+          "begin": 4711984,
+          "end": 4712509,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1506",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1506"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2408",
+          "begin": 4716997,
+          "end": 4720693,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1507",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pensez qu'à l- à l'école maintenant on enseigne aussi bien le français qu'avant ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1507"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2409",
+          "begin": 4720693,
+          "end": 4723102,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1507",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "l'orthographe vous étiez forte en orthographe et en français"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1507"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2410",
+          "begin": 4723102,
+          "end": 4724156,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1508",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1508"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2411",
+          "begin": 4723102,
+          "end": 4724156,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1508",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'après les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1508"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2412",
+          "begin": 4724156,
+          "end": 4725515,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "les gens plus"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2413",
+          "begin": 4726326,
+          "end": 4727924,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "plus âgés que vous vous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2414",
+          "begin": 4727924,
+          "end": 4730218,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "avez pu connaître ou n'importe quoi est-ce que vous pensez que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2415",
+          "begin": 4730218,
+          "end": 4732007,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "maintenant on enseigne mieux le"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2416",
+          "begin": 4732007,
+          "end": 4734086,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1509",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "la langue française et l'orthographe qu'avant ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1509"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2417",
+          "begin": 4738212,
+          "end": 4739071,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1510",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est la même chose"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1510"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2418",
+          "begin": 4739071,
+          "end": 4740077,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1511",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est la même chose oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1511"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2419",
+          "begin": 4740077,
+          "end": 4740533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1512",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1512"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2420",
+          "begin": 4743352,
+          "end": 4745002,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1513",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vous pouvez nous raconter comment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1513"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2421",
+          "begin": 4745002,
+          "end": 4746171,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1513",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous écrivez une lettre ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1513"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2422",
+          "begin": 4748375,
+          "end": 4749405,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1514",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous faites une lettre ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1514"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2423",
+          "begin": 4749405,
+          "end": 4750598,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1514",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "comment vous y prenez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1514"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2424",
+          "begin": 4754275,
+          "end": 4755635,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2425",
+          "begin": 4755635,
+          "end": 4757381,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin qu'est-ce que vous utilisez y a un ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2426",
+          "begin": 4757381,
+          "end": 4761511,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quand vous écrivez à des amis par exemple vous écrivez avec un crayon ou bien avec un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2427",
+          "begin": 4761511,
+          "end": 4763658,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1515",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "porte-plume ou avec un stylo à bille ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1515"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2428",
+          "begin": 4763658,
+          "end": 4765071,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1516",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça dépend à qui j'écris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1516"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2429",
+          "begin": 4765071,
+          "end": 4766934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1517",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bah vous pouvez raconter justement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1517"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2430",
+          "begin": 4765071,
+          "end": 4766934,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1517",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "si vous écrivez à des amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1517"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2431",
+          "begin": 4766934,
+          "end": 4767567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1518",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "par exemple"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1518"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2432",
+          "begin": 4766934,
+          "end": 4767567,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1518",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1518"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2433",
+          "begin": 4767567,
+          "end": 4769037,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1519",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "mais racontez comment vous comment"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1519"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2434",
+          "begin": 4769634,
+          "end": 4770593,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1520",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "si c'est pour des amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1520"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2435",
+          "begin": 4771838,
+          "end": 4772725,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1521",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1521"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2436",
+          "begin": 4772725,
+          "end": 4774018,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1522",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1522"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2437",
+          "begin": 4772725,
+          "end": 4774018,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1522",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'écris"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1522"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2438",
+          "begin": 4775740,
+          "end": 4776699,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1523",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "au stylo-bille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1523"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2439",
+          "begin": 4777419,
+          "end": 4777992,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2440",
+          "begin": 4780453,
+          "end": 4781860,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1524",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous faites un brouillon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1524"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2441",
+          "begin": 4781860,
+          "end": 4782862,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1525",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah non jamais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1525"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2442",
+          "begin": 4782862,
+          "end": 4784083,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1526",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non pas pour les amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1526"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2443",
+          "begin": 4784684,
+          "end": 4787288,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1526",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mais vous faites quand même attention à l'orthographe et"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1526"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2444",
+          "begin": 4787288,
+          "end": 4788552,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1527",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1527"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2445",
+          "begin": 4787288,
+          "end": 4788552,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1527",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pour les amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1527"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2446",
+          "begin": 4790388,
+          "end": 4791302,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1528",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui quand même assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1528"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2447",
+          "begin": 4791302,
+          "end": 4792134,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1529",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "l'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1529"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2448",
+          "begin": 4791302,
+          "end": 4792134,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1529",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1529"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2449",
+          "begin": 4792134,
+          "end": 4793064,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1530",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "même pour les amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1530"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2450",
+          "begin": 4793875,
+          "end": 4794200,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1531",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1531"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2451",
+          "begin": 4794200,
+          "end": 4794624,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1532",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un peu"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1532"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2452",
+          "begin": 4794200,
+          "end": 4794624,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1532",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1532"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2453",
+          "begin": 4794624,
+          "end": 4795435,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1533",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moins"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1533"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2454",
+          "begin": 4794624,
+          "end": 4795435,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1533",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous vous relisez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1533"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2455",
+          "begin": 4795435,
+          "end": 4796723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1534",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "par exemple après ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1534"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2456",
+          "begin": 4795435,
+          "end": 4796723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1534",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non jamais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1534"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2457",
+          "begin": 4796723,
+          "end": 4797829,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1535",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "n'importe comment euh j-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1535"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2458",
+          "begin": 4796723,
+          "end": 4797829,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1535",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "mais pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1535"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2459",
+          "begin": 4797829,
+          "end": 4800071,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1536",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je relis jamais une lettre j'aime pas relire une lettre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1536"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2460",
+          "begin": 4800982,
+          "end": 4803038,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1537",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et pourquoi vous faites attention à l'orthographe pour les amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1537"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2461",
+          "begin": 4807288,
+          "end": 4809749,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1538",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh quand même moi quand je reçois une lettre et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1538"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2462",
+          "begin": 4809749,
+          "end": 4811991,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1538",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "qu'il y a des fautes d'orthographe ça se voit tout de suite euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1538"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2463",
+          "begin": 4811991,
+          "end": 4812330,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1539",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ça se voit tout de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1539"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2464",
+          "begin": 4812330,
+          "end": 4813241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1540",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "suite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1540"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2465",
+          "begin": 4812330,
+          "end": 4813241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1540",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1540"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2466",
+          "begin": 4813241,
+          "end": 4813866,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1541",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1541"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2467",
+          "begin": 4816327,
+          "end": 4816899,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1542",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1542"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2468",
+          "begin": 4816899,
+          "end": 4819594,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1542",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous trouvez que c'est important euh l'orthographe alors ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1542"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2469",
+          "begin": 4820286,
+          "end": 4821245,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1543",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1543"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2470",
+          "begin": 4821245,
+          "end": 4821870,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1544",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1544"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2471",
+          "begin": 4821870,
+          "end": 4824021,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1545",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "oh oui hein je m'en aperçois ici"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1545"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2472",
+          "begin": 4821870,
+          "end": 4824021,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1545",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "très important euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1545"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2473",
+          "begin": 4824021,
+          "end": 4826978,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1546",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous trouvez que c'est très important important euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1546"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2474",
+          "begin": 4828314,
+          "end": 4829750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1547",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est quand même important oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1547"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2475",
+          "begin": 4829750,
+          "end": 4830852,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1548",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "important"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1548"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2476",
+          "begin": 4829750,
+          "end": 4830852,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1548",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1548"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2477",
+          "begin": 4830852,
+          "end": 4831310,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1549",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1549"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2478",
+          "begin": 4831310,
+          "end": 4832674,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1550",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi ? parce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1550"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2479",
+          "begin": 4832674,
+          "end": 4834463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1550",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous nous avez dit parce que euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1550"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2480",
+          "begin": 4835279,
+          "end": 4835999,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1550",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça se remarque"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1550"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2481",
+          "begin": 4835999,
+          "end": 4839028,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1551",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui ça se remarque assez dans une lettre quand on fait une faute d'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1551"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2482",
+          "begin": 4840082,
+          "end": 4842920,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1552",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui et qu'est-ce qu'on pense si on reçoit une lettre euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1552"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2483",
+          "begin": 4842920,
+          "end": 4844523,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1552",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "avec des fautes d'orthographe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1552"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2484",
+          "begin": 4858645,
+          "end": 4861388,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1553",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous si vous recevez une lettre avec une faute d'orthographe qu'est-ce que vous pensez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1553"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2485",
+          "begin": 4861388,
+          "end": 4863157,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1553",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous la remarquez bon tout de suite"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1553"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2486",
+          "begin": 4863157,
+          "end": 4864565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1553",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "parce que vous étiez bonne en orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1553"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2487",
+          "begin": 4864565,
+          "end": 4865857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1554",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est ce que vous pensez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1554"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2488",
+          "begin": 4864565,
+          "end": 4865857,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1554",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "l'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1554"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2489",
+          "begin": 4865857,
+          "end": 4867527,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1555",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous pensez de la personne ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1555"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2490",
+          "begin": 4867527,
+          "end": 4869153,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm ben par exemple"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2491",
+          "begin": 4869917,
+          "end": 4872378,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est souvent quand ma soeur elle elle nous envoie des lettres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2492",
+          "begin": 4874171,
+          "end": 4876032,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est souvent que y a des fautes d'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2493",
+          "begin": 4876032,
+          "end": 4876514,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2494",
+          "begin": 4877306,
+          "end": 4878479,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1556",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai jamais pensé euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1556"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2495",
+          "begin": 4878479,
+          "end": 4881723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1557",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a sa soeur qui a pas eu son CAP elle l'a passé deux fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1557"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2496",
+          "begin": 4881723,
+          "end": 4882586,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1558",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1558"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2497",
+          "begin": 4882586,
+          "end": 4883516,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1559",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et elle avait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1559"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2498",
+          "begin": 4883516,
+          "end": 4885686,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1559",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "assez de points pour le pour l'avoir"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1559"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2499",
+          "begin": 4886473,
+          "end": 4889812,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1559",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais elle avait un zéro en orthographe à chaque fois elle a pas eu son CAP"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1559"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2500",
+          "begin": 4889812,
+          "end": 4890337,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1560",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1560"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2501",
+          "begin": 4892416,
+          "end": 4894539,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1561",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "c'est pour dire que c'est quand même important"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1561"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2502",
+          "begin": 4894539,
+          "end": 4895474,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1562",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1562"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2503",
+          "begin": 4895474,
+          "end": 4899008,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1563",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "et ja- elle a pris des leçons dort- de français pendant deux ans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1563"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2504",
+          "begin": 4899008,
+          "end": 4899938,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1564",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1564"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2505",
+          "begin": 4899938,
+          "end": 4902633,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1565",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "elle a pas eu son CAP à cause de son orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1565"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2506",
+          "begin": 4902633,
+          "end": 4904283,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1565",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "mais elle avait ses points autrement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1565"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2507",
+          "begin": 4905261,
+          "end": 4905743,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1566",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1566"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2508",
+          "begin": 4905743,
+          "end": 4906892,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1567",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "même sans l'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1567"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2509",
+          "begin": 4907703,
+          "end": 4909516,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1568",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et habituellement est-ce que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1568"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2510",
+          "begin": 4909516,
+          "end": 4913551,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1568",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "quand vous sortez par exemple vous prenez quelque chose pour écrire dans votre sac avec vous ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1568"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2511",
+          "begin": 4913551,
+          "end": 4915034,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1569",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui j'ai toujours un stylo hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1569"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2512",
+          "begin": 4915034,
+          "end": 4915984,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1570",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "un stylo ou un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1570"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2513",
+          "begin": 4915984,
+          "end": 4917662,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1571",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "stylo-bille ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1571"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2514",
+          "begin": 4915984,
+          "end": 4917662,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1571",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un stylo-plume"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1571"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2515",
+          "begin": 4917662,
+          "end": 4918592,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1572",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1572"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2516",
+          "begin": 4918592,
+          "end": 4919594,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1572",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "un stylo-plume"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1572"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2517",
+          "begin": 4919594,
+          "end": 4920147,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1573",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1573"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2518",
+          "begin": 4920147,
+          "end": 4922914,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1574",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et quoi euh un agenda un bloc euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1574"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2519",
+          "begin": 4922914,
+          "end": 4924159,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1575",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un agenda oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1575"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2520",
+          "begin": 4924159,
+          "end": 4924903,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1576",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1576"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2521",
+          "begin": 4924903,
+          "end": 4925285,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1577",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1577"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2522",
+          "begin": 4927698,
+          "end": 4928605,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1578",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "votre stylo"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1578"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2523",
+          "begin": 4928605,
+          "end": 4929087,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1579",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1579"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2524",
+          "begin": 4929087,
+          "end": 4930022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1580",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "d'accord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1580"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2525",
+          "begin": 4931964,
+          "end": 4933328,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1582",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous vous souvenez euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1582"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2526",
+          "begin": 4933328,
+          "end": 4935880,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1582",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "quand est-ce que vous avez eu votre stylo ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1582"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2527",
+          "begin": 4935880,
+          "end": 4938341,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1582",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "enfin la première fois que vous avez eu un stylo ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1582"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2528",
+          "begin": 4938341,
+          "end": 4939801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1583",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un stylo-plume ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1583"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2529",
+          "begin": 4938341,
+          "end": 4939801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1583",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1583"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2530",
+          "begin": 4939801,
+          "end": 4940807,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1584",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "première communion"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1584"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2531",
+          "begin": 4941594,
+          "end": 4942095,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1585",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1585"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2532",
+          "begin": 4944051,
+          "end": 4946164,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1586",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "à l'école primaire ils ont pas le droit d'en avoir"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1586"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2533",
+          "begin": 4946164,
+          "end": 4947066,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1587",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "d'abord"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1587"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2534",
+          "begin": 4946164,
+          "end": 4947066,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1587",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1587"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2535",
+          "begin": 4947066,
+          "end": 4947810,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1588",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1588"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2536",
+          "begin": 4947066,
+          "end": 4947810,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1588",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1588"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2537",
+          "begin": 4953080,
+          "end": 4955918,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1589",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "par exemple la dernière fois que vous avez écrit quelque chose"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1589"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2538",
+          "begin": 4955918,
+          "end": 4956777,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1589",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'était quand ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1589"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2539",
+          "begin": 4957399,
+          "end": 4958385,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1590",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est aujourd'hui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1590"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2540",
+          "begin": 4958385,
+          "end": 4959749,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1591",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "aujourd'hui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1591"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2541",
+          "begin": 4959749,
+          "end": 4960703,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1592",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'était pour quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1592"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2542",
+          "begin": 4961781,
+          "end": 4962787,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1593",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'était pour ça s-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1593"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2543",
+          "begin": 4962787,
+          "end": 4964671,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1593",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'était pour me donner ma démission"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1593"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2544",
+          "begin": 4968653,
+          "end": 4971038,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1596",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "alors comment comment vous y êtes pris pour écrire cette lettre ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1596"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2545",
+          "begin": 4971038,
+          "end": 4973022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1596",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous avez pris comme papier qu'est-ce que ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1596"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2546",
+          "begin": 4973022,
+          "end": 4974715,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1596",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous avez écrit avec un stylo plume avec"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1596"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2547",
+          "begin": 4974715,
+          "end": 4975307,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1597",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "avec un un Bic"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1597"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2548",
+          "begin": 4974715,
+          "end": 4975307,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1597",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui avec un"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1597"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2549",
+          "begin": 4975307,
+          "end": 4976170,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1598",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "stylo-plume"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1598"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2550",
+          "begin": 4977439,
+          "end": 4977897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1599",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1599"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2551",
+          "begin": 4977439,
+          "end": 4977897,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1599",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et comme"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1599"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2552",
+          "begin": 4977897,
+          "end": 4978403,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1600",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "papier ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1600"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2553",
+          "begin": 4979505,
+          "end": 4981203,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1601",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben du papier commercial"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1601"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2554",
+          "begin": 4981804,
+          "end": 4982858,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1602",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "papier commercial"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1602"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2555",
+          "begin": 4982858,
+          "end": 4983740,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1602",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est-à-dire euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1602"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2556",
+          "begin": 4984599,
+          "end": 4984961,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1603",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1603"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2557",
+          "begin": 4984961,
+          "end": 4986254,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vingt-et-un vingt-sept"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2558",
+          "begin": 4984961,
+          "end": 4986254,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1604",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "à carreaux ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1604"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2559",
+          "begin": 4986254,
+          "end": 4987117,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1605",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1605"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2560",
+          "begin": 4987117,
+          "end": 4987666,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1605",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "uni"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1605"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2561",
+          "begin": 4987666,
+          "end": 4988601,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1606",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "uni"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1606"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2562",
+          "begin": 4987666,
+          "end": 4988601,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1606",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "uni"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1606"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2563",
+          "begin": 4988601,
+          "end": 4989464,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1607",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "blanc"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1607"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2564",
+          "begin": 4988601,
+          "end": 4989464,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1607",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "sans ligne"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1607"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2565",
+          "begin": 4989464,
+          "end": 4990847,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1608",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "uni vingt-et-un vingt-sept"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1608"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2566",
+          "begin": 4990847,
+          "end": 4991539,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1609",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui on"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1609"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2567",
+          "begin": 4992927,
+          "end": 4994530,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1610",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et vous l'avez fait au stylo-plume ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1610"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2568",
+          "begin": 4994530,
+          "end": 4995298,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1611",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1611"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2569",
+          "begin": 4995298,
+          "end": 4997282,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1612",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et celle-là est-ce que vous l'avez relue ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1612"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2570",
+          "begin": 4998641,
+          "end": 4999142,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1613",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1613"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2571",
+          "begin": 4999142,
+          "end": 4999834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1614",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1614"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2572",
+          "begin": 4999142,
+          "end": 4999834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1614",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je relis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1614"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2573",
+          "begin": 4999834,
+          "end": 5000673,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1615",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "jamais mes lettres"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1615"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2574",
+          "begin": 5000673,
+          "end": 5001651,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1616",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "même pas pour"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1616"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2575",
+          "begin": 5001651,
+          "end": 5003583,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1617",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et mais vous avez fait attention à l'orthographe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1617"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2576",
+          "begin": 5005090,
+          "end": 5006044,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1618",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh ben je"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1618"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2577",
+          "begin": 5006044,
+          "end": 5006879,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1618",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je pense que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1618"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2578",
+          "begin": 5007933,
+          "end": 5009345,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1619",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "que y a pas de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1619"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2579",
+          "begin": 5009345,
+          "end": 5011591,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1620",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non en en si peu de lignes je crois que y a"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1620"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2580",
+          "begin": 5011591,
+          "end": 5012211,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1621",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas de faute"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1621"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2581",
+          "begin": 5011591,
+          "end": 5012211,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1621",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1621"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2582",
+          "begin": 5012211,
+          "end": 5013022,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1622",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "y a pas de faute oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1622"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2583",
+          "begin": 5013022,
+          "end": 5013790,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1623",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous avez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1623"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2584",
+          "begin": 5013790,
+          "end": 5014773,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1624",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "fait un brouillon ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1624"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2585",
+          "begin": 5014773,
+          "end": 5016137,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1625",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1625"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2586",
+          "begin": 5016137,
+          "end": 5018069,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1625",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai réfléchi à ce que je mettais avant mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1625"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2587",
+          "begin": 5018069,
+          "end": 5019052,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1625",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je fais jamais de brouillon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1625"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2588",
+          "begin": 5019052,
+          "end": 5019772,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1626",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1626"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2589",
+          "begin": 5019772,
+          "end": 5021227,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1627",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin vous recommencez jamais la lettre"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1627"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2590",
+          "begin": 5021227,
+          "end": 5021805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2591",
+          "begin": 5021227,
+          "end": 5021805,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1628",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1628"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2592",
+          "begin": 5021805,
+          "end": 5022615,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1629",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'ai recommencé"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1629"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2593",
+          "begin": 5023168,
+          "end": 5023645,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1630",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1630"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2594",
+          "begin": 5023645,
+          "end": 5025005,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1631",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "recommence deux ou trois fois"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1631"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2595",
+          "begin": 5025005,
+          "end": 5025558,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1632",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1632"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2596",
+          "begin": 5028449,
+          "end": 5030576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1633",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr004"
+              },
+              "content": "ça lui plaisait pas elle recommençait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1633"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2597",
+          "begin": 5030576,
+          "end": 5031053,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1634",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1634"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2598",
+          "begin": 5031697,
+          "end": 5035083,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1635",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et qu'est-ce que j'allais dire vous écrivez toujours avec du papier uni enfin sans ligne ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1635"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2599",
+          "begin": 5035083,
+          "end": 5035870,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh ben je mets"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2600",
+          "begin": 5035870,
+          "end": 5037373,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1636",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est-à-dire que on met une ligne euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1636"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2601",
+          "begin": 5038594,
+          "end": 5039147,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1637",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "en-dessous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1637"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2602",
+          "begin": 5039147,
+          "end": 5039672,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1638",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "en-dessous"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1638"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2603",
+          "begin": 5039672,
+          "end": 5040249,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1639",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1639"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2604",
+          "begin": 5040249,
+          "end": 5043683,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1639",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et pour les amis par exemple vous écrivez avec un papier à lignes ou un papier uni ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1639"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2605",
+          "begin": 5043683,
+          "end": 5046569,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1640",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "un papier uni aussi enfin un papier de couleur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1640"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2606",
+          "begin": 5046569,
+          "end": 5047408,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1641",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "un papier de couleur"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1641"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2607",
+          "begin": 5049035,
+          "end": 5050514,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1643",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous employez aussi des lignes en dessous pour les"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1643"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2608",
+          "begin": 5050514,
+          "end": 5051568,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1644",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "amis ou pas ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1644"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2609",
+          "begin": 5050514,
+          "end": 5051568,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1644",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ah oui oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1644"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2610",
+          "begin": 5051568,
+          "end": 5052045,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1645",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1645"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2611",
+          "begin": 5052045,
+          "end": 5052975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1645",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous préférez enfin"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1645"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2612",
+          "begin": 5052975,
+          "end": 5055407,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1646",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui sans quoi après j'écris pas droit alors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1646"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2613",
+          "begin": 5062466,
+          "end": 5066902,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1647",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce que ça serait vous trouv- vous trouvez que ça serait bien de faire une réforme de l'orthographe"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1647"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2614",
+          "begin": 5066902,
+          "end": 5067908,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1647",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de simplifier"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1647"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2615",
+          "begin": 5067908,
+          "end": 5068929,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1647",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "changer l'orthographe ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1647"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2616",
+          "begin": 5069912,
+          "end": 5070918,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1648",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm peut-être oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1648"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2617",
+          "begin": 5070918,
+          "end": 5071753,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1649",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1649"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2618",
+          "begin": 5070918,
+          "end": 5071753,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1649",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1649"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2619",
+          "begin": 5071753,
+          "end": 5073565,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1650",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous seriez plutôt favorable ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1650"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2620",
+          "begin": 5073565,
+          "end": 5073995,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1651",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1651"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2621",
+          "begin": 5074715,
+          "end": 5076122,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1652",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "très favorable ou"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1652"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2622",
+          "begin": 5076122,
+          "end": 5077243,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1652",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "seulement favorable ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1652"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2623",
+          "begin": 5079604,
+          "end": 5080706,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1653",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "favorable oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1653"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2624",
+          "begin": 5080706,
+          "end": 5081760,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1654",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1654"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2625",
+          "begin": 5083811,
+          "end": 5085461,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1655",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui parce que je trouve que y a des mots euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1655"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2626",
+          "begin": 5088442,
+          "end": 5089801,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1655",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je sais pas qui se prononcent euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1655"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2627",
+          "begin": 5090612,
+          "end": 5091089,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1656",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1656"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2628",
+          "begin": 5091089,
+          "end": 5092687,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1657",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "par exemple on les prononcerait euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1657"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2629",
+          "begin": 5094504,
+          "end": 5096412,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1658",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui y a des mots qui s'écrivent et qui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1658"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2630",
+          "begin": 5096412,
+          "end": 5098091,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1659",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "se prononcent pas \nde la même façon"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1659"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2631",
+          "begin": 5096412,
+          "end": 5098091,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1659",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui qui se prononcent pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1659"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2632",
+          "begin": 5105369,
+          "end": 5107325,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1660",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et est-ce que vous trouvez que c'est important dav-"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1660"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2633",
+          "begin": 5107325,
+          "end": 5108975,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1660",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "d'avoir une jolie écriture ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1660"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2634",
+          "begin": 5110525,
+          "end": 5111241,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1661",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui assez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1661"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2635",
+          "begin": 5112033,
+          "end": 5112634,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1662",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1662"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2636",
+          "begin": 5112634,
+          "end": 5113187,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1663",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1663"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2637",
+          "begin": 5113187,
+          "end": 5114217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1664",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "très ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1664"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2638",
+          "begin": 5113187,
+          "end": 5114217,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1664",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "très important ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1664"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2639",
+          "begin": 5115553,
+          "end": 5116726,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1665",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "important oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1665"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2640",
+          "begin": 5116726,
+          "end": 5117561,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1666",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1666"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2641",
+          "begin": 5122407,
+          "end": 5124057,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1667",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben c'est plus facile à lire hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1667"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2642",
+          "begin": 5124057,
+          "end": 5124463,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1668",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1668"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2643",
+          "begin": 5124463,
+          "end": 5125279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2644",
+          "begin": 5130029,
+          "end": 5132009,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et puis en dehors de la"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2645",
+          "begin": 5132009,
+          "end": 5133564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "de ce de cette question-là ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2646",
+          "begin": 5135047,
+          "end": 5135906,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "en dehors"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2647",
+          "begin": 5135906,
+          "end": 5139249,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1669",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ça a une autre importance du moment que c'est lisible ça va ou euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1669"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2648",
+          "begin": 5140680,
+          "end": 5142087,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1670",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui faut que ce soit lisible"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1670"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2649",
+          "begin": 5142087,
+          "end": 5142874,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1671",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1671"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2650",
+          "begin": 5144925,
+          "end": 5146547,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1672",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "qu'est-ce que vous pensez de l'écriture des médecins ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1672"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2651",
+          "begin": 5153396,
+          "end": 5154593,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1673",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh j'aime pas euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1673"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2652",
+          "begin": 5154593,
+          "end": 5156429,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1673",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime pas c'est pas lisible du tout là"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1673"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2653",
+          "begin": 5156429,
+          "end": 5157264,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1674",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est pas lisible du tout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1674"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2654",
+          "begin": 5157264,
+          "end": 5157836,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1675",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1675"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2655",
+          "begin": 5160460,
+          "end": 5161848,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1676",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous trouvez qu'ils ont une belle écriture ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1676"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2656",
+          "begin": 5161848,
+          "end": 5162282,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1677",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1677"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2657",
+          "begin": 5162282,
+          "end": 5162664,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1678",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1678"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2658",
+          "begin": 5162664,
+          "end": 5163551,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1679",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non j'aime pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1679"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2659",
+          "begin": 5165650,
+          "end": 5168898,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1680",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "combien vous pouvez écrire de lettres par mois environ pour"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1680"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2660",
+          "begin": 5168898,
+          "end": 5169709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1680",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "à vos amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1680"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2661",
+          "begin": 5169709,
+          "end": 5170930,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1680",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "en dehors du travail ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1680"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2662",
+          "begin": 5170930,
+          "end": 5171436,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1681",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1681"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2663",
+          "begin": 5171436,
+          "end": 5172204,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1682",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "famille"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1682"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2664",
+          "begin": 5171436,
+          "end": 5172204,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1682",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "amis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1682"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2665",
+          "begin": 5172204,
+          "end": 5173425,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1683",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "famille tout ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1683"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2666",
+          "begin": 5173425,
+          "end": 5174789,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1683",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "des lettres personnelles"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1683"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2667",
+          "begin": 5176721,
+          "end": 5177751,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1684",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une dizaine à peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1684"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2668",
+          "begin": 5177751,
+          "end": 5178944,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1685",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "un dizaine par mois ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1685"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2669",
+          "begin": 5178944,
+          "end": 5179927,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1686",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1686"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2670",
+          "begin": 5181267,
+          "end": 5182388,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1687",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1687"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2671",
+          "begin": 5182388,
+          "end": 5183533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1687",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "pour votre travail ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1687"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2672",
+          "begin": 5184778,
+          "end": 5185594,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1688",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pour mon travail ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1688"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2673",
+          "begin": 5185594,
+          "end": 5187507,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1689",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui des lettres z- euh dans dans le travail"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1689"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2674",
+          "begin": 5188084,
+          "end": 5189186,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1689",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oh ben là énormément"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1689"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2675",
+          "begin": 5189186,
+          "end": 5189906,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1690",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1690"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2676",
+          "begin": 5189186,
+          "end": 5189906,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1690",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1690"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2677",
+          "begin": 5191218,
+          "end": 5193536,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1691",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "une dizaine par jours alors ça fait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1691"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2678",
+          "begin": 5193536,
+          "end": 5194208,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1692",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1692"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2679",
+          "begin": 5193536,
+          "end": 5194208,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1692",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "par mois ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1692"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2680",
+          "begin": 5194208,
+          "end": 5194972,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1693",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "fait pas mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1693"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2681",
+          "begin": 5197195,
+          "end": 5200419,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1695",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et quand vous recevez des lettres d'amis de la famille tout ça"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1695"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2682",
+          "begin": 5200419,
+          "end": 5201445,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1695",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous les gardez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1695"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2683",
+          "begin": 5203334,
+          "end": 5204603,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1696",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de la famille non"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1696"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2684",
+          "begin": 5204603,
+          "end": 5205490,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1696",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "je garde pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1696"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2685",
+          "begin": 5205490,
+          "end": 5205991,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1697",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "et des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1697"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2686",
+          "begin": 5205991,
+          "end": 5206258,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1698",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "amis ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1698"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2687",
+          "begin": 5208075,
+          "end": 5208981,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1700",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des amis oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1700"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2688",
+          "begin": 5208981,
+          "end": 5209387,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1701",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1701"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2689",
+          "begin": 5209387,
+          "end": 5210179,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1702",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1702"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2690",
+          "begin": 5211257,
+          "end": 5212025,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1703",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "toujours ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1703"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2691",
+          "begin": 5212936,
+          "end": 5214872,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1703",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ou de simplement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1703"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2692",
+          "begin": 5214872,
+          "end": 5216184,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1703",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de temps en temps ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1703"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2693",
+          "begin": 5223243,
+          "end": 5224631,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1704",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "si je les garde euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1704"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2694",
+          "begin": 5224631,
+          "end": 5225709,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1704",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "toujours oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1704"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2695",
+          "begin": 5225709,
+          "end": 5226405,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1705",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1705"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2696",
+          "begin": 5228313,
+          "end": 5231723,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1705",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "par exemple en ce moment vous en p- possédez à peu près combien ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1705"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2697",
+          "begin": 5232486,
+          "end": 5233846,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1705",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "des lettres que vous conservez"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1705"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2698",
+          "begin": 5236188,
+          "end": 5237576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1706",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh pas mal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1706"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2699",
+          "begin": 5237576,
+          "end": 5240252,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1707",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "euh une vingtaine une cinquantaine ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1707"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2700",
+          "begin": 5243047,
+          "end": 5244316,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1708",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "vingt-cinq trente"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1708"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2701",
+          "begin": 5244316,
+          "end": 5245023,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1709",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1709"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2702",
+          "begin": 5255815,
+          "end": 5258176,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1710",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "est-ce que vos parents faisaient attention à la façon dont vous parliez ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1710"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2703",
+          "begin": 5268401,
+          "end": 5269026,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1710",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "hein ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1710"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2704",
+          "begin": 5269026,
+          "end": 5270009,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1711",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "est-ce qu'ils vous est-ce qu'il"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1711"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2705",
+          "begin": 5270009,
+          "end": 5270658,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1712",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "leur ariv- ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1712"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2706",
+          "begin": 5270009,
+          "end": 5270658,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1712",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1712"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2707",
+          "begin": 5270658,
+          "end": 5271235,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1713",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "non ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1713"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2708",
+          "begin": 5272952,
+          "end": 5274455,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1714",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ils vous reprenaient jamais enfin ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1714"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2709",
+          "begin": 5274455,
+          "end": 5275509,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1715",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oh si"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1715"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2710",
+          "begin": 5275509,
+          "end": 5276630,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1716",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pour quel genre de choses ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1716"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2711",
+          "begin": 5280689,
+          "end": 5281643,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1717",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "enfin euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1717"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2712",
+          "begin": 5284175,
+          "end": 5286675,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1718",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "c'était votre père ou votre mère qui vous reprenait s- surtout ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1718"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2713",
+          "begin": 5287611,
+          "end": 5288497,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1719",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'était ma mère"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1719"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2714",
+          "begin": 5289165,
+          "end": 5290529,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1720",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "ah et c'était pour quoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1720"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2715",
+          "begin": 5291316,
+          "end": 5292341,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1721",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "quel genre de"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1721"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2716",
+          "begin": 5295012,
+          "end": 5296157,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1722",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "maintenant"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1722"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2717",
+          "begin": 5296706,
+          "end": 5297593,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1722",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est surtout euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1722"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2718",
+          "begin": 5297593,
+          "end": 5298929,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1723",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "enfin c'est de mots euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1723"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2719",
+          "begin": 5299864,
+          "end": 5300775,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1724",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez grossiers oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1724"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2720",
+          "begin": 5300775,
+          "end": 5301996,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1725",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "des mots grossiers quoi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1725"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2721",
+          "begin": 5301996,
+          "end": 5302382,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1726",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1726"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2722",
+          "begin": 5304314,
+          "end": 5306203,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1727",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "elle était sévère là-dessus ou ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1727"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2723",
+          "begin": 5306203,
+          "end": 5307448,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1728",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1728"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2724",
+          "begin": 5307448,
+          "end": 5310243,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1729",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui elle vous donnait des gifles par exemple pour des questions comme ça euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1729"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2725",
+          "begin": 5313491,
+          "end": 5314564,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1730",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui ça arrivait"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1730"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2726",
+          "begin": 5314564,
+          "end": 5315184,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1731",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "hm hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1731"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2727",
+          "begin": 5319405,
+          "end": 5322577,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1732",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et vous est-ce que v- est-ce que vous ferez la même chose avec vos enfants ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1732"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2728",
+          "begin": 5323226,
+          "end": 5326546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1733",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "vous les ref- vous ferez attention à la façon dont ils parlent et tout ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1733"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2729",
+          "begin": 5326546,
+          "end": 5327099,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1734",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1734"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2730",
+          "begin": 5327099,
+          "end": 5327815,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1735",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1735"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2731",
+          "begin": 5327099,
+          "end": 5327815,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1735",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1735"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2732",
+          "begin": 5327815,
+          "end": 5328297,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1736",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1736"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2733",
+          "begin": 5329303,
+          "end": 5329947,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1737",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pourquoi ça ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1737"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2734",
+          "begin": 5338342,
+          "end": 5339945,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "moi je trouve c'est je sais pas c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2735",
+          "begin": 5339945,
+          "end": 5341118,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "on entend des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2736",
+          "begin": 5342811,
+          "end": 5344576,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des enfants là qui parlent euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2737",
+          "begin": 5344576,
+          "end": 5347223,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "assez grossièrement moi je trouve que"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2738",
+          "begin": 5350276,
+          "end": 5351211,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2739",
+          "begin": 5351211,
+          "end": 5352170,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1738",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ça fait pas tellement bien"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1738"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2740",
+          "begin": 5353257,
+          "end": 5354146,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1740",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "hm"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1740"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2741",
+          "begin": 5364981,
+          "end": 5366750,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1741",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "je crois que ça dé- que c'est à peu près tout"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1741"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2742",
+          "begin": 5366750,
+          "end": 5367156,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1742",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr003"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1742"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2743",
+          "begin": 5374267,
+          "end": 5378970,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1743",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et comme comme distractions alors surtout vous regardez la télévision enfin vous allez pas beaucoup au cinéma oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1743"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2744",
+          "begin": 5378970,
+          "end": 5380620,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1744",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non pas tellement"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1744"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2745",
+          "begin": 5380620,
+          "end": 5382933,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1745",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quand vous voulez vous amusez eh bien qu'est-ce que vous faites ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1745"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2746",
+          "begin": 5383935,
+          "end": 5384865,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1745",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "quand vous avez envie"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1745"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2747",
+          "begin": 5384865,
+          "end": 5385867,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1745",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vraiment de vous amuser"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1745"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2748",
+          "begin": 5385867,
+          "end": 5386277,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1745",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "vous allez au"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1745"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2749",
+          "begin": 5386277,
+          "end": 5387546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1746",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bal euh ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1746"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2750",
+          "begin": 5386277,
+          "end": 5387546,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1746",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui on va au bal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1746"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2751",
+          "begin": 5387546,
+          "end": 5388333,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1747",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "au bal bal"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1747"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2752",
+          "begin": 5389359,
+          "end": 5390604,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1747",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et ils sont bien ici ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1747"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2753",
+          "begin": 5391420,
+          "end": 5392164,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1748",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "ben"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1748"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2754",
+          "begin": 5392164,
+          "end": 5394334,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1748",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "autour d'Orléans oui mais pas à Orléans"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1748"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2755",
+          "begin": 5395050,
+          "end": 5395746,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1749",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "pas à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1749"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2756",
+          "begin": 5395746,
+          "end": 5396533,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "non à Orléans c'est"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2757",
+          "begin": 5398226,
+          "end": 5400373,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "y a juste un bal à Orléans mais"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2758",
+          "begin": 5401255,
+          "end": 5402667,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "c'est surtout des"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2759",
+          "begin": 5402667,
+          "end": 5404050,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des personnes euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2760",
+          "begin": 5404646,
+          "end": 5406435,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1750",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "de vingt-cinq trente ans un peu près"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1750"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2761",
+          "begin": 5406435,
+          "end": 5407007,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1751",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1751"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2762",
+          "begin": 5408216,
+          "end": 5408701,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1752",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "pas"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1752"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2763",
+          "begin": 5408701,
+          "end": 5410637,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1753",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "et et y a des cafés que vous aimez bien à Orléans ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1753"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2764",
+          "begin": 5410637,
+          "end": 5411353,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1754",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "des cafés ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1754"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2765",
+          "begin": 5411353,
+          "end": 5411882,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1755",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "euh oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1755"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2766",
+          "begin": 5411353,
+          "end": 5411882,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1755",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1755"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2767",
+          "begin": 5412741,
+          "end": 5414010,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1756",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime bien euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1756"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2768",
+          "begin": 5414010,
+          "end": 5415088,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1756",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "le Berry"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1756"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2769",
+          "begin": 5415088,
+          "end": 5415784,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1757",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1757"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2770",
+          "begin": 5416834,
+          "end": 5417793,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1758",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la Gare"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1758"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2771",
+          "begin": 5417793,
+          "end": 5418322,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1759",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1759"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2772",
+          "begin": 5419896,
+          "end": 5420758,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1760",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "et puis"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1760"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2773",
+          "begin": 5422700,
+          "end": 5424393,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1760",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "la Chancellerie Place du Martroi"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1760"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2774",
+          "begin": 5426301,
+          "end": 5427279,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1761",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "ah oui pourquoi ?"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1761"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2775",
+          "begin": 5428805,
+          "end": 5431285,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1762",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "j'aime bien les grands cafés je trouve qu'on y voit du monde euh"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1762"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2776",
+          "begin": 5432692,
+          "end": 5433813,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1763",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "c'est distrayant hein"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1763"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2777",
+          "begin": 5433813,
+          "end": 5434409,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1764",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr001"
+              },
+              "content": "oui"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1764"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2778",
+          "begin": 5437199,
+          "end": 5438834,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "bon ben on va vous laisser"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1765"
+          }
+        },
+        {
+          "id": "11280.100/crdo-ESLO1_ENT_101_a2779",
+          "begin": 5438834,
+          "end": 5440700,
+          "media": "11280.100/crdo-ESLO1_ENT_101_m2",
+          "type": "11280.100/crdo-ESLO1_ENT_101_trn1765",
+          "content": {
+            "mimetype": "application/json",
+            "data": {
+              "speaker": {
+                "id-ref": "11280.100/crdo-ESLO1_ENT_101_spkr002"
+              },
+              "content": "on vous a pris beaucoup de temps déjà"
+            }
+          },
+          "meta": {
+            "id-ref": "11280.100/crdo-ESLO1_ENT_101_trn1765"
+          }
+        }
+      ]
+    }
+  },
+  {
     "id": "11280.100/crdo-09-CAYCHAX_SOUND",
     "transcript": {
       "format": "http://advene.org/ns/cinelab/",
@@ -87233,8 +166888,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:53+00:00",
-        "dc:modified": "2016-06-01T23:47:53+00:00",
+        "dc:created": "2016-11-24T00:34:25+00:00",
+        "dc:modified": "2016-11-24T00:34:25+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Caychax : Parabole"
@@ -88121,8 +167776,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:54+00:00",
-        "dc:modified": "2016-06-01T23:47:54+00:00",
+        "dc:created": "2016-11-24T00:34:25+00:00",
+        "dc:modified": "2016-11-24T00:34:25+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Dun : Parabole"
@@ -89009,8 +168664,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:54+00:00",
-        "dc:modified": "2016-06-01T23:47:54+00:00",
+        "dc:created": "2016-11-24T00:34:26+00:00",
+        "dc:modified": "2016-11-24T00:34:26+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : La Bastide-de-Lordat : Parabole"
@@ -89897,8 +169552,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:54+00:00",
-        "dc:modified": "2016-06-01T23:47:54+00:00",
+        "dc:created": "2016-11-24T00:34:26+00:00",
+        "dc:modified": "2016-11-24T00:34:26+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Loubens : Parabole"
@@ -90785,8 +170440,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:55+00:00",
-        "dc:modified": "2016-06-01T23:47:55+00:00",
+        "dc:created": "2016-11-24T00:34:26+00:00",
+        "dc:modified": "2016-11-24T00:34:26+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Mérens-les-Vals : Parabole"
@@ -91673,8 +171328,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:55+00:00",
-        "dc:modified": "2016-06-01T23:47:55+00:00",
+        "dc:created": "2016-11-24T00:34:27+00:00",
+        "dc:modified": "2016-11-24T00:34:27+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Montségur : Parabole"
@@ -92561,8 +172216,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:55+00:00",
-        "dc:modified": "2016-06-01T23:47:55+00:00",
+        "dc:created": "2016-11-24T00:34:27+00:00",
+        "dc:modified": "2016-11-24T00:34:27+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Prayols : Parabole"
@@ -93449,8 +173104,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:55+00:00",
-        "dc:modified": "2016-06-01T23:47:55+00:00",
+        "dc:created": "2016-11-24T00:34:28+00:00",
+        "dc:modified": "2016-11-24T00:34:28+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Quérigut : Parabole"
@@ -94337,8 +173992,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:56+00:00",
-        "dc:modified": "2016-06-01T23:47:56+00:00",
+        "dc:created": "2016-11-24T00:34:28+00:00",
+        "dc:modified": "2016-11-24T00:34:28+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Siguer : Parabole"
@@ -95129,8 +174784,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:56+00:00",
-        "dc:modified": "2016-06-01T23:47:56+00:00",
+        "dc:created": "2016-11-24T00:34:28+00:00",
+        "dc:modified": "2016-11-24T00:34:28+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Saint-Martin-d'Oydes : Parabole"
@@ -96017,8 +175672,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:56+00:00",
-        "dc:modified": "2016-06-01T23:47:56+00:00",
+        "dc:created": "2016-11-24T00:34:29+00:00",
+        "dc:modified": "2016-11-24T00:34:29+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Surba : Parabole"
@@ -96905,8 +176560,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:57+00:00",
-        "dc:modified": "2016-06-01T23:47:57+00:00",
+        "dc:created": "2016-11-24T00:34:29+00:00",
+        "dc:modified": "2016-11-24T00:34:29+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Gramazie : Parabole"
@@ -97793,8 +177448,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:57+00:00",
-        "dc:modified": "2016-06-01T23:47:57+00:00",
+        "dc:created": "2016-11-24T00:34:30+00:00",
+        "dc:modified": "2016-11-24T00:34:30+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Molleville : Parabole"
@@ -98681,8 +178336,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:57+00:00",
-        "dc:modified": "2016-06-01T23:47:57+00:00",
+        "dc:created": "2016-11-24T00:34:30+00:00",
+        "dc:modified": "2016-11-24T00:34:30+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Puivert : Parabole"
@@ -99569,8 +179224,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:57+00:00",
-        "dc:modified": "2016-06-01T23:47:57+00:00",
+        "dc:created": "2016-11-24T00:34:31+00:00",
+        "dc:modified": "2016-11-24T00:34:31+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Ribouisse : Parabole"
@@ -100457,8 +180112,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:58+00:00",
-        "dc:modified": "2016-06-01T23:47:58+00:00",
+        "dc:created": "2016-11-24T00:34:31+00:00",
+        "dc:modified": "2016-11-24T00:34:31+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Sonnac-sur-l'Hers : Parabole"
@@ -101345,8 +181000,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:58+00:00",
-        "dc:modified": "2016-06-01T23:47:58+00:00",
+        "dc:created": "2016-11-24T00:34:31+00:00",
+        "dc:modified": "2016-11-24T00:34:31+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Saint-Martin-Lalande : Parabole"
@@ -102233,8 +181888,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:58+00:00",
-        "dc:modified": "2016-06-01T23:47:58+00:00",
+        "dc:created": "2016-11-24T00:34:32+00:00",
+        "dc:modified": "2016-11-24T00:34:32+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Auzits : Parabole"
@@ -103121,8 +182776,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:59+00:00",
-        "dc:modified": "2016-06-01T23:47:59+00:00",
+        "dc:created": "2016-11-24T00:34:32+00:00",
+        "dc:modified": "2016-11-24T00:34:32+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Jouels : Parabole"
@@ -104009,8 +183664,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:59+00:00",
-        "dc:modified": "2016-06-01T23:47:59+00:00",
+        "dc:created": "2016-11-24T00:34:33+00:00",
+        "dc:modified": "2016-11-24T00:34:33+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Lacassagne : Parabole"
@@ -104913,8 +184568,8 @@
       "meta": {
         "dc:creator": "Corpus de la Parole",
         "dc:contributor": "Corpus de la Parole",
-        "dc:created": "2016-06-01T23:47:59+00:00",
-        "dc:modified": "2016-06-01T23:47:59+00:00",
+        "dc:created": "2016-11-24T00:34:33+00:00",
+        "dc:modified": "2016-11-24T00:34:33+00:00",
         "dc:title": {
           "@language": "fr",
           "@value": "ALLOc : Lanuéjouls : Parabole"
--- a/cms/app-client/package.json	Wed Nov 23 13:49:00 2016 +0100
+++ b/cms/app-client/package.json	Thu Nov 24 14:39:50 2016 +0100
@@ -11,8 +11,8 @@
     "build": "ember build",
     "start": "ember server",
     "test": "ember test",
-    "dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/documents.js -t documents -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047\" -p 2 -f es6",
-    "dl-transcripts": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/transcripts.js -t transcripts -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047\" -p 2 -f es6",
+    "dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/documents.js -t documents -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101\" -p 2 -f es6",
+    "dl-transcripts": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/transcripts.js -t transcripts -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101\" -p 2 -f es6",
     "dl-themes": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/stats/themes/ -d mirage/fixtures/themes.js -t themes -f es6",
     "dl-discourses": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/stats/discourses/ -d mirage/fixtures/discourses.js -t discourses -f es6",
     "prepare-maps": "node lib/scripts/prepare_maps.js",
--- a/common/corpus-common-addon/.eslintrc.yml	Wed Nov 23 13:49:00 2016 +0100
+++ b/common/corpus-common-addon/.eslintrc.yml	Thu Nov 24 14:39:50 2016 +0100
@@ -1,6 +1,11 @@
+---
 env:
   browser: true
   es6: true
 extends: 'ember'
 parserOptions:
-  sourceType: module  
+  sourceType: module
+rules:
+  no-magic-numbers:
+    - error
+    - { ignore: [1] }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/addon/components/doc-created.js	Thu Nov 24 14:39:50 2016 +0100
@@ -0,0 +1,96 @@
+import Ember from 'ember';
+import layout from '../templates/components/doc-created';
+
+export default Ember.Component.extend({
+  layout: layout,
+  tagName: 'span',
+  value: null,
+  formatDate: function (dateStr, dateParsed) {
+    if (!dateStr) {
+      return Ember.String.htmlSafe('');
+    }
+    if (/^\d{4}$/.test(dateStr)) {
+      return Ember.String.htmlSafe(dateStr);
+    }
+
+    const date = dateParsed || new Date(dateStr);
+
+    if (isNaN(date.getTime())) {
+      return Ember.String.htmlSafe('Date inconnue');
+    }
+
+    if (/^\d{4}-\d{2}$/.test(dateStr)) {
+      return Ember.String.htmlSafe((date.getMonth() + 1) + '-' + date.getFullYear());
+    }
+
+    return Ember.String.htmlSafe(date.getDate() + '-' + (date.getMonth() + 1) + '-' + date.getFullYear());
+  },
+  shortDateDate: Ember.computed('value', function () {
+    console.log('SHORT DATE', this.get('value'));
+    return this.formatDate(this.get('value'));
+  }),
+  periodMatches: Ember.computed('value', function () {
+    let dateStr = this.get('value');
+
+    console.log('PERIOD MATCH', dateStr);
+
+    if (!dateStr) {
+      return null;
+    }
+    dateStr = dateStr.trim();
+
+    const m = dateStr.match(/^(\d{4})-(\d{4})$/) ||
+      dateStr.match(/^start\s*=\s*([^\s]+)\s*;\s*end\s*=\s*([^\s]+)$/) ||
+      dateStr.match(/^end\s*=\s*([^\s]+)\s*;\s*start\s*=\s*([^\s]+)$/);
+
+    if (!m) {
+      return null;
+    }
+
+    const [, dateStr1, dateStr2] = m;
+    let date1 = new Date(dateStr1);
+    let date2 = new Date(dateStr2);
+
+    if (isNaN(date1.getTime()) || isNaN(date2.getTime())) {
+      return null;
+    }
+    if (date2 < date1) {
+      [date1, date2] = [date2, date1];
+    }
+
+    return {
+      start: {str: dateStr1, date: date1},
+      end: {str: dateStr2, date: date2}
+    };
+
+  }),
+  isPeriod: Ember.computed('periodMatches', function () {
+    const periodMatches = this.get('periodMatches');
+    console.log('ISPERIOD MATCH', periodMatches, Boolean(periodMatches));
+    return Boolean(periodMatches);
+  }),
+  shortDateStart: Ember.computed('periodMatches', function () {
+    const periodMatches = this.get('periodMatches');
+
+    if (!periodMatches) {
+      return null;
+    }
+
+    // from the periodMatches function we know that we have a valid start date
+    return this.formatDate(periodMatches.start.str, periodMatches.start.date);
+
+  }),
+  shortDateEnd: Ember.computed('periodMatches', function () {
+    const periodMatches = this.get('periodMatches');
+
+    if (!periodMatches) {
+      return null;
+    }
+
+    // from the periodMatches function we know that we have a valid end date
+    return this.formatDate(periodMatches.end.str, periodMatches.end.date);
+
+  })
+
+
+});
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/addon/templates/components/doc-created.hbs	Thu Nov 24 14:39:50 2016 +0100
@@ -0,0 +1,5 @@
+{{#if isPeriod}}
+entre {{shortDateStart}} et {{shortDateEnd}}
+{{else}}
+{{shortDateDate}}
+{{/if}}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/app/components/doc-created.js	Thu Nov 24 14:39:50 2016 +0100
@@ -0,0 +1,1 @@
+export { default } from 'corpus-common-addon/components/doc-created';
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/tests/integration/components/doc-created-test.js	Thu Nov 24 14:39:50 2016 +0100
@@ -0,0 +1,24 @@
+import { moduleForComponent, test } from 'ember-qunit';
+import hbs from 'htmlbars-inline-precompile';
+
+moduleForComponent('doc-created', 'Integration | Component | doc created', {
+  integration: true
+});
+
+test('it renders', function(assert) {
+  // Set any properties with this.set('myProperty', 'value');
+  // Handle any actions with this.on('myAction', function(val) { ... });
+
+  this.render(hbs`{{doc-created}}`);
+
+  assert.equal(this.$().text().trim(), '');
+
+  // Template block usage:
+  this.render(hbs`
+    {{#doc-created}}
+      template block text
+    {{/doc-created}}
+  `);
+
+  assert.equal(this.$().text().trim(), 'template block text');
+});
--- a/server/src/app/Models/DocumentBase.php	Wed Nov 23 13:49:00 2016 +0100
+++ b/server/src/app/Models/DocumentBase.php	Thu Nov 24 14:39:50 2016 +0100
@@ -150,6 +150,12 @@
         return $this->created;
     }
 
+    public function getCreatedValue() {
+        $created = $this->getCreated();
+        return is_null($created)?null:$created->getValue();
+    }
+
+
     public function getModified() {
         if($this->modified === false) {
             try {
@@ -201,7 +207,9 @@
                 'title' => $this->getTitleValue(),
                 'languages' => $this->getLanguagesValue(),
                 'modified' => $this->getModifiedValue(),
-                'issued' => $this->getIssuedValue()            ];
+                'issued' => $this->getIssuedValue(),
+                'created' => $this->getCreatedValue()
+            ];
 
             if($this->languagesResolved) {
                 $res['languages_resolved'] = $this->getLanguagesResolved();
--- a/server/src/app/Repositories/RdfDocumentRepository.php	Wed Nov 23 13:49:00 2016 +0100
+++ b/server/src/app/Repositories/RdfDocumentRepository.php	Thu Nov 24 14:39:50 2016 +0100
@@ -33,6 +33,7 @@
         "    ?doc".
         "    ?title".
         "    ?issued".
+        "    ?created".
         "    ?modified".
         "    (group_concat(distinct ?language;separator=\", \") as ?lang) ".
         "    (group_concat(distinct ?publisher;separator=\", \") as ?publishers) ".
@@ -41,12 +42,13 @@
         "      ?doc <http://purl.org/dc/elements/1.1/title> ?title.".
         "      OPTIONAL {?doc <http://purl.org/dc/elements/1.1/language> ?language.} ".
         "      OPTIONAL {?doc <http://purl.org/dc/terms/issued> ?issued.} ".
+        "      OPTIONAL {?doc <http://purl.org/dc/terms/created> ?created.} ".
         "      OPTIONAL {?doc <http://purl.org/dc/terms/modified> ?modified.} ".
         "      OPTIONAL {?doc <http://purl.org/dc/elements/1.1/publisher> ?publisher.}".
         "    }. ".
         "    %s".
         "  } ".
-        "  GROUP BY ?uri ?doc ?title ?issued ?modified ";
+        "  GROUP BY ?uri ?doc ?title ?issued ?created ?modified ";
 
     const ADDITIONAL_DOC_QUERIES = [
         "SELECT".
--- a/server/src/tests/Models/DocumentTest.php	Wed Nov 23 13:49:00 2016 +0100
+++ b/server/src/tests/Models/DocumentTest.php	Thu Nov 24 14:39:50 2016 +0100
@@ -427,7 +427,7 @@
 
         $this->assertTrue(is_array($json), 'Returned json must be an array');
         $this->assertEquals(
-            ["id", "uri", "title", "languages", "modified", "issued", "publishers", "contributors", "subjects", "transcript", "mediaArray", "geoInfo"],
+            ["id", "uri", "title", "languages", "modified", "issued", "created", "publishers", "contributors", "subjects", "transcript", "mediaArray", "geoInfo"],
             array_keys($json)
         );
         $this->assertEquals(sprintf('%1$s/crdo-CFPP2000_35_SOUNDid', config('corpusparole.handle_prefix')), $json['id']);