Correct bug #0026428 - in notice filter on creation date for period
authorymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 07:57:05 +0100
changeset 519 ef3e4841d506
parent 518 4864076bf0e3
child 520 d6adc4047ede
Correct bug #0026428 - in notice filter on creation date for period
cms/app-client/app/components/notice-component.js
cms/app-client/mirage/fixtures/documents.js
cms/app-client/package.json
common/corpus-common-addon/addon/components/doc-created.js
common/corpus-common-addon/addon/utils/utils.js
--- a/cms/app-client/app/components/notice-component.js	Mon Feb 20 11:43:46 2017 +0100
+++ b/cms/app-client/app/components/notice-component.js	Wed Feb 22 07:57:05 2017 +0100
@@ -1,4 +1,6 @@
 import Ember from 'ember';
+import * as commonUtils from 'corpus-common-addon/utils/utils';
+import _ from 'lodash/lodash';
 
 export default Ember.Component.extend({
 
@@ -59,8 +61,26 @@
         },
 
         addCreatedFilter: function(dateStr) {
-          const date = new Date(dateStr);
-          this.get('filter').setFilter('date', date.getFullYear().toString());
+          const filter = this.get('filter');
+          console.log("DATE LIST", this.get('filter').get('date'));
+          console.log("DATE STR", dateStr);
+          if(!dateStr) {
+            return;
+          }
+          const oldDateList = filter.get('dateList');
+          let newDateList = [];
+          const periodMatches = commonUtils.getPeriodMatches(dateStr);
+          if(periodMatches) {
+            newDateList = _.range(periodMatches.start.date.getFullYear(), periodMatches.end.date.getFullYear()+1);
+          } else {
+            const date = new Date(dateStr);
+            if (!isNaN(date.getTime())) {
+              newDateList = [ date.getFullYear() ];
+            }
+          }
+          if(newDateList.length > 0) {
+            filter.set('dateList', _.union(oldDateList, newDateList));
+          }
         }
     }
 
--- a/cms/app-client/mirage/fixtures/documents.js	Mon Feb 20 11:43:46 2017 +0100
+++ b/cms/app-client/mirage/fixtures/documents.js	Wed Feb 22 07:57:05 2017 +0100
@@ -8,7 +8,7 @@
     "languages": [
       "http://lexvo.org/id/iso639-3/uve"
     ],
-    "modified": "2002-02-20",
+    "modified": "2010-10-23T00:08:27+02:00",
     "issued": "2010-10-23T00:08:27+02:00",
     "created": "1997-08-29",
     "countryCode": 2139685,
@@ -43,19 +43,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/uve/crdo-UVE_MOCIKA.xml",
@@ -112,7 +112,7 @@
   },
   {
     "id": "11280.100/crdo-CFPP2000_11_SOUND",
-    "cocoonId": "crdo-CFPP2000_11",
+    "cocoonId": "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": [
@@ -153,6 +153,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/fra",
+      {
+        "value": "Français",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb12042429k",
       "http://ark.bnf.fr/ark:/12148/cb12099148r",
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
@@ -171,29 +177,17 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/fra",
       "http://ark.bnf.fr/ark:/12148/cb11948031w",
       "http://ark.bnf.fr/ark:/12148/cb119344654",
       "http://ark.bnf.fr/ark:/12148/cb122187674",
       "http://ark.bnf.fr/ark:/12148/cb119336256",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
       {
-        "value": "general_linguistics",
+        "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb13318355b",
-      "http://ark.bnf.fr/ark:/12148/cb12477289d",
-      {
-        "value": "text_and_corpus_linguistics",
-        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
-        "lang": null
-      },
-      {
-        "value": "Français",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb11940030m",
       "http://ark.bnf.fr/ark:/12148/cb11974557m",
       "http://ark.bnf.fr/ark:/12148/cb122368540",
@@ -235,6 +229,11 @@
         "lang": null
       },
       {
+        "value": "general_linguistics",
+        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
+        "lang": null
+      },
+      {
         "value": "historical_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
@@ -258,12 +257,10 @@
       "http://ark.bnf.fr/ark:/12148/cb11978864p",
       "http://ark.bnf.fr/ark:/12148/cb120114798",
       "http://ark.bnf.fr/ark:/12148/cb12128999b",
+      "http://ark.bnf.fr/ark:/12148/cb12477289d",
       "http://ark.bnf.fr/ark:/12148/cb13515252n"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -274,8 +271,10 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
-      "http://purl.org/dc/dcmitype/Text",
       "http://ark.bnf.fr/ark:/12148/cb119341539",
       {
         "value": "narrative",
@@ -297,7 +296,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
       },
-      "http://ark.bnf.fr/ark:/12148/cb119783362"
+      "http://ark.bnf.fr/ark:/12148/cb119783362",
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/cfpp2000/fra/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.xml",
@@ -364,13 +364,13 @@
   },
   {
     "id": "11280.100/crdo-FRA_PK_IV_10_SOUND",
-    "cocoonId": "crdo-FRA_PK_IV_09",
+    "cocoonId": "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"
     ],
-    "modified": "2007-11-06",
+    "modified": "2010-10-27T10:41:51+02:00",
     "issued": "2010-10-27T10:41:51+02:00",
     "created": "1997-02-22T10:00:00+00:00",
     "countryCode": 2287781,
@@ -571,19 +571,17 @@
     ],
     "subjects": [
       "http://lexvo.org/id/iso639-3/fra",
-      "http://ark.bnf.fr/ark:/12148/cb119328694",
-      "http://ark.bnf.fr/ark:/12148/cb11936442z",
-      "http://ark.bnf.fr/ark:/12148/cb119767449",
       {
         "value": "Français",
         "datatype": null,
         "lang": "fr"
       },
+      "http://ark.bnf.fr/ark:/12148/cb11936442z",
+      "http://ark.bnf.fr/ark:/12148/cb119328694",
+      "http://ark.bnf.fr/ark:/12148/cb119767449",
       "http://ark.bnf.fr/ark:/12148/cb16140050j"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -594,8 +592,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -605,10 +604,11 @@
         "value": "conte",
         "datatype": null,
         "lang": "fr"
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
-      "url": "http://cocoon.huma-num.fr/exist/crdo/ploog/fra/crdo-FRA_PK_IV_09.xml",
+      "url": "http://cocoon.huma-num.fr/exist/crdo/ploog/fra/crdo-FRA_PK_IV_10.xml",
       "format": "application/xml",
       "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
     },
@@ -667,14 +667,14 @@
   },
   {
     "id": "11280.100/crdo-FSL-CUC023_SOUND",
-    "cocoonId": "crdo-FSL-CUC023",
+    "cocoonId": "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"
     ],
-    "modified": "2008-06-14",
+    "modified": "2015-02-03T21:13:34+01:00",
     "issued": "2015-02-03T21:13:34+01:00",
     "created": "start=2002-04-11; end=2002-04-12",
     "countryCode": 3017382,
@@ -870,16 +870,16 @@
       "http://ark.bnf.fr/ark:/12148/cb11932194d",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11932889r",
-      "http://lexvo.org/id/iso639-3/fsl",
-      {
-        "value": "Langue des signes française",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb119328694",
       "http://ark.bnf.fr/ark:/12148/cb119677899",
       "http://ark.bnf.fr/ark:/12148/cb12477289d",
       "http://ark.bnf.fr/ark:/12148/cb133190265",
+      "http://lexvo.org/id/iso639-3/fsl",
+      {
+        "value": "Langue des signes française",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb137450433"
     ],
     "types": [
@@ -889,8 +889,6 @@
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
-      "http://purl.org/dc/dcmitype/MovingImage",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -906,7 +904,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
       },
-      "http://ark.bnf.fr/ark:/12148/cb11948542x"
+      "http://ark.bnf.fr/ark:/12148/cb11948542x",
+      "http://purl.org/dc/dcmitype/MovingImage",
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/cuxac/fsl/crdo-FSL-CUC023.xml",
@@ -981,10 +981,9 @@
     "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"
     ],
-    "modified": "2004-12-09",
+    "modified": "2010-10-26T19:21:17+02:00",
     "issued": "2010-10-26T19:21:17+02:00",
     "created": "1990-08",
     "countryCode": 2139685,
@@ -1034,31 +1033,31 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/nee",
       "http://ark.bnf.fr/ark:/12148/cb11936442z",
-      "http://lexvo.org/id/iso639-3/nee",
+      "http://ark.bnf.fr/ark:/12148/cb119591110",
+      "http://ark.bnf.fr/ark:/12148/cb119759480",
       {
         "value": "Nêlêmwa",
         "datatype": null,
         "lang": "fr"
-      },
-      "http://ark.bnf.fr/ark:/12148/cb119591110",
-      "http://ark.bnf.fr/ark:/12148/cb119759480"
+      }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11936159v",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/bril/nee/crdo-NEE_KHIAAK_KO_AK.xml",
@@ -1116,13 +1115,13 @@
   },
   {
     "id": "11280.100/crdo-ESLO1_ENT_047",
-    "cocoonId": "crdo-ESLO1_ENT_047_C",
+    "cocoonId": "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"
     ],
-    "modified": "2014-11-04",
+    "modified": "2014-12-05T15:05:08+01:00",
     "issued": "2014-12-05T15:05:08+01:00",
     "created": "1969-04-09",
     "countryCode": 3017382,
@@ -1146,11 +1145,6 @@
         "role": "http://www.language-archives.org/OLAC/1.1/editor"
       },
       {
-        "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"
@@ -1163,6 +1157,11 @@
       {
         "name": "Sée-Gross, Catherine",
         "url": null,
+        "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/speaker"
       },
       {
@@ -1188,28 +1187,25 @@
     ],
     "subjects": [
       "http://lexvo.org/id/iso639-3/fra",
-      "http://ark.bnf.fr/ark:/12148/cb135052099",
+      {
+        "value": "Français",
+        "datatype": null,
+        "lang": "fr"
+      },
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      {
-        "value": "Français",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb135052099",
       "http://ark.bnf.fr/ark:/12148/cb11931498c",
+      "http://ark.bnf.fr/ark:/12148/cb11972068d",
       "http://ark.bnf.fr/ark:/12148/cb11935508t",
       "http://ark.bnf.fr/ark:/12148/cb13318380j",
-      "http://ark.bnf.fr/ark:/12148/cb11972068d",
       "http://ark.bnf.fr/ark:/12148/cb119321514",
       "http://ark.bnf.fr/ark:/12148/cb11967308c"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -1220,8 +1216,11 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
-      "http://purl.org/dc/dcmitype/Text",
-      "http://ark.bnf.fr/ark:/12148/cb119829234"
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
+      "http://ark.bnf.fr/ark:/12148/cb119829234",
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/eslo/ESLO1_ENT_047_C.xml",
@@ -1297,10 +1296,9 @@
     "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",
+    "modified": "2010-10-26T10:06:57+02:00",
     "issued": "2010-10-26T10:06:57+02:00",
     "created": "1978",
     "countryCode": 1024031,
@@ -1329,8 +1327,8 @@
       "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/cb13319048g",
       "http://ark.bnf.fr/ark:/12148/cb119677899",
-      "http://ark.bnf.fr/ark:/12148/cb13319048g",
       "http://lexvo.org/id/iso639-3/swb",
       {
         "value": "Maore",
@@ -1339,20 +1337,20 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
       },
-      "http://ark.bnf.fr/ark:/12148/cb13319048g"
+      "http://ark.bnf.fr/ark:/12148/cb13319048g",
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/rombi/swb/crdo-SWB_HOMME.xml",
@@ -1405,13 +1403,13 @@
   },
   {
     "id": "11280.100/crdo-ESLO1_ENT_101",
-    "cocoonId": "crdo-ESLO1_ENT_101_C",
+    "cocoonId": "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",
+    "modified": "2015-01-28T20:55:10+01:00",
     "issued": "2015-01-28T20:55:10+01:00",
     "created": "1969-04-12",
     "countryCode": 3017382,
@@ -1436,16 +1434,6 @@
       },
       {
         "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"
       },
@@ -1457,6 +1445,16 @@
       {
         "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/7444539",
         "role": "http://www.language-archives.org/OLAC/1.1/speaker"
       },
       {
@@ -1482,22 +1480,22 @@
     ],
     "subjects": [
       "http://lexvo.org/id/iso639-3/fra",
+      {
+        "value": "Français",
+        "datatype": null,
+        "lang": "fr"
+      },
       "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/cb119336465",
       "http://ark.bnf.fr/ark:/12148/cb11931498c",
       "http://ark.bnf.fr/ark:/12148/cb119340771",
       "http://ark.bnf.fr/ark:/12148/cb11950170b",
@@ -1507,9 +1505,6 @@
       "http://ark.bnf.fr/ark:/12148/cb11959539g"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -1520,8 +1515,11 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
-      "http://purl.org/dc/dcmitype/Text",
-      "http://ark.bnf.fr/ark:/12148/cb119829234"
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
+      "http://ark.bnf.fr/ark:/12148/cb119829234",
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/eslo/ESLO1_ENT_101_C.xml",
@@ -1659,29 +1657,27 @@
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb119317924",
       "http://ark.bnf.fr/ark:/12148/cb119375503",
-      "http://lexvo.org/id/iso639-3/fsl",
-      "http://ark.bnf.fr/ark:/12148/cb11931755x",
-      "http://ark.bnf.fr/ark:/12148/cb11933779d",
-      "http://ark.bnf.fr/ark:/12148/cb11936326f",
-      "http://ark.bnf.fr/ark:/12148/cb119605176",
-      "http://ark.bnf.fr/ark:/12148/cb12226093g",
-      "http://ark.bnf.fr/ark:/12148/cb12337059x",
-      "http://ark.bnf.fr/ark:/12148/cb12648912q",
       {
         "value": "general_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11963511v",
+      "http://ark.bnf.fr/ark:/12148/cb11936326f",
+      "http://ark.bnf.fr/ark:/12148/cb12648912q",
+      "http://ark.bnf.fr/ark:/12148/cb119605176",
+      "http://ark.bnf.fr/ark:/12148/cb12337059x",
+      "http://ark.bnf.fr/ark:/12148/cb12226093g",
+      "http://lexvo.org/id/iso639-3/fsl",
+      "http://ark.bnf.fr/ark:/12148/cb11931755x",
+      "http://ark.bnf.fr/ark:/12148/cb11933779d",
       {
         "value": "Langue des signes française",
         "datatype": null,
         "lang": "fr"
-      },
-      "http://ark.bnf.fr/ark:/12148/cb11963511v"
+      }
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -1692,6 +1688,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://purl.org/dc/dcmitype/MovingImage"
     ],
@@ -1753,7 +1751,7 @@
   },
   {
     "id": "11280.100/crdo-DAM040_SOUND",
-    "cocoonId": "crdo-DAM040",
+    "cocoonId": "crdo-DAM040_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-DAM040_SOUND",
     "title": "Porto-Vecchio autrefois vu par un villageois 3",
     "languages": [
@@ -1792,12 +1790,12 @@
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11964747n",
       "http://ark.bnf.fr/ark:/12148/cb11933804s",
-      "http://ark.bnf.fr/ark:/12148/cb119328694",
       {
         "value": "text_and_corpus_linguistics",
         "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/cb11978392j",
       "http://ark.bnf.fr/ark:/12148/cb13318422n",
       "http://ark.bnf.fr/ark:/12148/cb11944279g",
@@ -1812,8 +1810,6 @@
       "http://ark.bnf.fr/ark:/12148/cb119654681"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -1824,6 +1820,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://purl.org/dc/dcmitype/Text"
     ],
@@ -1892,7 +1890,7 @@
   },
   {
     "id": "11280.100/crdo-MOC_0001_SOUND",
-    "cocoonId": "crdo-MOC_0001",
+    "cocoonId": "crdo-MOC_0001_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-MOC_0001_SOUND",
     "title": "12-La fille d'Alofitai et le diable",
     "languages": [
@@ -1933,13 +1931,13 @@
       }
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
       "http://purl.org/dc/dcmitype/Text"
     ],
@@ -2001,6 +1999,112 @@
     "rights": "http://creativecommons.org/licenses/by-nc-nd/4.0/"
   },
   {
+    "id": "11280.100/crdo-DJK_LGO0010",
+    "cocoonId": "crdo-DJK_LGO0010",
+    "uri": "https://hdl.handle.net/11280.100/crdo-DJK_LGO0010",
+    "title": "Vocabulaire courant en aluku (3)",
+    "languages": [
+      "http://lexvo.org/id/iso639-3/djk"
+    ],
+    "modified": "2015-12-01T10:46:06+01:00",
+    "issued": "2015-12-01T10:46:06+01:00",
+    "created": "start=1996-09-20; end=1997-07",
+    "countryCode": 3381670,
+    "publishers": [
+      "Centre d'Etudes des Langues Indigènes d'Amérique"
+    ],
+    "contributors": [
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/53851934",
+        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
+      },
+      {
+        "name": null,
+        "url": "http://viaf.org/viaf/53851934",
+        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
+      },
+      {
+        "name": "jeunes de Maripasoula",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "Tingo, Etienne",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
+      },
+      {
+        "name": "Typologie et universaux linguistiques",
+        "url": null,
+        "role": "http://www.language-archives.org/OLAC/1.1/sponsor"
+      }
+    ],
+    "subjects": [
+      "http://ark.bnf.fr/ark:/12148/cb119591726",
+      "http://ark.bnf.fr/ark:/12148/cb13162695n",
+      "http://lexvo.org/id/iso639-3/djk",
+      {
+        "value": "Aluku",
+        "datatype": null,
+        "lang": "fr"
+      }
+    ],
+    "types": [
+      {
+        "value": "lexicon",
+        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
+        "lang": null
+      },
+      "http://purl.org/dc/dcmitype/Sound",
+      "http://ark.bnf.fr/ark:/12148/cb11955657q"
+    ],
+    "transcript": null,
+    "mediaArray": {
+      "http://cocoon.huma-num.fr/data/goury/LGO0010.mp3": {
+        "url": "http://cocoon.huma-num.fr/data/goury/LGO0010.mp3",
+        "format": "audio/mpeg",
+        "extent": "PT28M36S",
+        "extent_ms": 1716000,
+        "master": false
+      },
+      "http://cocoon.huma-num.fr/data/goury/masters/LGO0010.wav": {
+        "url": "http://cocoon.huma-num.fr/data/goury/masters/LGO0010.wav",
+        "format": "audio/x-wav",
+        "extent": "PT28M36S",
+        "extent_ms": 1716000,
+        "master": true
+      },
+      "http://cocoon.huma-num.fr/data/goury/LGO0010_22km.wav": {
+        "url": "http://cocoon.huma-num.fr/data/goury/LGO0010_22km.wav",
+        "format": "audio/x-wav",
+        "extent": "PT28M36S",
+        "extent_ms": 1716000,
+        "master": false
+      }
+    },
+    "geoInfo": {
+      "ref-locs": [
+        "http://sws.geonames.org/3380994/",
+        "http://sws.geonames.org/3382160/"
+      ],
+      "notes": [
+        {
+          "value": "GF",
+          "datatype": "http://purl.org/dc/terms/ISO3166",
+          "lang": null
+        },
+        "French Guiana, Maripasoula",
+        "French Guiana, Cayenne, cité Balata"
+      ],
+      "latitude": "3.64155",
+      "longitude": "-54.03167"
+    },
+    "descriptions": [],
+    "alternativeTitle": null,
+    "rights": "http://creativecommons.org/licenses/by-nc-nd/4.0/"
+  },
+  {
     "id": "11280.100/crdo-DAM007_SOUND",
     "cocoonId": "crdo-DAM007_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-DAM007_SOUND",
@@ -2053,8 +2157,6 @@
       "http://ark.bnf.fr/ark:/12148/cb121318073"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -2064,7 +2166,9 @@
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
-      }
+      },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound"
     ],
     "transcript": null,
     "mediaArray": {
@@ -2127,7 +2231,7 @@
   },
   {
     "id": "11280.100/crdo-DAM011_SOUND",
-    "cocoonId": "crdo-DAM011",
+    "cocoonId": "crdo-DAM011_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-DAM011_SOUND",
     "title": "Pecure e capre 2",
     "languages": [
@@ -2179,8 +2283,6 @@
       "http://ark.bnf.fr/ark:/12148/cb12288500r"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -2191,6 +2293,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
@@ -2310,8 +2414,6 @@
       "http://ark.bnf.fr/ark:/12148/cb12288500r"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -2321,7 +2423,9 @@
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
-      }
+      },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound"
     ],
     "transcript": null,
     "mediaArray": {
@@ -2436,8 +2540,6 @@
       "http://ark.bnf.fr/ark:/12148/cb12288500r"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -2447,7 +2549,9 @@
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
-      }
+      },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound"
     ],
     "transcript": null,
     "mediaArray": {
@@ -2514,10 +2618,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-ANE_OISEAU_SOUND",
     "title": "A bird story",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/ane"
     ],
-    "modified": "2002-02-13",
+    "modified": "2010-10-22T23:54:41+02:00",
     "issued": "2010-10-22T23:54:41+02:00",
     "created": "1984",
     "countryCode": 2139685,
@@ -2544,29 +2647,29 @@
     "subjects": [
       "http://ark.bnf.fr/ark:/12148/cb11932889r",
       "http://ark.bnf.fr/ark:/12148/cb11936442z",
-      "http://ark.bnf.fr/ark:/12148/cb119767449",
       "http://lexvo.org/id/iso639-3/ane",
       {
         "value": "Xârâcùù",
         "datatype": null,
         "lang": "fr"
       },
+      "http://ark.bnf.fr/ark:/12148/cb119767449",
       "http://ark.bnf.fr/ark:/12148/cb131742539"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/ane/crdo-ANE_OISEAU.xml",
@@ -2627,10 +2730,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-AXX_PURA_SOUND",
     "title": "A traditional speech on wood",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/axx"
     ],
-    "modified": "2002-02-13",
+    "modified": "2010-10-23T00:03:31+02:00",
     "issued": "2010-10-23T00:03:31+02:00",
     "created": "1980",
     "countryCode": 2139685,
@@ -2656,8 +2758,8 @@
     ],
     "subjects": [
       "http://ark.bnf.fr/ark:/12148/cb11932889r",
+      "http://ark.bnf.fr/ark:/12148/cb133188384",
       "http://ark.bnf.fr/ark:/12148/cb13318436b",
-      "http://ark.bnf.fr/ark:/12148/cb133188384",
       "http://lexvo.org/id/iso639-3/axx",
       {
         "value": "Xârâgurè",
@@ -2667,19 +2769,19 @@
       "http://ark.bnf.fr/ark:/12148/cb133308289"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
-      "http://purl.org/dc/dcmitype/Text",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb119834877",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/axx/crdo-AXX_PURA.xml",
@@ -2711,8 +2813,8 @@
     },
     "geoInfo": {
       "ref-locs": [
-        "http://vocab.getty.edu/tgn/1098812",
-        "http://sws.geonames.org/2138103/"
+        "http://sws.geonames.org/2138103/",
+        "http://vocab.getty.edu/tgn/1098812"
       ],
       "notes": [
         {
@@ -2741,10 +2843,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-ANE_FOURMI_SOUND",
     "title": "Ant and Flying fox",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/ane"
     ],
-    "modified": "2002-02-13",
+    "modified": "2010-10-22T23:53:01+02:00",
     "issued": "2010-10-22T23:53:01+02:00",
     "created": "1982",
     "countryCode": 2139685,
@@ -2779,19 +2880,19 @@
       "http://ark.bnf.fr/ark:/12148/cb124795066"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/ane/crdo-ANE_FOURMI.xml",
@@ -2854,7 +2955,7 @@
     "languages": [
       "http://lexvo.org/id/iso639-3/uve"
     ],
-    "modified": "2002-02-20",
+    "modified": "2010-10-23T00:05:18+02:00",
     "issued": "2010-10-23T00:05:18+02:00",
     "created": "1997-08-25",
     "countryCode": 2139685,
@@ -2890,19 +2991,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/uve/crdo-UVE_ATUNAI.xml",
@@ -2965,7 +3066,7 @@
     "languages": [
       "http://lexvo.org/id/iso639-3/uve"
     ],
-    "modified": "2002-02-20",
+    "modified": "2010-10-23T15:42:16+02:00",
     "issued": "2010-10-23T15:42:16+02:00",
     "created": "1971",
     "countryCode": 2139685,
@@ -3002,19 +3103,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/uve/crdo-UVE_LOGOTI.xml",
@@ -3077,7 +3178,7 @@
     "languages": [
       "http://lexvo.org/id/iso639-3/iai"
     ],
-    "modified": "2002-04-04",
+    "modified": "2010-10-23T15:26:22+02:00",
     "issued": "2010-10-23T15:26:22+02:00",
     "created": null,
     "countryCode": 2139685,
@@ -3108,8 +3209,8 @@
     ],
     "subjects": [
       "http://ark.bnf.fr/ark:/12148/cb13318335q",
+      "http://ark.bnf.fr/ark:/12148/cb11957099g",
       "http://ark.bnf.fr/ark:/12148/cb11975896k",
-      "http://ark.bnf.fr/ark:/12148/cb11957099g",
       "http://lexvo.org/id/iso639-3/iai",
       {
         "value": "Iaai",
@@ -3120,19 +3221,19 @@
       "http://ark.bnf.fr/ark:/12148/cb119311767"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/iai/crdo-IAI_CIAU.xml",
@@ -3193,10 +3294,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_DIUUT_SOUND",
     "title": "Diuut and Doodeng, the yam gatherers",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:37:57+02:00",
     "issued": "2010-10-23T15:37:57+02:00",
     "created": "1976",
     "countryCode": 2139685,
@@ -3231,19 +3331,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_DIUUT.xml",
@@ -3298,10 +3398,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_ANGUI_SOUND",
     "title": "Eel of Hwaxaunuk",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:32:55+02:00",
     "issued": "2010-10-23T15:32:55+02:00",
     "created": "1976",
     "countryCode": 2139685,
@@ -3338,19 +3437,19 @@
       "http://ark.bnf.fr/ark:/12148/cb119771170"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_ANGUI.xml",
@@ -3405,10 +3504,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_CORBEAU_SOUND",
     "title": "Grass Owl and Crow",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:36:49+02:00",
     "issued": "2010-10-23T15:36:49+02:00",
     "created": "1973",
     "countryCode": 2139685,
@@ -3444,19 +3542,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_CORBEAU.xml",
@@ -3511,10 +3609,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_POULE_SOUND",
     "title": "Grass Owl and Swamp Hen",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:39:43+02:00",
     "issued": "2010-10-23T15:39:43+02:00",
     "created": "1973",
     "countryCode": 2139685,
@@ -3552,19 +3649,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_POULE.xml",
@@ -3619,10 +3716,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_POU_SOUND",
     "title": "Head-Louse and Crab-Louse",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:40:17+02:00",
     "issued": "2010-10-23T15:40:17+02:00",
     "created": "1973",
     "countryCode": 2139685,
@@ -3658,19 +3754,19 @@
       "http://ark.bnf.fr/ark:/12148/cb119771170"
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_POU.xml",
@@ -3725,10 +3821,9 @@
     "uri": "https://hdl.handle.net/11280.100/crdo-NEM_RITES_SOUND",
     "title": "Hunting and fishing rituals of the Wêâ River",
     "languages": [
-      "http://lexvo.org/id/iso639-3/fra",
       "http://lexvo.org/id/iso639-3/nem"
     ],
-    "modified": "2001-06-30",
+    "modified": "2010-10-23T15:40:22+02:00",
     "issued": "2010-10-23T15:40:22+02:00",
     "created": "1973",
     "countryCode": 2139685,
@@ -3763,19 +3858,19 @@
       }
     ],
     "types": [
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
-      "http://purl.org/dc/dcmitype/Text",
       {
         "value": "narrative",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
         "lang": null
-      }
+      },
+      "http://purl.org/dc/dcmitype/Text"
     ],
     "transcript": {
       "url": "http://cocoon.huma-num.fr/exist/crdo/ozanne-rivierre/nem/crdo-NEM_RITES.xml",
@@ -3863,6 +3958,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       {
         "value": "text_and_corpus_linguistics",
@@ -3870,17 +3971,9 @@
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb119619197",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb124844883"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -3891,6 +3984,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -3996,23 +4091,21 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb11974602m"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4023,6 +4116,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4153,30 +4248,28 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
-      "http://ark.bnf.fr/ark:/12148/cb11965628b",
-      "http://ark.bnf.fr/ark:/12148/cb119511608",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb119511608",
       "http://ark.bnf.fr/ark:/12148/cb119619197",
+      "http://ark.bnf.fr/ark:/12148/cb11965628b",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb125326978"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4187,6 +4280,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb119317924",
       "http://ark.bnf.fr/ark:/12148/cb11936159v",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
@@ -4295,28 +4390,26 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb11965628b",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11965628b",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4327,6 +4420,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4436,6 +4531,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb126532730",
       {
@@ -4445,18 +4546,10 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb119619197",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb125326978"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4467,6 +4560,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4571,6 +4666,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       {
         "value": "text_and_corpus_linguistics",
@@ -4579,17 +4680,9 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb119619197",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4600,6 +4693,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4704,6 +4799,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       {
@@ -4711,17 +4812,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4732,6 +4825,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4842,24 +4937,22 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb125326978"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -4870,6 +4963,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -4981,23 +5076,21 @@
       }
     ],
     "subjects": [
-      "http://ark.bnf.fr/ark:/12148/cb13318436b",
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      }
+      "http://ark.bnf.fr/ark:/12148/cb13318436b",
+      "http://ark.bnf.fr/ark:/12148/cb119410943"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5008,6 +5101,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -5119,11 +5214,16 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11933029x",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb122187674",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
-      "http://ark.bnf.fr/ark:/12148/cb11963511v",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -5131,18 +5231,11 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb11940388r",
       "http://ark.bnf.fr/ark:/12148/cb11931683w",
+      "http://ark.bnf.fr/ark:/12148/cb11963511v",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://ark.bnf.fr/ark:/12148/cb15120286j",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      }
+      "http://ark.bnf.fr/ark:/12148/cb15120286j"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5153,6 +5246,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://ark.bnf.fr/ark:/12148/cb13319048g"
     ],
@@ -5258,8 +5353,13 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119339867",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -5267,20 +5367,13 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb13320451h",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb120105768",
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb125326978",
       "http://ark.bnf.fr/ark:/12148/cb11941579k"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5291,6 +5384,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -5354,13 +5449,13 @@
   },
   {
     "id": "11280.100/crdo-LAD_INT12_1_SOUND",
-    "cocoonId": "crdo-LAD_INT12_1",
+    "cocoonId": "crdo-LAD_INT12_1_SOUND",
     "uri": "https://hdl.handle.net/11280.100/crdo-LAD_INT12_1_SOUND",
     "title": "JSFA: Interview #12 (début)",
     "languages": [
       "http://lexvo.org/id/iso639-3/lad"
     ],
-    "modified": "2008-01-18",
+    "modified": "2010-12-01T22:04:08+01:00",
     "issued": "2010-12-01T22:04:08+01:00",
     "created": "2005-03-18",
     "countryCode": 3017382,
@@ -5395,32 +5490,30 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb12647843g",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
-      "http://ark.bnf.fr/ark:/12148/cb119511608",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb119511608",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb119541302",
       "http://ark.bnf.fr/ark:/12148/cb166852682"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5431,6 +5524,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://purl.org/dc/dcmitype/Text"
     ],
@@ -5550,35 +5645,33 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11948031w",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
-      "http://ark.bnf.fr/ark:/12148/cb11963511v",
-      "http://ark.bnf.fr/ark:/12148/cb11939426f",
-      "http://ark.bnf.fr/ark:/12148/cb119511608",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb13319048g",
+      "http://ark.bnf.fr/ark:/12148/cb119511608",
       "http://ark.bnf.fr/ark:/12148/cb135540729",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb11939426f",
+      "http://ark.bnf.fr/ark:/12148/cb11963511v",
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb125326978",
       "http://ark.bnf.fr/ark:/12148/cb11941579k",
       "http://ark.bnf.fr/ark:/12148/cb119324273"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5589,6 +5682,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -5693,30 +5788,28 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb13318322c",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb133408542",
+      "http://ark.bnf.fr/ark:/12148/cb13318322c",
+      "http://ark.bnf.fr/ark:/12148/cb11931600c",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://ark.bnf.fr/ark:/12148/cb11931600c",
       "http://ark.bnf.fr/ark:/12148/cb11938499d",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb120105768",
       "http://ark.bnf.fr/ark:/12148/cb11941579k"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5727,6 +5820,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -5838,6 +5933,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb13318351z",
       "http://ark.bnf.fr/ark:/12148/cb119344654",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
@@ -5847,17 +5948,9 @@
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb119619197",
-      "http://ark.bnf.fr/ark:/12148/cb11931683w",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      }
+      "http://ark.bnf.fr/ark:/12148/cb11931683w"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -5868,6 +5961,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://ark.bnf.fr/ark:/12148/cb13319048g"
@@ -5980,29 +6075,27 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119392962",
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
-      "http://ark.bnf.fr/ark:/12148/cb11931827z",
-      "http://ark.bnf.fr/ark:/12148/cb133190710",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb11931827z",
+      "http://ark.bnf.fr/ark:/12148/cb133190710",
       "http://ark.bnf.fr/ark:/12148/cb120105768"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6013,6 +6106,8 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://ark.bnf.fr/ark:/12148/cb119341539"
     ],
@@ -6114,31 +6209,28 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb133190710",
-      "http://ark.bnf.fr/ark:/12148/cb121235840",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb121235840",
       "http://ark.bnf.fr/ark:/12148/cb133190025",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133190710",
       "http://ark.bnf.fr/ark:/12148/cb13318313d"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6148,7 +6240,10 @@
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
-      }
+      },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound"
     ],
     "transcript": null,
     "mediaArray": {
@@ -6244,33 +6339,30 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
       "http://ark.bnf.fr/ark:/12148/cb126532730",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
-      "http://ark.bnf.fr/ark:/12148/cb121235840",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb121235840",
       "http://ark.bnf.fr/ark:/12148/cb133190025",
       "http://ark.bnf.fr/ark:/12148/cb11934299w",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb120105768"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6281,6 +6373,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11936159v",
       "http://ark.bnf.fr/ark:/12148/cb11976851v",
       "http://ark.bnf.fr/ark:/12148/cb13319048g"
@@ -6383,32 +6478,29 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
       "http://ark.bnf.fr/ark:/12148/cb119344654",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb11931827z",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
-      "http://ark.bnf.fr/ark:/12148/cb13318436b",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb13318436b",
+      "http://ark.bnf.fr/ark:/12148/cb11931827z",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      }
+      "http://ark.bnf.fr/ark:/12148/cb133183409"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6419,6 +6511,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11937212q",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
@@ -6521,30 +6616,27 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
-      "http://ark.bnf.fr/ark:/12148/cb11931827z",
-      "http://ark.bnf.fr/ark:/12148/cb133190710",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb11931827z",
+      "http://ark.bnf.fr/ark:/12148/cb133190710",
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb11975581q"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6555,6 +6647,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -6650,32 +6745,29 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb11958962v",
-      "http://ark.bnf.fr/ark:/12148/cb119324184",
-      "http://ark.bnf.fr/ark:/12148/cb121235840",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb121235840",
+      "http://ark.bnf.fr/ark:/12148/cb11958962v",
+      "http://ark.bnf.fr/ark:/12148/cb119324184",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb11961917j",
       "http://ark.bnf.fr/ark:/12148/cb11956470m"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6686,6 +6778,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -6781,12 +6876,17 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb119344654",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -6794,19 +6894,11 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb11957099g",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb119541302"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6817,6 +6909,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -6918,32 +7013,29 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb126532730",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb119619197",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb125326978",
       "http://ark.bnf.fr/ark:/12148/cb11945613w",
       "http://ark.bnf.fr/ark:/12148/cb119755822"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -6954,6 +7046,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7050,14 +7145,18 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
-      "http://ark.bnf.fr/ark:/12148/cb11963511v",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -7065,20 +7164,13 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb11931803z",
       "http://ark.bnf.fr/ark:/12148/cb11957099g",
+      "http://ark.bnf.fr/ark:/12148/cb11963511v",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
       "http://ark.bnf.fr/ark:/12148/cb12123592m",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb123041695"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7089,6 +7181,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7189,6 +7284,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb119591726",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
@@ -7198,9 +7299,6 @@
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb119577235",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
-      "http://ark.bnf.fr/ark:/12148/cb11963511v",
-      "http://ark.bnf.fr/ark:/12148/cb11965628b",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -7208,23 +7306,17 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb11940388r",
       "http://ark.bnf.fr/ark:/12148/cb119572542",
+      "http://ark.bnf.fr/ark:/12148/cb11965628b",
+      "http://ark.bnf.fr/ark:/12148/cb11963511v",
       "http://ark.bnf.fr/ark:/12148/cb12123592m",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb120105768",
       "http://ark.bnf.fr/ark:/12148/cb123041695",
       "http://ark.bnf.fr/ark:/12148/cb11941579k",
       "http://ark.bnf.fr/ark:/12148/cb12403502x"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7235,6 +7327,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7330,13 +7425,18 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb13318415c",
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb11932512b",
       "http://ark.bnf.fr/ark:/12148/cb119344654",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb126532730",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
@@ -7345,18 +7445,10 @@
       "http://ark.bnf.fr/ark:/12148/cb119619197",
       "http://ark.bnf.fr/ark:/12148/cb13318422n",
       "http://ark.bnf.fr/ark:/12148/cb13318549z",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb15602033b"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7367,6 +7459,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7462,6 +7557,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11936549n",
       "http://ark.bnf.fr/ark:/12148/cb11946662b",
       "http://ark.bnf.fr/ark:/12148/cb11948031w",
@@ -7474,18 +7575,9 @@
       },
       "http://ark.bnf.fr/ark:/12148/cb119404970",
       "http://ark.bnf.fr/ark:/12148/cb119410943",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb123041695"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7496,6 +7588,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7591,6 +7686,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb11931819b",
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       "http://ark.bnf.fr/ark:/12148/cb11963568t",
@@ -7598,27 +7699,18 @@
       "http://ark.bnf.fr/ark:/12148/cb119344654",
       "http://ark.bnf.fr/ark:/12148/cb11978921p",
       "http://ark.bnf.fr/ark:/12148/cb13319003h",
-      "http://ark.bnf.fr/ark:/12148/cb13318322c",
-      "http://ark.bnf.fr/ark:/12148/cb133183409",
       {
         "value": "text_and_corpus_linguistics",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb119572542",
+      "http://ark.bnf.fr/ark:/12148/cb13318322c",
       "http://ark.bnf.fr/ark:/12148/cb119404970",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
+      "http://ark.bnf.fr/ark:/12148/cb133183409",
       "http://ark.bnf.fr/ark:/12148/cb11961917j"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7629,6 +7721,9 @@
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
       },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound",
       "http://ark.bnf.fr/ark:/12148/cb11976851v"
     ],
     "transcript": null,
@@ -7724,6 +7819,12 @@
       }
     ],
     "subjects": [
+      "http://lexvo.org/id/iso639-3/lad",
+      {
+        "value": "Judéo-espagnol",
+        "datatype": null,
+        "lang": "fr"
+      },
       "http://ark.bnf.fr/ark:/12148/cb119339867",
       {
         "value": "text_and_corpus_linguistics",
@@ -7731,18 +7832,9 @@
         "lang": null
       },
       "http://ark.bnf.fr/ark:/12148/cb13320451h",
-      "http://lexvo.org/id/iso639-3/lad",
-      {
-        "value": "Judéo-espagnol",
-        "datatype": null,
-        "lang": "fr"
-      },
       "http://ark.bnf.fr/ark:/12148/cb120105768"
     ],
     "types": [
-      "http://ark.bnf.fr/ark:/12148/cb11932135w",
-      "http://ark.bnf.fr/ark:/12148/cb12481481z",
-      "http://purl.org/dc/dcmitype/Sound",
       {
         "value": "dialogue",
         "datatype": "http://www.language-archives.org/OLAC/1.1/discourse-type",
@@ -7752,7 +7844,10 @@
         "value": "primary_text",
         "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-type",
         "lang": null
-      }
+      },
+      "http://ark.bnf.fr/ark:/12148/cb11932135w",
+      "http://ark.bnf.fr/ark:/12148/cb12481481z",
+      "http://purl.org/dc/dcmitype/Sound"
     ],
     "transcript": null,
     "mediaArray": {
--- a/cms/app-client/package.json	Mon Feb 20 11:43:46 2017 +0100
+++ b/cms/app-client/package.json	Wed Feb 22 07:57:05 2017 +0100
@@ -13,7 +13,7 @@
     "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,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101,11280.100/crdo-BOD033_SOUND,11280.100/crdo-DAM040_SOUND,11280.100/crdo-MOC_0001_SOUND\" -p 3 -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,11280.100/crdo-BOD033_SOUND,11280.100/crdo-DAM040_SOUND,11280.100/crdo-MOC_0001_SOUND,11280.100/crdo-DJK_LGO0010\" -p 3 -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,11280.100/crdo-BOD033_SOUND,11280.100/crdo-MOC_0001_SOUND\" -p 3 -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",
--- a/common/corpus-common-addon/addon/components/doc-created.js	Mon Feb 20 11:43:46 2017 +0100
+++ b/common/corpus-common-addon/addon/components/doc-created.js	Wed Feb 22 07:57:05 2017 +0100
@@ -1,5 +1,6 @@
 import Ember from 'ember';
 import layout from '../templates/components/doc-created';
+import * as utils from 'corpus-common-addon/utils/utils';
 
 export default Ember.Component.extend({
   layout: layout,
@@ -29,37 +30,9 @@
     return this.formatDate(this.get('value'));
   }),
   periodMatches: Ember.computed('value', function () {
-    let dateStr = this.get('value');
-
-    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 dateStr = this.get('value');
 
-    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}
-    };
-
+    return utils.getPeriodMatches(dateStr);
   }),
   isPeriod: Ember.computed('periodMatches', function () {
     const periodMatches = this.get('periodMatches');
--- a/common/corpus-common-addon/addon/utils/utils.js	Mon Feb 20 11:43:46 2017 +0100
+++ b/common/corpus-common-addon/addon/utils/utils.js	Wed Feb 22 07:57:05 2017 +0100
@@ -113,3 +113,38 @@
 export function isDCMILink(s) {
   return s && typeof s === 'string' && s.startsWith(constants.DCMI_BASE_URL);
 }
+
+export function getPeriodMatches(periodStr) {
+
+  let dateStr = periodStr;
+
+  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}
+  };
+
+}