cms/app-client/app/mirage/fixtures/details_documents.js
author ymh <ymh.work@gmail.com>
Thu, 02 Jun 2016 18:24:19 +0200
changeset 168 17f10b56c079
parent 167 009efee954f7
permissions -rw-r--r--
improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
131
31a5c314d575 format is not the same for fixtures
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
     1
export default [
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  {
165
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     3
    "id": "11280.100/crdo-UVE_MOCIKA_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     4
    "uri": "https://hdl.handle.net/11280.100/crdo-UVE_MOCIKA_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     5
    "title": "The two hermit crabs and the coconut crab",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     6
    "language": "http://lexvo.org/id/iso639-3/uve",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     7
    "modified": "2002-02-20",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
     8
    "issued": "2010-10-23T00:08:27+02:00",
165
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
     9
    "publishers": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    10
      "Laboratoire de langues et civilisations à tradition orale"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    11
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    12
    "contributors": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    13
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    14
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    15
        "url": "http://viaf.org/viaf/56614135",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    16
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    17
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    18
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    19
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    20
        "url": "http://viaf.org/viaf/56614135",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    21
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    22
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    23
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    24
        "name": "Idakote, Félicien",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    25
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    26
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    27
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    28
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    29
    "subjects": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    30
      "http://ark.bnf.fr/ark:/12148/cb11958119h",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    31
      "http://ark.bnf.fr/ark:/12148/cb11953067w",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    32
      "http://lexvo.org/id/iso639-3/uve",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    33
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    34
        "value": "Fagauvea",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    35
        "datatype": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    36
        "lang": "fr"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    37
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    38
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    39
    "transcript": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    40
      "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/uve/crdo-UVE_MOCIKA.xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    41
      "format": "application/xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    42
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    43
    },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    44
    "mediaArray": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    45
      "http://cocoon.huma-num.fr/data/archi/144187_MOCIKA_22km.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    46
        "url": "http://cocoon.huma-num.fr/data/archi/144187_MOCIKA_22km.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    47
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    48
        "extent": "PT2M35S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    49
        "extent_ms": 155000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    50
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    51
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    52
      "http://cocoon.huma-num.fr/data/archi/masters/144187.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    53
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144187.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    54
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    55
        "extent": "PT2M35S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    56
        "extent_ms": 155000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    57
        "master": true
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    58
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    59
      "http://cocoon.huma-num.fr/data/archi/mp3/144187_MOCIKA_44k.mp3": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    60
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144187_MOCIKA_44k.mp3",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    61
        "format": "audio/mpeg",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    62
        "extent": "PT2M35S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    63
        "extent_ms": 155000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    64
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    65
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    66
    }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    67
  },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    68
  {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    69
    "id": "11280.100/crdo-CFPP2000_11_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    70
    "uri": "https://hdl.handle.net/11280.100/crdo-CFPP2000_11_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    71
    "title": "Entretien de Louise Liotard et de Jeane Mallet 1",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    72
    "language": "http://lexvo.org/id/iso639-3/fra",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    73
    "modified": "2013-04-23T21:40:30+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
    74
    "issued": "2013-04-23T21:40:30+02:00",
165
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    75
    "publishers": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    76
      "Langage et langues : description, théorisation, transmission"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    77
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    78
    "contributors": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    79
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    80
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    81
        "url": "http://viaf.org/viaf/93752300",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    82
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    83
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    84
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    85
        "name": "Pires, Mat",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    86
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    87
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    88
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    89
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    90
        "name": "Liotard, Louise",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    91
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    92
        "role": "http://www.language-archives.org/OLAC/1.1/responder"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    93
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    94
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    95
        "name": "Mallet, Jeane",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    96
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    97
        "role": "http://www.language-archives.org/OLAC/1.1/responder"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    98
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
    99
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   100
        "name": "Verlinde, Agnès",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   101
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   102
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   103
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   104
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   105
    "subjects": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   106
      "http://ark.bnf.fr/ark:/12148/cb12042429k",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   107
      "http://ark.bnf.fr/ark:/12148/cb12099148r",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   108
      "http://ark.bnf.fr/ark:/12148/cb13318415c",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   109
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   110
        "value": "anthropological_linguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   111
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   112
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   113
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   114
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   115
        "value": "lexicography",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   116
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   117
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   118
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   119
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   120
        "value": "phonetics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   121
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   122
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   123
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   124
      "http://lexvo.org/id/iso639-3/fra",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   125
      "http://ark.bnf.fr/ark:/12148/cb11948031w",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   126
      "http://ark.bnf.fr/ark:/12148/cb119344654",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   127
      "http://ark.bnf.fr/ark:/12148/cb122187674",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   128
      "http://ark.bnf.fr/ark:/12148/cb119336256",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   129
      "http://ark.bnf.fr/ark:/12148/cb13319003h",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   130
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   131
        "value": "general_linguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   132
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   133
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   134
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   135
      "http://ark.bnf.fr/ark:/12148/cb13318355b",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   136
      "http://ark.bnf.fr/ark:/12148/cb12477289d",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   137
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   138
        "value": "text_and_corpus_linguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   139
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   140
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   141
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   142
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   143
        "value": "Français",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   144
        "datatype": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   145
        "lang": "fr"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   146
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   147
      "http://ark.bnf.fr/ark:/12148/cb11940030m",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   148
      "http://ark.bnf.fr/ark:/12148/cb11974557m",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   149
      "http://ark.bnf.fr/ark:/12148/cb122368540",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   150
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   151
        "value": "phonology",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   152
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   153
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   154
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   155
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   156
        "value": "semantics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   157
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   158
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   159
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   160
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   161
        "value": "sociolinguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   162
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   163
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   164
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   165
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   166
        "value": "syntax",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   167
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   168
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   169
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   170
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   171
        "value": "typology",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   172
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   173
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   174
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   175
      "http://ark.bnf.fr/ark:/12148/cb119418302",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   176
      "http://ark.bnf.fr/ark:/12148/cb124795302",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   177
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   178
        "value": "applied_linguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   179
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   180
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   181
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   182
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   183
        "value": "discourse_analysis",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   184
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   185
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   186
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   187
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   188
        "value": "historical_linguistics",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   189
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   190
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   191
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   192
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   193
        "value": "language_documentation",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   194
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   195
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   196
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   197
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   198
        "value": "morphology",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   199
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   200
        "lang": null
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   201
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   202
      "http://ark.bnf.fr/ark:/12148/cb16971902d",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   203
      "http://ark.bnf.fr/ark:/12148/cb118967018",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   204
      "http://ark.bnf.fr/ark:/12148/cb11933911b",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   205
      "http://ark.bnf.fr/ark:/12148/cb11935295r",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   206
      "http://ark.bnf.fr/ark:/12148/cb119586741",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   207
      "http://ark.bnf.fr/ark:/12148/cb11962186d",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   208
      "http://ark.bnf.fr/ark:/12148/cb11978864p",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   209
      "http://ark.bnf.fr/ark:/12148/cb120114798",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   210
      "http://ark.bnf.fr/ark:/12148/cb12128999b",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   211
      "http://ark.bnf.fr/ark:/12148/cb13515252n"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   212
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   213
    "transcript": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   214
      "url": "http://cocoon.huma-num.fr/exist/crdo/cfpp2000/fra/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   215
      "format": "application/xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   216
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_transcriber"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   217
    },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   218
    "mediaArray": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   219
      "http://cocoon.huma-num.fr/data/archi/masters/344490.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   220
        "url": "http://cocoon.huma-num.fr/data/archi/masters/344490.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   221
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   222
        "extent": "PT45M52S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   223
        "extent_ms": 2752000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   224
        "master": true
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   225
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   226
      "http://cocoon.huma-num.fr/data/cfpp2000/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.mp3": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   227
        "url": "http://cocoon.huma-num.fr/data/cfpp2000/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.mp3",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   228
        "format": "audio/mpeg",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   229
        "extent": "PT45M52S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   230
        "extent_ms": 2752000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   231
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   232
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   233
      "http://cocoon.huma-num.fr/data/cfpp2000/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   234
        "url": "http://cocoon.huma-num.fr/data/cfpp2000/Louise_Liotard_F_85_et_Jeanne_Mallet_F_75_SO-1.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   235
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   236
        "extent": "PT45M52S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   237
        "extent_ms": 2752000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   238
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   239
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   240
    }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   241
  },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   242
  {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   243
    "id": "11280.100/crdo-FRA_PK_IV_10_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   244
    "uri": "https://hdl.handle.net/11280.100/crdo-FRA_PK_IV_10_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   245
    "title": "Le jour des petits (B)",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   246
    "language": "http://lexvo.org/id/iso639-3/fra",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   247
    "modified": "2007-11-06",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
   248
    "issued": "2010-10-27T10:41:51+02:00",
165
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   249
    "publishers": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   250
      "Université Bordeaux III"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   251
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   252
    "contributors": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   253
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   254
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   255
        "url": "http://viaf.org/viaf/14996188",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   256
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   257
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   258
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   259
        "name": "00",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   260
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   261
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   262
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   263
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   264
        "name": "01",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   265
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   266
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   267
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   268
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   269
        "name": "04",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   270
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   271
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   272
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   273
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   274
        "name": "111",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   275
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   276
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   277
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   278
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   279
        "name": "29",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   280
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   281
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   282
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   283
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   284
        "name": "33",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   285
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   286
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   287
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   288
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   289
        "name": "41",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   290
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   291
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   292
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   293
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   294
        "name": "60",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   295
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   296
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   297
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   298
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   299
        "name": "le directeur",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   300
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   301
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   302
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   303
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   304
        "name": "100",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   305
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   306
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   307
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   308
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   309
        "name": "104",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   310
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   311
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   312
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   313
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   314
        "name": "28",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   315
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   316
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   317
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   318
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   319
        "name": "34",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   320
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   321
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   322
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   323
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   324
        "name": "35",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   325
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   326
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   327
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   328
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   329
        "name": "43",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   330
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   331
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   332
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   333
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   334
        "name": "50",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   335
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   336
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   337
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   338
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   339
        "name": "53",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   340
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   341
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   342
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   343
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   344
        "name": "31",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   345
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   346
        "role": "http://www.language-archives.org/OLAC/1.1/participant"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   347
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   348
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   349
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   350
        "url": "http://viaf.org/viaf/14996188",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   351
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   352
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   353
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   354
        "name": "06",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   355
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   356
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   357
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   358
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   359
        "name": "07",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   360
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   361
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   362
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   363
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   364
        "name": "09",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   365
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   366
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   367
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   368
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   369
        "name": "10",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   370
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   371
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   372
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   373
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   374
        "name": "111",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   375
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   376
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   377
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   378
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   379
        "name": "33",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   380
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   381
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   382
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   383
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   384
        "name": "37",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   385
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   386
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   387
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   388
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   389
        "name": "39",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   390
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   391
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   392
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   393
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   394
        "name": "40",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   395
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   396
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   397
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   398
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   399
        "name": "41",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   400
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   401
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   402
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   403
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   404
        "name": "48",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   405
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   406
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   407
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   408
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   409
        "name": "32",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   410
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   411
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   412
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   413
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   414
        "name": "4M",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   415
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   416
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   417
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   418
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   419
        "name": "11",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   420
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   421
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   422
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   423
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   424
        "name": "14",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   425
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   426
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   427
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   428
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   429
        "name": "35",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   430
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   431
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   432
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   433
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   434
        "name": "44",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   435
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   436
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   437
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   438
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   439
        "name": "46",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   440
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   441
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   442
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   443
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   444
    "subjects": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   445
      "http://lexvo.org/id/iso639-3/fra",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   446
      "http://ark.bnf.fr/ark:/12148/cb119328694",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   447
      "http://ark.bnf.fr/ark:/12148/cb11936442z",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   448
      "http://ark.bnf.fr/ark:/12148/cb119767449",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   449
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   450
        "value": "Français",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   451
        "datatype": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   452
        "lang": "fr"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   453
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   454
      "http://ark.bnf.fr/ark:/12148/cb16140050j"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   455
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   456
    "transcript": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   457
      "url": "http://cocoon.huma-num.fr/exist/crdo/ploog/fra/crdo-FRA_PK_IV_09.xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   458
      "format": "application/xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   459
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   460
    },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   461
    "mediaArray": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   462
      "http://cocoon.huma-num.fr/data/archi/145183_IV_10_22km.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   463
        "url": "http://cocoon.huma-num.fr/data/archi/145183_IV_10_22km.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   464
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   465
        "extent": "PT13M41S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   466
        "extent_ms": 821000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   467
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   468
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   469
      "http://cocoon.huma-num.fr/data/archi/masters/145183.wav": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   470
        "url": "http://cocoon.huma-num.fr/data/archi/masters/145183.wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   471
        "format": "audio/x-wav",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   472
        "extent": "PT13M41S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   473
        "extent_ms": 821000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   474
        "master": true
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   475
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   476
      "http://cocoon.huma-num.fr/data/archi/mp3/145183_IV_10_44k.mp3": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   477
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/145183_IV_10_44k.mp3",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   478
        "format": "audio/mpeg",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   479
        "extent": "PT13M41S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   480
        "extent_ms": 821000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   481
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   482
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   483
    }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   484
  },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   485
  {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   486
    "id": "11280.100/crdo-FSL-CUC023_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   487
    "uri": "https://hdl.handle.net/11280.100/crdo-FSL-CUC023_SOUND",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   488
    "title": "Corpus LS-Colin sur plusieurs genres discursifs (Josette Bouchauveau et Henri Attia)",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   489
    "language": "http://lexvo.org/id/iso639-3/fra",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   490
    "modified": "2008-06-14",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
   491
    "issued": "2015-02-03T21:13:34+01:00",
165
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   492
    "publishers": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   493
      "Structures formelles du langage",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   494
      "Centre d'analyses et de mathématiques sociales",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   495
      "Institut de recherche en informatique de Toulouse",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   496
      "Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   497
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   498
    "contributors": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   499
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   500
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   501
        "url": "http://viaf.org/viaf/197871692",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   502
        "role": "http://www.language-archives.org/OLAC/1.1/annotator"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   503
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   504
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   505
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   506
        "url": "http://viaf.org/viaf/202009521",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   507
        "role": "http://www.language-archives.org/OLAC/1.1/compiler"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   508
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   509
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   510
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   511
        "url": "http://viaf.org/viaf/74053259",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   512
        "role": "http://www.language-archives.org/OLAC/1.1/compiler"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   513
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   514
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   515
        "name": "Fiore, Sonia",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   516
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   517
        "role": "http://www.language-archives.org/OLAC/1.1/compiler"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   518
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   519
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   520
        "name": "Fiore, Sonia",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   521
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   522
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   523
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   524
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   525
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   526
        "url": "http://viaf.org/viaf/74053259",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   527
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   528
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   529
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   530
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   531
        "url": "http://viaf.org/viaf/74053259",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   532
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   533
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   534
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   535
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   536
        "url": "http://viaf.org/viaf/207122465",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   537
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   538
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   539
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   540
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   541
        "url": "http://viaf.org/viaf/197871692",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   542
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   543
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   544
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   545
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   546
        "url": "http://viaf.org/viaf/15630709",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   547
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   548
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   549
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   550
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   551
        "url": "http://viaf.org/viaf/202186280",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   552
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   553
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   554
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   555
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   556
        "url": "http://viaf.org/viaf/208930530",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   557
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   558
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   559
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   560
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   561
        "url": "http://viaf.org/viaf/310748152",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   562
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   563
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   564
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   565
        "name": "Choisier, Annick",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   566
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   567
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   568
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   569
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   570
        "name": "Collet, Christophe",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   571
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   572
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   573
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   574
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   575
        "name": "Dalle, Patrice",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   576
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   577
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   578
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   579
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   580
        "name": "Jausions, Guillemette",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   581
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   582
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   583
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   584
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   585
        "name": "Lenseigne, Boris",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   586
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   587
        "role": "http://www.language-archives.org/OLAC/1.1/developer"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   588
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   589
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   590
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   591
        "url": "http://viaf.org/viaf/74053259",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   592
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   593
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   594
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   595
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   596
        "url": "http://viaf.org/viaf/207122465",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   597
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   598
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   599
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   600
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   601
        "url": "http://viaf.org/viaf/197871692",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   602
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   603
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   604
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   605
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   606
        "url": "http://viaf.org/viaf/15630709",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   607
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   608
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   609
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   610
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   611
        "url": "http://viaf.org/viaf/202186280",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   612
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   613
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   614
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   615
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   616
        "url": "http://viaf.org/viaf/208930530",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   617
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   618
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   619
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   620
        "name": "Choisier, Annick",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   621
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   622
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   623
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   624
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   625
        "name": "Collet, Christophe",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   626
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   627
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   628
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   629
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   630
        "name": "Dalle, Patrice",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   631
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   632
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   633
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   634
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   635
        "name": "Jausions, Guillemette",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   636
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   637
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   638
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   639
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   640
        "name": "LS-Colin",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   641
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   642
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   643
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   644
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   645
        "name": "Lenseigne, Boris",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   646
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   647
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   648
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   649
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   650
        "name": "Institut national des jeunes sourds",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   651
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   652
        "role": "http://www.language-archives.org/OLAC/1.1/recorder"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   653
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   654
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   655
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   656
        "url": "http://viaf.org/viaf/310748152",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   657
        "role": "http://www.language-archives.org/OLAC/1.1/recorder"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   658
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   659
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   660
        "name": "Attia, Henri",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   661
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   662
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   663
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   664
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   665
        "name": "Bouchauveau, Josette",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   666
        "url": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   667
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   668
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   669
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   670
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   671
        "url": "http://viaf.org/viaf/197871692",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   672
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   673
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   674
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   675
        "name": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   676
        "url": "http://viaf.org/viaf/197871692",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   677
        "role": "http://www.language-archives.org/OLAC/1.1/translator"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   678
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   679
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   680
    "subjects": [
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   681
      "http://ark.bnf.fr/ark:/12148/cb11932194d",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   682
      "http://ark.bnf.fr/ark:/12148/cb11931819b",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   683
      "http://ark.bnf.fr/ark:/12148/cb11932889r",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   684
      "http://lexvo.org/id/iso639-3/fsl",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   685
      {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   686
        "value": "Langue des signes française",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   687
        "datatype": null,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   688
        "lang": "fr"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   689
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   690
      "http://ark.bnf.fr/ark:/12148/cb119328694",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   691
      "http://ark.bnf.fr/ark:/12148/cb119677899",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   692
      "http://ark.bnf.fr/ark:/12148/cb12477289d",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   693
      "http://ark.bnf.fr/ark:/12148/cb133190265",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   694
      "http://ark.bnf.fr/ark:/12148/cb137450433"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   695
    ],
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   696
    "transcript": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   697
      "url": "http://cocoon.huma-num.fr/exist/crdo/cuxac/fsl/crdo-FSL-CUC023.xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   698
      "format": "application/xml",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   699
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   700
    },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   701
    "mediaArray": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   702
      "http://cocoon.huma-num.fr/data/cuxac/CUC023_low.mp4": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   703
        "url": "http://cocoon.huma-num.fr/data/cuxac/CUC023_low.mp4",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   704
        "format": "video/mp4",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   705
        "extent": "PT27M08S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   706
        "extent_ms": 1628000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   707
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   708
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   709
      "http://cocoon.huma-num.fr/data/cuxac/masters/CUC023.mp4": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   710
        "url": "http://cocoon.huma-num.fr/data/cuxac/masters/CUC023.mp4",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   711
        "format": "video/mp4",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   712
        "extent": "PT27M08S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   713
        "extent_ms": 1628000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   714
        "master": true
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   715
      },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   716
      "http://cocoon.huma-num.fr/data/cuxac/CUC023_low.ogg": {
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   717
        "url": "http://cocoon.huma-num.fr/data/cuxac/CUC023_low.ogg",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   718
        "format": "video/ogg",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   719
        "extent": "PT27M08S",
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   720
        "extent_ms": 1628000,
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   721
        "master": false
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   722
      }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   723
    }
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   724
  },
3c36874da933 add new documents and transcript for tests
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   725
  {
166
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   726
    "id": "11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   727
    "uri": "https://hdl.handle.net/11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   728
    "title": "Tale of the hen and the rooster",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   729
    "language": "http://lexvo.org/id/iso639-3/fra",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   730
    "modified": "2004-12-09",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
   731
    "issued": "2010-10-26T19:21:17+02:00",
166
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   732
    "publishers": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   733
      "Laboratoire de langues et civilisations à tradition orale"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   734
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   735
    "contributors": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   736
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   737
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   738
        "url": "http://viaf.org/viaf/10920079",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   739
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   740
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   741
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   742
        "name": "Phadom, Willion",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   743
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   744
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   745
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   746
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   747
        "name": "Typologie et universaux linguistiques",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   748
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   749
        "role": "http://www.language-archives.org/OLAC/1.1/sponsor"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   750
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   751
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   752
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   753
        "url": "http://viaf.org/viaf/10920079",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   754
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   755
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   756
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   757
        "name": "Phadom, Willion",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   758
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   759
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   760
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   761
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   762
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   763
        "url": "http://viaf.org/viaf/10920079",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   764
        "role": "http://www.language-archives.org/OLAC/1.1/translator"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   765
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   766
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   767
        "name": "Phadom, Willion",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   768
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   769
        "role": "http://www.language-archives.org/OLAC/1.1/translator"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   770
      }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   771
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   772
    "subjects": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   773
      "http://ark.bnf.fr/ark:/12148/cb11936442z",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   774
      "http://lexvo.org/id/iso639-3/nee",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   775
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   776
        "value": "Nêlêmwa",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   777
        "datatype": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   778
        "lang": "fr"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   779
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   780
      "http://ark.bnf.fr/ark:/12148/cb119591110",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   781
      "http://ark.bnf.fr/ark:/12148/cb119759480"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   782
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   783
    "transcript": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   784
      "url": "http://cocoon.huma-num.fr/exist/crdo/bril/nee/crdo-NEE_KHIAAK_KO_AK.xml",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   785
      "format": "application/xml",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   786
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   787
    },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   788
    "mediaArray": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   789
      "http://cocoon.huma-num.fr/data/archi/145138_KHIAAK_KO_AK_22km.wav": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   790
        "url": "http://cocoon.huma-num.fr/data/archi/145138_KHIAAK_KO_AK_22km.wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   791
        "format": "audio/x-wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   792
        "extent": "PT1M30S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   793
        "extent_ms": 90000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   794
        "master": false
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   795
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   796
      "http://cocoon.huma-num.fr/data/archi/masters/145138.wav": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   797
        "url": "http://cocoon.huma-num.fr/data/archi/masters/145138.wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   798
        "format": "audio/x-wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   799
        "extent": "PT1M30S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   800
        "extent_ms": 90000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   801
        "master": true
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   802
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   803
      "http://cocoon.huma-num.fr/data/archi/mp3/145138_KHIAAK_KO_AK_44k.mp3": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   804
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/145138_KHIAAK_KO_AK_44k.mp3",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   805
        "format": "audio/mpeg",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   806
        "extent": "PT1M30S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   807
        "extent_ms": 90000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   808
        "master": false
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   809
      }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   810
    }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   811
  },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   812
  {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   813
    "id": "11280.100/crdo-ESLO1_ENT_047",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   814
    "uri": "https://hdl.handle.net/11280.100/crdo-ESLO1_ENT_047",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   815
    "title": "ESLO1: entretien 047",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   816
    "language": "http://lexvo.org/id/iso639-3/fra",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   817
    "modified": "2014-11-04",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
   818
    "issued": "2014-12-05T15:05:08+01:00",
166
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   819
    "publishers": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   820
      "Laboratoire Ligérien de Linguistique"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   821
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   822
    "contributors": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   823
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   824
        "name": "Laboratoire Ligérien de Linguistique",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   825
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   826
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   827
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   828
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   829
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   830
        "url": "http://viaf.org/viaf/200058210",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   831
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   832
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   833
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   834
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   835
        "url": "http://viaf.org/viaf/39685504",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   836
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   837
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   838
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   839
        "name": "Sée-Gross, Catherine",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   840
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   841
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   842
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   843
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   844
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   845
        "url": "http://viaf.org/viaf/200058210",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   846
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   847
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   848
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   849
        "name": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   850
        "url": "http://viaf.org/viaf/39685504",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   851
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   852
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   853
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   854
        "name": "Sée-Gross, Catherine",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   855
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   856
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   857
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   858
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   859
        "name": "BX11",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   860
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   861
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   862
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   863
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   864
        "name": "047INC1",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   865
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   866
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   867
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   868
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   869
        "name": "047INC2",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   870
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   871
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   872
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   873
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   874
        "name": "Baude, Marion",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   875
        "url": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   876
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   877
      }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   878
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   879
    "subjects": [
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   880
      "http://lexvo.org/id/iso639-3/fra",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   881
      "http://ark.bnf.fr/ark:/12148/cb135052099",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   882
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   883
        "value": "text_and_corpus_linguistics",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   884
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   885
        "lang": null
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   886
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   887
      {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   888
        "value": "Français",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   889
        "datatype": null,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   890
        "lang": "fr"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   891
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   892
      "http://ark.bnf.fr/ark:/12148/cb11931498c",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   893
      "http://ark.bnf.fr/ark:/12148/cb11935508t",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   894
      "http://ark.bnf.fr/ark:/12148/cb13318380j",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   895
      "http://ark.bnf.fr/ark:/12148/cb11972068d",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   896
      "http://ark.bnf.fr/ark:/12148/cb119321514",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   897
      "http://ark.bnf.fr/ark:/12148/cb11967308c"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   898
    ],
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   899
    "transcript": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   900
      "url": "http://cocoon.huma-num.fr/exist/crdo/eslo/ESLO1_ENT_047_C.xml",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   901
      "format": "application/xml",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   902
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_transcriber"
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   903
    },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   904
    "mediaArray": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   905
      "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_047.mp3": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   906
        "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_047.mp3",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   907
        "format": "audio/mpeg",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   908
        "extent": "PT1H2M59S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   909
        "extent_ms": 3779000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   910
        "master": false
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   911
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   912
      "http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_047.wav": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   913
        "url": "http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_047.wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   914
        "format": "audio/x-wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   915
        "extent": "PT1H2M59S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   916
        "extent_ms": 3779000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   917
        "master": true
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   918
      },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   919
      "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_047_22km.wav": {
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   920
        "url": "http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_047_22km.wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   921
        "format": "audio/x-wav",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   922
        "extent": "PT1H2M59S",
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   923
        "extent_ms": 3779000,
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   924
        "master": false
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   925
      }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   926
    }
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   927
  },
ce580300e4b9 add in fixtures new documents with transcripts
ymh <ymh.work@gmail.com>
parents: 165
diff changeset
   928
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   929
    "id": "11280.100/crdo-09-CAYCHAX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   930
    "uri": "https://hdl.handle.net/11280.100/crdo-09-CAYCHAX_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   931
    "title": "ALLOc : Caychax : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   932
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   933
    "modified": "2010-10-25T18:16:38+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
   934
    "issued": "2010-10-25T18:16:38+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   935
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   936
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   937
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   938
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   939
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   940
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   941
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   942
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   943
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   944
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   945
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   946
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   947
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   948
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   949
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   950
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   951
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   952
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   953
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   954
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   955
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   956
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   957
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   958
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   959
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   960
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   961
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   962
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   963
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   964
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   965
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   966
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   967
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   968
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   969
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   970
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   971
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   972
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   973
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   974
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   975
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   976
        "name": "Alazet, Pierre",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   977
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   978
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   979
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   980
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   981
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   982
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   983
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   984
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   985
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   986
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   987
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   988
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   989
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   990
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   991
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   992
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   993
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   994
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   995
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
   996
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   997
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   998
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
   999
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1000
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1001
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1002
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1003
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1004
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-CAYCHAX.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1005
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1006
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1007
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1008
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1009
      "http://cocoon.huma-num.fr/data/archi/144792_09-CAYCHAX_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1010
        "url": "http://cocoon.huma-num.fr/data/archi/144792_09-CAYCHAX_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1011
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1012
        "extent": "PT03M18S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1013
        "extent_ms": 198000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1014
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1015
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1016
      "http://cocoon.huma-num.fr/data/archi/masters/144792.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1017
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144792.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1018
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1019
        "extent": "PT03M18S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1020
        "extent_ms": 198000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1021
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1022
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1023
      "http://cocoon.huma-num.fr/data/archi/mp3/144792_09-CAYCHAX_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1024
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144792_09-CAYCHAX_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1025
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1026
        "extent": "PT03M18S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1027
        "extent_ms": 198000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1028
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1029
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1030
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1031
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1032
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1033
    "id": "11280.100/crdo-09-DUN_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1034
    "uri": "https://hdl.handle.net/11280.100/crdo-09-DUN_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1035
    "title": "ALLOc : Dun : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1036
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1037
    "modified": "2010-10-25T18:18:23+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1038
    "issued": "2010-10-25T18:18:23+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1039
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1040
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1041
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1042
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1043
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1044
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1045
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1046
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1047
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1048
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1049
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1050
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1051
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1052
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1053
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1054
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1055
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1056
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1057
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1058
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1059
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1060
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1061
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1062
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1063
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1064
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1065
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1066
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1067
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1068
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1069
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1070
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1071
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1072
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1073
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1074
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1075
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1076
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1077
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1078
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1079
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1080
        "name": "Tricoire, Raymonde",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1081
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1082
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1083
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1084
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1085
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1086
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1087
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1088
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1089
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1090
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1091
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1092
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1093
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1094
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1095
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1096
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1097
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1098
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1099
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1100
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1101
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1102
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1103
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1104
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1105
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1106
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1107
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1108
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-DUN.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1109
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1110
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1111
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1112
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1113
      "http://cocoon.huma-num.fr/data/archi/144793_09-DUN_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1114
        "url": "http://cocoon.huma-num.fr/data/archi/144793_09-DUN_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1115
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1116
        "extent": "PT03M07S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1117
        "extent_ms": 187000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1118
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1119
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1120
      "http://cocoon.huma-num.fr/data/archi/masters/144793.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1121
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144793.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1122
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1123
        "extent": "PT03M07S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1124
        "extent_ms": 187000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1125
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1126
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1127
      "http://cocoon.huma-num.fr/data/archi/mp3/144793_09-DUN_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1128
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144793_09-DUN_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1129
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1130
        "extent": "PT03M07S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1131
        "extent_ms": 187000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1132
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1133
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1134
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1135
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1136
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1137
    "id": "11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1138
    "uri": "https://hdl.handle.net/11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1139
    "title": "ALLOc : La Bastide-de-Lordat : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1140
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1141
    "modified": "2010-10-25T18:20:08+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1142
    "issued": "2010-10-25T18:20:08+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1143
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1144
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1145
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1146
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1147
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1148
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1149
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1150
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1151
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1152
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1153
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1154
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1155
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1156
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1157
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1158
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1159
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1160
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1161
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1162
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1163
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1164
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1165
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1166
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1167
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1168
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1169
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1170
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1171
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1172
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1173
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1174
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1175
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1176
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1177
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1178
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1179
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1180
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1181
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1182
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1183
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1184
        "name": "Roumieu, Berthe",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1185
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1186
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1187
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1188
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1189
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1190
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1191
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1192
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1193
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1194
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1195
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1196
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1197
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1198
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1199
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1200
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1201
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1202
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1203
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1204
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1205
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1206
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1207
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1208
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1209
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1210
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1211
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1212
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-LABASTIDE-DE-LORDAT.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1213
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1214
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1215
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1216
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1217
      "http://cocoon.huma-num.fr/data/archi/144794_09-LABASTIDE-DE-LORDAT_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1218
        "url": "http://cocoon.huma-num.fr/data/archi/144794_09-LABASTIDE-DE-LORDAT_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1219
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1220
        "extent": "PT02M46S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1221
        "extent_ms": 166000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1222
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1223
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1224
      "http://cocoon.huma-num.fr/data/archi/masters/144794.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1225
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144794.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1226
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1227
        "extent": "PT02M46S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1228
        "extent_ms": 166000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1229
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1230
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1231
      "http://cocoon.huma-num.fr/data/archi/mp3/144794_09-LABASTIDE-DE-LORDAT_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1232
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144794_09-LABASTIDE-DE-LORDAT_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1233
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1234
        "extent": "PT02M46S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1235
        "extent_ms": 166000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1236
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1237
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1238
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1239
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1240
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1241
    "id": "11280.100/crdo-09-LOUBENS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1242
    "uri": "https://hdl.handle.net/11280.100/crdo-09-LOUBENS_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1243
    "title": "ALLOc : Loubens : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1244
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1245
    "modified": "2010-10-25T18:21:23+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1246
    "issued": "2010-10-25T18:21:23+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1247
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1248
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1249
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1250
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1251
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1252
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1253
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1254
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1255
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1256
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1257
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1258
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1259
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1260
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1261
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1262
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1263
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1264
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1265
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1266
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1267
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1268
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1269
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1270
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1271
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1272
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1273
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1274
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1275
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1276
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1277
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1278
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1279
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1280
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1281
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1282
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1283
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1284
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1285
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1286
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1287
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1288
        "name": "Faure, Antoinette",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1289
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1290
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1291
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1292
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1293
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1294
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1295
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1296
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1297
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1298
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1299
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1300
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1301
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1302
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1303
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1304
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1305
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1306
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1307
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1308
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1309
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1310
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1311
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1312
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1313
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1314
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1315
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1316
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-LOUBENS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1317
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1318
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1319
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1320
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1321
      "http://cocoon.huma-num.fr/data/archi/144795_09-LOUBENS_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1322
        "url": "http://cocoon.huma-num.fr/data/archi/144795_09-LOUBENS_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1323
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1324
        "extent": "PT02M28S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1325
        "extent_ms": 148000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1326
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1327
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1328
      "http://cocoon.huma-num.fr/data/archi/masters/144795.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1329
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144795.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1330
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1331
        "extent": "PT02M28S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1332
        "extent_ms": 148000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1333
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1334
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1335
      "http://cocoon.huma-num.fr/data/archi/mp3/144795_09-LOUBENS_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1336
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144795_09-LOUBENS_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1337
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1338
        "extent": "PT02M28S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1339
        "extent_ms": 148000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1340
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1341
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1342
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1343
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1344
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1345
    "id": "11280.100/crdo-09-MERENS-LES-VALS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1346
    "uri": "https://hdl.handle.net/11280.100/crdo-09-MERENS-LES-VALS_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1347
    "title": "ALLOc : Mérens-les-Vals : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1348
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1349
    "modified": "2010-10-25T18:22:24+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1350
    "issued": "2010-10-25T18:22:24+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1351
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1352
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1353
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1354
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1355
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1356
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1357
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1358
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1359
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1360
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1361
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1362
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1363
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1364
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1365
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1366
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1367
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1368
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1369
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1370
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1371
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1372
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1373
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1374
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1375
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1376
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1377
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1378
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1379
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1380
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1381
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1382
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1383
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1384
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1385
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1386
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1387
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1388
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1389
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1390
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1391
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1392
        "name": "Laurens, François",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1393
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1394
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1395
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1396
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1397
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1398
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1399
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1400
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1401
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1402
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1403
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1404
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1405
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1406
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1407
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1408
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1409
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1410
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1411
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1412
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1413
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1414
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1415
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1416
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1417
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1418
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1419
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1420
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-MERENS-LES-VALS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1421
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1422
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1423
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1424
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1425
      "http://cocoon.huma-num.fr/data/archi/144796_09-MERENS-LES-VALS_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1426
        "url": "http://cocoon.huma-num.fr/data/archi/144796_09-MERENS-LES-VALS_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1427
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1428
        "extent": "PT02M45S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1429
        "extent_ms": 165000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1430
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1431
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1432
      "http://cocoon.huma-num.fr/data/archi/masters/144796.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1433
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144796.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1434
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1435
        "extent": "PT02M45S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1436
        "extent_ms": 165000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1437
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1438
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1439
      "http://cocoon.huma-num.fr/data/archi/mp3/144796_09-MERENS-LES-VALS_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1440
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144796_09-MERENS-LES-VALS_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1441
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1442
        "extent": "PT02M45S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1443
        "extent_ms": 165000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1444
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1445
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1446
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1447
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1448
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1449
    "id": "11280.100/crdo-09-MONTSEGUR_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1450
    "uri": "https://hdl.handle.net/11280.100/crdo-09-MONTSEGUR_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1451
    "title": "ALLOc : Montségur : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1452
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1453
    "modified": "2010-10-25T18:23:14+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1454
    "issued": "2010-10-25T18:23:14+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1455
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1456
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1457
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1458
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1459
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1460
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1461
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1462
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1463
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1464
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1465
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1466
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1467
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1468
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1469
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1470
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1471
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1472
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1473
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1474
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1475
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1476
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1477
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1478
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1479
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1480
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1481
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1482
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1483
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1484
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1485
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1486
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1487
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1488
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1489
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1490
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1491
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1492
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1493
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1494
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1495
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1496
        "name": "Couquet, Marius",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1497
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1498
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1499
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1500
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1501
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1502
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1503
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1504
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1505
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1506
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1507
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1508
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1509
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1510
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1511
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1512
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1513
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1514
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1515
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1516
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1517
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1518
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1519
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1520
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1521
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1522
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1523
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1524
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-MONTSEGUR.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1525
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1526
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1527
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1528
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1529
      "http://cocoon.huma-num.fr/data/archi/144797_09-MONTSEGUR_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1530
        "url": "http://cocoon.huma-num.fr/data/archi/144797_09-MONTSEGUR_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1531
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1532
        "extent": "PT02M50S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1533
        "extent_ms": 170000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1534
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1535
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1536
      "http://cocoon.huma-num.fr/data/archi/masters/144797.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1537
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144797.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1538
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1539
        "extent": "PT02M50S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1540
        "extent_ms": 170000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1541
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1542
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1543
      "http://cocoon.huma-num.fr/data/archi/mp3/144797_09-MONTSEGUR_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1544
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144797_09-MONTSEGUR_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1545
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1546
        "extent": "PT02M50S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1547
        "extent_ms": 170000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1548
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1549
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1550
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1551
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1552
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1553
    "id": "11280.100/crdo-09-PRAYOLS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1554
    "uri": "https://hdl.handle.net/11280.100/crdo-09-PRAYOLS_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1555
    "title": "ALLOc : Prayols : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1556
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1557
    "modified": "2010-10-25T18:24:06+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1558
    "issued": "2010-10-25T18:24:06+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1559
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1560
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1561
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1562
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1563
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1564
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1565
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1566
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1567
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1568
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1569
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1570
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1571
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1572
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1573
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1574
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1575
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1576
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1577
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1578
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1579
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1580
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1581
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1582
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1583
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1584
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1585
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1586
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1587
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1588
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1589
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1590
        "name": "Laguerre, Aimé",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1591
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1592
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1593
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1594
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1595
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1596
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1597
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1598
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1599
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1600
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1601
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1602
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1603
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1604
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1605
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1606
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1607
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1608
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1609
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1610
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1611
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1612
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1613
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1614
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1615
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1616
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1617
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1618
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-PRAYOLS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1619
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1620
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1621
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1622
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1623
      "http://cocoon.huma-num.fr/data/archi/144798_09-PRAYOLS_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1624
        "url": "http://cocoon.huma-num.fr/data/archi/144798_09-PRAYOLS_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1625
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1626
        "extent": "PT03M02S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1627
        "extent_ms": 182000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1628
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1629
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1630
      "http://cocoon.huma-num.fr/data/archi/masters/144798.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1631
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144798.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1632
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1633
        "extent": "PT03M02S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1634
        "extent_ms": 182000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1635
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1636
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1637
      "http://cocoon.huma-num.fr/data/archi/mp3/144798_09-PRAYOLS_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1638
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144798_09-PRAYOLS_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1639
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1640
        "extent": "PT03M02S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1641
        "extent_ms": 182000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1642
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1643
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1644
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1645
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1646
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1647
    "id": "11280.100/crdo-09-QUERIGUT_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1648
    "uri": "https://hdl.handle.net/11280.100/crdo-09-QUERIGUT_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1649
    "title": "ALLOc : Quérigut : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1650
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1651
    "modified": "2010-10-25T18:24:56+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1652
    "issued": "2010-10-25T18:24:56+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1653
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1654
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1655
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1656
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1657
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1658
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1659
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1660
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1661
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1662
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1663
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1664
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1665
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1666
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1667
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1668
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1669
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1670
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1671
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1672
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1673
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1674
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1675
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1676
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1677
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1678
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1679
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1680
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1681
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1682
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1683
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1684
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1685
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1686
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1687
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1688
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1689
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1690
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1691
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1692
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1693
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1694
        "name": "Tichadou, Joseph",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1695
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1696
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1697
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1698
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1699
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1700
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1701
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1702
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1703
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1704
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1705
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1706
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1707
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1708
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1709
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1710
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1711
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1712
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1713
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1714
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1715
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1716
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1717
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1718
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1719
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1720
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1721
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1722
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-QUERIGUT.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1723
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1724
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1725
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1726
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1727
      "http://cocoon.huma-num.fr/data/archi/144799_09-QUERIGUT_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1728
        "url": "http://cocoon.huma-num.fr/data/archi/144799_09-QUERIGUT_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1729
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1730
        "extent": "PT02M51S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1731
        "extent_ms": 171000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1732
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1733
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1734
      "http://cocoon.huma-num.fr/data/archi/masters/144799.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1735
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144799.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1736
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1737
        "extent": "PT02M51S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1738
        "extent_ms": 171000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1739
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1740
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1741
      "http://cocoon.huma-num.fr/data/archi/mp3/144799_09-QUERIGUT_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1742
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144799_09-QUERIGUT_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1743
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1744
        "extent": "PT02M51S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1745
        "extent_ms": 171000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1746
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1747
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1748
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1749
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1750
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1751
    "id": "11280.100/crdo-09-SIGUER_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1752
    "uri": "https://hdl.handle.net/11280.100/crdo-09-SIGUER_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1753
    "title": "ALLOc : Siguer : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1754
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1755
    "modified": "2010-10-25T18:25:51+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1756
    "issued": "2010-10-25T18:25:51+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1757
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1758
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1759
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1760
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1761
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1762
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1763
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1764
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1765
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1766
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1767
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1768
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1769
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1770
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1771
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1772
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1773
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1774
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1775
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1776
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1777
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1778
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1779
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1780
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1781
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1782
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1783
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1784
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1785
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1786
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1787
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1788
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1789
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1790
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1791
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1792
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1793
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1794
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1795
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1796
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1797
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1798
        "name": "Caujolle, Joseph",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1799
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1800
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1801
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1802
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1803
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1804
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1805
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1806
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1807
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1808
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1809
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1810
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1811
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1812
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1813
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1814
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1815
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1816
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1817
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1818
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1819
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1820
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1821
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1822
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1823
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1824
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1825
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1826
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-SIGUER.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1827
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1828
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1829
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1830
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1831
      "http://cocoon.huma-num.fr/data/archi/144800_09-SIGUER_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1832
        "url": "http://cocoon.huma-num.fr/data/archi/144800_09-SIGUER_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1833
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1834
        "extent": "PT02M57S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1835
        "extent_ms": 177000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1836
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1837
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1838
      "http://cocoon.huma-num.fr/data/archi/masters/144800.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1839
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144800.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1840
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1841
        "extent": "PT02M57S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1842
        "extent_ms": 177000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1843
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1844
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1845
      "http://cocoon.huma-num.fr/data/archi/mp3/144800_09-SIGUER_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1846
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144800_09-SIGUER_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1847
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1848
        "extent": "PT02M57S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1849
        "extent_ms": 177000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1850
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1851
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1852
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1853
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1854
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1855
    "id": "11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1856
    "uri": "https://hdl.handle.net/11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1857
    "title": "ALLOc : Saint-Martin-d'Oydes : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1858
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1859
    "modified": "2010-10-25T18:26:22+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1860
    "issued": "2010-10-25T18:26:22+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1861
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1862
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1863
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1864
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1865
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1866
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1867
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1868
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1869
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1870
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1871
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1872
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1873
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1874
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1875
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1876
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1877
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1878
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1879
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1880
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1881
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1882
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1883
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1884
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1885
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1886
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1887
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1888
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1889
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1890
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1891
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1892
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1893
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1894
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1895
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1896
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1897
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1898
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1899
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1900
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1901
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1902
        "name": "Ferriès, Marcel",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1903
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1904
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1905
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1906
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1907
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1908
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1909
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1910
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1911
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1912
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1913
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1914
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1915
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1916
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1917
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1918
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1919
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1920
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1921
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1922
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1923
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1924
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1925
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1926
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1927
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  1928
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1929
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1930
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-ST-MARTIN-D-OYDES.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1931
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1932
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  1933
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1934
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1935
      "http://cocoon.huma-num.fr/data/archi/144801_09-ST-MARTIN-D-OYDES_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1936
        "url": "http://cocoon.huma-num.fr/data/archi/144801_09-ST-MARTIN-D-OYDES_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1937
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1938
        "extent": "PT03M05S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1939
        "extent_ms": 185000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1940
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1941
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1942
      "http://cocoon.huma-num.fr/data/archi/masters/144801.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1943
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144801.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1944
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1945
        "extent": "PT03M05S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1946
        "extent_ms": 185000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1947
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1948
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1949
      "http://cocoon.huma-num.fr/data/archi/mp3/144801_09-ST-MARTIN-D-OYDES_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1950
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144801_09-ST-MARTIN-D-OYDES_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1951
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1952
        "extent": "PT03M05S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1953
        "extent_ms": 185000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1954
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1955
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1956
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1957
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1958
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1959
    "id": "11280.100/crdo-09-SURBA_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  1960
    "uri": "https://hdl.handle.net/11280.100/crdo-09-SURBA_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1961
    "title": "ALLOc : Surba : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1962
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1963
    "modified": "2010-10-25T18:26:42+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  1964
    "issued": "2010-10-25T18:26:42+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1965
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1966
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1967
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1968
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1969
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1970
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1971
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1972
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1973
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1974
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1975
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1976
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1977
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1978
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1979
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1980
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1981
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1982
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1983
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1984
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1985
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1986
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1987
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1988
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1989
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1990
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1991
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1992
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1993
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1994
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1995
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1996
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1997
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1998
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1999
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2000
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2001
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2002
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2003
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2004
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2005
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2006
        "name": "Roques, Camille",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2007
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2008
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2009
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2010
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2011
        "name": "Del Duca, Jeanne",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2012
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2013
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2014
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2015
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2016
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2017
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2018
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2019
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2020
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2021
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2022
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2023
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2024
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2025
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2026
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2027
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2028
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2029
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2030
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2031
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2032
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2033
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2034
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-09-SURBA.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2035
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2036
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2037
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2038
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2039
      "http://cocoon.huma-num.fr/data/archi/144802_09-SURBA_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2040
        "url": "http://cocoon.huma-num.fr/data/archi/144802_09-SURBA_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2041
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2042
        "extent": "PT02M39S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2043
        "extent_ms": 159000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2044
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2045
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2046
      "http://cocoon.huma-num.fr/data/archi/masters/144802.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2047
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144802.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2048
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2049
        "extent": "PT02M39S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2050
        "extent_ms": 159000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2051
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2052
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2053
      "http://cocoon.huma-num.fr/data/archi/mp3/144802_09-SURBA_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2054
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144802_09-SURBA_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2055
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2056
        "extent": "PT02M39S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2057
        "extent_ms": 159000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2058
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2059
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2060
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2061
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2062
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2063
    "id": "11280.100/crdo-11-GRAMAZIE_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2064
    "uri": "https://hdl.handle.net/11280.100/crdo-11-GRAMAZIE_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2065
    "title": "ALLOc : Gramazie : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2066
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2067
    "modified": "2010-10-25T18:27:39+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2068
    "issued": "2010-10-25T18:27:39+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2069
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2070
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2071
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2072
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2073
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2074
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2075
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2076
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2077
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2078
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2079
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2080
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2081
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2082
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2083
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2084
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2085
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2086
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2087
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2088
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2089
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2090
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2091
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2092
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2093
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2094
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2095
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2096
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2097
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2098
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2099
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2100
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2101
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2102
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2103
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2104
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2105
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2106
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2107
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2108
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2109
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2110
        "name": "Léger, Clémence",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2111
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2112
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2113
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2114
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2115
        "name": "De Lorenzo, Linda",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2116
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2117
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2118
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2119
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2120
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2121
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2122
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2123
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2124
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2125
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2126
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2127
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2128
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2129
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2130
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2131
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2132
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2133
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2134
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2135
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2136
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2137
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2138
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-GRAMAZIE.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2139
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2140
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2141
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2142
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2143
      "http://cocoon.huma-num.fr/data/archi/144803_11-GRAMAZIE_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2144
        "url": "http://cocoon.huma-num.fr/data/archi/144803_11-GRAMAZIE_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2145
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2146
        "extent": "PT02M27S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2147
        "extent_ms": 147000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2148
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2149
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2150
      "http://cocoon.huma-num.fr/data/archi/masters/144803.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2151
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144803.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2152
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2153
        "extent": "PT02M27S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2154
        "extent_ms": 147000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2155
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2156
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2157
      "http://cocoon.huma-num.fr/data/archi/mp3/144803_11-GRAMAZIE_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2158
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144803_11-GRAMAZIE_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2159
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2160
        "extent": "PT02M27S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2161
        "extent_ms": 147000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2162
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2163
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2164
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2165
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2166
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2167
    "id": "11280.100/crdo-11-MOLLEVILLE_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2168
    "uri": "https://hdl.handle.net/11280.100/crdo-11-MOLLEVILLE_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2169
    "title": "ALLOc : Molleville : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2170
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2171
    "modified": "2010-10-25T18:28:06+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2172
    "issued": "2010-10-25T18:28:06+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2173
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2174
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2175
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2176
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2177
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2178
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2179
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2180
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2181
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2182
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2183
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2184
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2185
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2186
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2187
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2188
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2189
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2190
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2191
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2192
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2193
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2194
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2195
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2196
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2197
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2198
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2199
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2200
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2201
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2202
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2203
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2204
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2205
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2206
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2207
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2208
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2209
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2210
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2211
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2212
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2213
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2214
        "name": "Cathala, Auguste",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2215
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2216
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2217
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2218
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2219
        "name": "De Lorenzo, Linda",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2220
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2221
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2222
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2223
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2224
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2225
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2226
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2227
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2228
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2229
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2230
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2231
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2232
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2233
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2234
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2235
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2236
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2237
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2238
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2239
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2240
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2241
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2242
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-MOLLEVILLE.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2243
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2244
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2245
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2246
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2247
      "http://cocoon.huma-num.fr/data/archi/144804_11-MOLLEVILLE_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2248
        "url": "http://cocoon.huma-num.fr/data/archi/144804_11-MOLLEVILLE_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2249
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2250
        "extent": "PT02M53S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2251
        "extent_ms": 173000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2252
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2253
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2254
      "http://cocoon.huma-num.fr/data/archi/masters/144804.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2255
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144804.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2256
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2257
        "extent": "PT02M53S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2258
        "extent_ms": 173000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2259
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2260
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2261
      "http://cocoon.huma-num.fr/data/archi/mp3/144804_11-MOLLEVILLE_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2262
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144804_11-MOLLEVILLE_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2263
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2264
        "extent": "PT02M53S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2265
        "extent_ms": 173000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2266
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2267
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2268
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2269
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2270
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2271
    "id": "11280.100/crdo-11-PUIVERT_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2272
    "uri": "https://hdl.handle.net/11280.100/crdo-11-PUIVERT_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2273
    "title": "ALLOc : Puivert : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2274
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2275
    "modified": "2010-10-25T18:28:40+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2276
    "issued": "2010-10-25T18:28:40+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2277
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2278
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2279
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2280
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2281
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2282
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2283
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2284
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2285
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2286
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2287
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2288
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2289
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2290
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2291
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2292
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2293
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2294
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2295
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2296
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2297
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2298
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2299
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2300
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2301
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2302
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2303
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2304
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2305
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2306
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2307
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2308
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2309
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2310
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2311
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2312
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2313
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2314
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2315
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2316
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2317
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2318
        "name": "Maugard, Marie",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2319
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2320
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2321
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2322
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2323
        "name": "De Lorenzo, Linda",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2324
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2325
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2326
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2327
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2328
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2329
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2330
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2331
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2332
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2333
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2334
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2335
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2336
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2337
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2338
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2339
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2340
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2341
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2342
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2343
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2344
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2345
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2346
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-PUIVERT.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2347
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2348
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2349
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2350
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2351
      "http://cocoon.huma-num.fr/data/archi/144805_11-PUIVERT_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2352
        "url": "http://cocoon.huma-num.fr/data/archi/144805_11-PUIVERT_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2353
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2354
        "extent": "PT02M35S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2355
        "extent_ms": 155000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2356
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2357
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2358
      "http://cocoon.huma-num.fr/data/archi/masters/144805.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2359
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144805.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2360
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2361
        "extent": "PT02M35S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2362
        "extent_ms": 155000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2363
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2364
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2365
      "http://cocoon.huma-num.fr/data/archi/mp3/144805_11-PUIVERT_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2366
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144805_11-PUIVERT_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2367
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2368
        "extent": "PT02M35S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2369
        "extent_ms": 155000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2370
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2371
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2372
    }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2373
  },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2374
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2375
    "id": "11280.100/crdo-11-RIBOUISSE_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2376
    "uri": "https://hdl.handle.net/11280.100/crdo-11-RIBOUISSE_SOUND",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2377
    "title": "ALLOc : Ribouisse : Parabole",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2378
    "language": "http://lexvo.org/id/iso639-3/oci",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2379
    "modified": "2010-10-25T18:29:32+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2380
    "issued": "2010-10-25T18:29:32+02:00",
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2381
    "publishers": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2382
      "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2383
      "Bases, corpus, langage"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2384
    ],
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2385
    "contributors": [
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2386
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2387
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2388
        "url": "http://viaf.org/viaf/56666014",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2389
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2390
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2391
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2392
        "name": "LDOR",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2393
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2394
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2395
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2396
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2397
        "name": "Thésaurus Occitan",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2398
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2399
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2400
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2401
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2402
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2403
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2404
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2405
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2406
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2407
        "name": "Bases, corpus, langage",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2408
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2409
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2410
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2411
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2412
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2413
        "url": "http://viaf.org/viaf/91792187",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2414
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2415
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2416
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2417
        "name": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2418
        "url": "http://viaf.org/viaf/51700729",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2419
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2420
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2421
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2422
        "name": "Dournès, Lucien",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2423
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2424
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2425
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2426
      {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2427
        "name": "De Lorenzo, Linda",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2428
        "url": null,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2429
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2430
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2431
    ],
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2432
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2433
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2434
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2435
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2436
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2437
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2438
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2439
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2440
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2441
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2442
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2443
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2444
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2445
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2446
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2447
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2448
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2449
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2450
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-RIBOUISSE.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2451
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2452
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2453
    },
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2454
    "mediaArray": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2455
      "http://cocoon.huma-num.fr/data/archi/144806_11-RIBOUISSE_22km.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2456
        "url": "http://cocoon.huma-num.fr/data/archi/144806_11-RIBOUISSE_22km.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2457
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2458
        "extent": "PT03M11S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2459
        "extent_ms": 191000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2460
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2461
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2462
      "http://cocoon.huma-num.fr/data/archi/masters/144806.wav": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2463
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144806.wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2464
        "format": "audio/x-wav",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2465
        "extent": "PT03M11S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2466
        "extent_ms": 191000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2467
        "master": true
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2468
      },
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2469
      "http://cocoon.huma-num.fr/data/archi/mp3/144806_11-RIBOUISSE_44k.mp3": {
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2470
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144806_11-RIBOUISSE_44k.mp3",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2471
        "format": "audio/mpeg",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2472
        "extent": "PT03M11S",
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2473
        "extent_ms": 191000,
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2474
        "master": false
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2475
      }
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2476
    }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2477
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2478
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2479
    "id": "11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2480
    "uri": "https://hdl.handle.net/11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2481
    "title": "ALLOc : Sonnac-sur-l'Hers : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2482
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2483
    "modified": "2010-10-25T18:29:56+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2484
    "issued": "2010-10-25T18:29:56+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2485
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2486
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2487
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2488
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2489
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2490
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2491
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2492
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2493
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2494
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2495
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2496
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2497
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2498
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2499
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2500
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2501
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2502
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2503
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2504
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2505
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2506
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2507
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2508
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2509
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2510
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2511
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2512
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2513
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2514
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2515
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2516
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2517
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2518
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2519
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2520
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2521
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2522
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2523
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2524
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2525
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2526
        "name": "Dumons, Marcellin",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2527
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2528
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2529
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2530
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2531
        "name": "De Lorenzo, Linda",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2532
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2533
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2534
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2535
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2536
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2537
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2538
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2539
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2540
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2541
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2542
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2543
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2544
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2545
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2546
      "http://ark.bnf.fr/ark:/12148/cb119766112"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2547
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2548
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2549
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-SONNAC-SUR-L-HERS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2550
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2551
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2552
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2553
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2554
      "http://cocoon.huma-num.fr/data/archi/144807_11-SONNAC-SUR-L-HERS_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2555
        "url": "http://cocoon.huma-num.fr/data/archi/144807_11-SONNAC-SUR-L-HERS_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2556
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2557
        "extent": "PT02M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2558
        "extent_ms": 147000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2559
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2560
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2561
      "http://cocoon.huma-num.fr/data/archi/masters/144807.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2562
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144807.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2563
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2564
        "extent": "PT02M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2565
        "extent_ms": 147000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2566
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2567
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2568
      "http://cocoon.huma-num.fr/data/archi/mp3/144807_11-SONNAC-SUR-L-HERS_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2569
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144807_11-SONNAC-SUR-L-HERS_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2570
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2571
        "extent": "PT02M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2572
        "extent_ms": 147000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2573
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2574
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2575
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2576
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2577
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2578
    "id": "11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2579
    "uri": "https://hdl.handle.net/11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2580
    "title": "ALLOc : Saint-Martin-Lalande : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2581
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2582
    "modified": "2010-10-25T18:30:27+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2583
    "issued": "2010-10-25T18:30:27+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2584
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2585
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2586
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2587
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2588
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2589
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2590
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2591
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2592
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2593
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2594
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2595
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2596
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2597
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2598
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2599
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2600
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2601
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2602
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2603
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2604
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2605
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2606
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2607
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2608
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2609
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2610
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2611
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2612
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2613
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2614
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2615
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2616
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2617
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2618
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2619
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2620
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2621
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2622
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2623
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2624
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2625
        "name": "Hugonnet, Pierre",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2626
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2627
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2628
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2629
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2630
        "name": "De Lorenzo, Linda",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2631
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2632
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2633
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2634
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2635
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2636
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2637
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2638
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2639
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2640
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2641
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2642
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2643
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2644
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2645
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2646
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2647
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2648
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2649
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2650
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2651
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2652
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2653
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-11-ST-MARTIN-LALANDE.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2654
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2655
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2656
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2657
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2658
      "http://cocoon.huma-num.fr/data/archi/144808_11-ST-MARTIN-LALANDE_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2659
        "url": "http://cocoon.huma-num.fr/data/archi/144808_11-ST-MARTIN-LALANDE_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2660
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2661
        "extent": "PT01M59S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2662
        "extent_ms": 119000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2663
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2664
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2665
      "http://cocoon.huma-num.fr/data/archi/masters/144808.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2666
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144808.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2667
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2668
        "extent": "PT01M59S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2669
        "extent_ms": 119000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2670
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2671
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2672
      "http://cocoon.huma-num.fr/data/archi/mp3/144808_11-ST-MARTIN-LALANDE_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2673
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144808_11-ST-MARTIN-LALANDE_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2674
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2675
        "extent": "PT01M59S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2676
        "extent_ms": 119000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2677
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2678
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2679
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2680
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2681
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2682
    "id": "11280.100/crdo-12-AUZITS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2683
    "uri": "https://hdl.handle.net/11280.100/crdo-12-AUZITS_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2684
    "title": "ALLOc : Auzits : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2685
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2686
    "modified": "2010-10-25T18:31:22+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2687
    "issued": "2010-10-25T18:31:22+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2688
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2689
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2690
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2691
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2692
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2693
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2694
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2695
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2696
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2697
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2698
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2699
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2700
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2701
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2702
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2703
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2704
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2705
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2706
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2707
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2708
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2709
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2710
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2711
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2712
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2713
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2714
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2715
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2716
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2717
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2718
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2719
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2720
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2721
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2722
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2723
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2724
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2725
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2726
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2727
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2728
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2729
        "name": "Constans, André",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2730
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2731
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2732
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2733
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2734
        "name": "Bosc, Marie-Sophie",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2735
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2736
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2737
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2738
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2739
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2740
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2741
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2742
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2743
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2744
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2745
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2746
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2747
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2748
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2749
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2750
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2751
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2752
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2753
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2754
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2755
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2756
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2757
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-12-AUZITS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2758
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2759
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2760
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2761
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2762
      "http://cocoon.huma-num.fr/data/archi/144810_12-AUZITS_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2763
        "url": "http://cocoon.huma-num.fr/data/archi/144810_12-AUZITS_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2764
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2765
        "extent": "PT03M19S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2766
        "extent_ms": 199000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2767
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2768
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2769
      "http://cocoon.huma-num.fr/data/archi/masters/144810.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2770
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144810.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2771
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2772
        "extent": "PT03M19S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2773
        "extent_ms": 199000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2774
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2775
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2776
      "http://cocoon.huma-num.fr/data/archi/mp3/144810_12-AUZITS_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2777
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144810_12-AUZITS_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2778
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2779
        "extent": "PT03M19S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2780
        "extent_ms": 199000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2781
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2782
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2783
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2784
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2785
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2786
    "id": "11280.100/crdo-12-JOUELS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2787
    "uri": "https://hdl.handle.net/11280.100/crdo-12-JOUELS_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2788
    "title": "ALLOc : Jouels : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2789
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2790
    "modified": "2010-10-25T18:31:21+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2791
    "issued": "2010-10-25T18:31:21+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2792
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2793
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2794
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2795
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2796
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2797
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2798
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2799
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2800
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2801
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2802
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2803
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2804
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2805
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2806
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2807
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2808
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2809
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2810
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2811
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2812
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2813
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2814
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2815
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2816
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2817
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2818
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2819
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2820
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2821
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2822
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2823
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2824
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2825
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2826
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2827
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2828
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2829
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2830
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2831
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2832
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2833
        "name": "Bayol, Maria",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2834
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2835
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2836
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2837
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2838
        "name": "Bosc, Marie-Sophie",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2839
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2840
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2841
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2842
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2843
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2844
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2845
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2846
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2847
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2848
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2849
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2850
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2851
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2852
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2853
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2854
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2855
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2856
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2857
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2858
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2859
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2860
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2861
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-12-JOUELS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2862
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2863
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2864
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2865
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2866
      "http://cocoon.huma-num.fr/data/archi/144809_12-JOUELS_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2867
        "url": "http://cocoon.huma-num.fr/data/archi/144809_12-JOUELS_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2868
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2869
        "extent": "PT02M33S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2870
        "extent_ms": 153000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2871
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2872
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2873
      "http://cocoon.huma-num.fr/data/archi/masters/144809.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2874
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144809.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2875
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2876
        "extent": "PT02M33S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2877
        "extent_ms": 153000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2878
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2879
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2880
      "http://cocoon.huma-num.fr/data/archi/mp3/144809_12-JOUELS_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2881
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144809_12-JOUELS_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2882
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2883
        "extent": "PT02M33S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2884
        "extent_ms": 153000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2885
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2886
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2887
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2888
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2889
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2890
    "id": "11280.100/crdo-12-LACASSAGNE_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2891
    "uri": "https://hdl.handle.net/11280.100/crdo-12-LACASSAGNE_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2892
    "title": "ALLOc : Lacassagne : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2893
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2894
    "modified": "2010-10-25T18:31:43+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2895
    "issued": "2010-10-25T18:31:43+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2896
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2897
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2898
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2899
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2900
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2901
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2902
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2903
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2904
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2905
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2906
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2907
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2908
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2909
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2910
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2911
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2912
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2913
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2914
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2915
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2916
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2917
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2918
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2919
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2920
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2921
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2922
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2923
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2924
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2925
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2926
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2927
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2928
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2929
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2930
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2931
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2932
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2933
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2934
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2935
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2936
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2937
        "name": "Andrieu, Honoré",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2938
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2939
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2940
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2941
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2942
        "name": "Bosc, Marie-Sophie",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2943
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2944
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2945
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2946
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2947
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2948
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2949
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2950
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2951
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2952
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2953
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2954
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2955
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2956
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2957
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2958
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2959
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2960
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2961
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2962
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2963
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2964
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2965
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-12-LACASSAGNE.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2966
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2967
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  2968
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2969
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2970
      "http://cocoon.huma-num.fr/data/archi/144811_12-LACASSAGNE_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2971
        "url": "http://cocoon.huma-num.fr/data/archi/144811_12-LACASSAGNE_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2972
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2973
        "extent": "PT02M52S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2974
        "extent_ms": 172000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2975
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2976
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2977
      "http://cocoon.huma-num.fr/data/archi/masters/144811.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2978
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144811.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2979
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2980
        "extent": "PT02M52S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2981
        "extent_ms": 172000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2982
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2983
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2984
      "http://cocoon.huma-num.fr/data/archi/mp3/144811_12-LACASSAGNE_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2985
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144811_12-LACASSAGNE_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2986
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2987
        "extent": "PT02M52S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2988
        "extent_ms": 172000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2989
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2990
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2991
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2992
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2993
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2994
    "id": "11280.100/crdo-12-LANUEJOULS_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  2995
    "uri": "https://hdl.handle.net/11280.100/crdo-12-LANUEJOULS_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2996
    "title": "ALLOc : Lanuéjouls : Parabole",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2997
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  2998
    "modified": "2010-10-25T18:32:16+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  2999
    "issued": "2010-10-25T18:32:16+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3000
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3001
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3002
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3003
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3004
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3005
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3006
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3007
        "url": "http://viaf.org/viaf/56666014",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3008
        "role": "http://www.language-archives.org/OLAC/1.1/data_inputter"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3009
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3010
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3011
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3012
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3013
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3014
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3015
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3016
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3017
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3018
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3019
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3020
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3021
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3022
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3023
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3024
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3025
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3026
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3027
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3028
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3029
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3030
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3031
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3032
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3033
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3034
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3035
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3036
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3037
        "url": "http://viaf.org/viaf/51700729",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3038
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3039
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3040
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3041
        "name": "Garric, Raymond",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3042
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3043
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3044
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3045
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3046
        "name": "Bosc, Marie-Sophie",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3047
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3048
        "role": "http://www.language-archives.org/OLAC/1.1/transcriber"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3049
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3050
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3051
    "subjects": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3052
      "http://ark.bnf.fr/ark:/12148/cb11946662b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3053
      "http://ark.bnf.fr/ark:/12148/cb11965628b",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3054
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3055
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3056
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3057
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3058
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3059
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3060
      "http://ark.bnf.fr/ark:/12148/cb11970755h",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3061
      "http://ark.bnf.fr/ark:/12148/cb119766112",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3062
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3063
        "value": "translating_and_interpreting",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3064
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3065
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3066
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3067
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3068
    "transcript": {
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3069
      "url": "http://cocoon.huma-num.fr/exist/crdo/thesoc/oc/crdo-12-LANUEJOULS.xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3070
      "format": "application/xml",
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3071
      "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_archive"
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3072
    },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3073
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3074
      "http://cocoon.huma-num.fr/data/archi/144812_12-LANUEJOULS_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3075
        "url": "http://cocoon.huma-num.fr/data/archi/144812_12-LANUEJOULS_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3076
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3077
        "extent": "PT02M34S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3078
        "extent_ms": 154000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3079
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3080
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3081
      "http://cocoon.huma-num.fr/data/archi/masters/144812.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3082
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144812.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3083
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3084
        "extent": "PT02M34S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3085
        "extent_ms": 154000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3086
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3087
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3088
      "http://cocoon.huma-num.fr/data/archi/mp3/144812_12-LANUEJOULS_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3089
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144812_12-LANUEJOULS_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3090
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3091
        "extent": "PT02M34S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3092
        "extent_ms": 154000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3093
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3094
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3095
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3096
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3097
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3098
    "id": "11280.100/crdo-12-MARNAC1LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3099
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC1LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3100
    "title": "ALLOc : Marnac",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3101
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3102
    "modified": "2010-10-25T18:33:17+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3103
    "issued": "2010-10-25T18:33:17+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3104
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3105
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3106
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3107
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3108
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3109
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3110
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3111
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3112
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3113
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3114
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3115
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3116
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3117
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3118
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3119
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3120
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3121
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3122
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3123
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3124
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3125
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3126
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3127
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3128
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3129
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3130
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3131
        "url": "http://viaf.org/viaf/17256845",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3132
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3133
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3134
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3135
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3136
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3137
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3138
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3139
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3140
        "name": "Gibily, Jeanne",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3141
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3142
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3143
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3144
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3145
        "name": "Rouchy, Armand",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3146
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3147
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3148
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3149
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3150
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3151
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3152
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3153
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3154
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3155
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3156
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3157
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3158
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3159
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3160
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3161
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3162
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3163
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3164
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3165
      "http://cocoon.huma-num.fr/data/archi/144813_12-MARNAC1LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3166
        "url": "http://cocoon.huma-num.fr/data/archi/144813_12-MARNAC1LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3167
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3168
        "extent": "PT01H05M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3169
        "extent_ms": 3927000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3170
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3171
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3172
      "http://cocoon.huma-num.fr/data/archi/masters/144813.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3173
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144813.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3174
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3175
        "extent": "PT01H05M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3176
        "extent_ms": 3927000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3177
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3178
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3179
      "http://cocoon.huma-num.fr/data/archi/mp3/144813_12-MARNAC1LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3180
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144813_12-MARNAC1LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3181
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3182
        "extent": "PT01H05M27S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3183
        "extent_ms": 3927000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3184
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3185
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3186
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3187
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3188
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3189
    "id": "11280.100/crdo-12-MARNAC2LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3190
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC2LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3191
    "title": "ALLOc : Marnac-2",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3192
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3193
    "modified": "2010-10-25T18:33:43+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3194
    "issued": "2010-10-25T18:33:43+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3195
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3196
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3197
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3198
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3199
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3200
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3201
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3202
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3203
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3204
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3205
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3206
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3207
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3208
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3209
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3210
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3211
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3212
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3213
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3214
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3215
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3216
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3217
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3218
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3219
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3220
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3221
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3222
        "url": "http://viaf.org/viaf/17256845",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3223
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3224
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3225
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3226
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3227
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3228
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3229
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3230
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3231
        "name": "Gibily, Jeanne",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3232
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3233
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3234
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3235
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3236
        "name": "Rouchy, Armand",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3237
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3238
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3239
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3240
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3241
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3242
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3243
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3244
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3245
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3246
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3247
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3248
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3249
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3250
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3251
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3252
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3253
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3254
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3255
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3256
      "http://cocoon.huma-num.fr/data/archi/144814_12-MARNAC2LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3257
        "url": "http://cocoon.huma-num.fr/data/archi/144814_12-MARNAC2LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3258
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3259
        "extent": "PT02H08M08S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3260
        "extent_ms": 7688000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3261
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3262
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3263
      "http://cocoon.huma-num.fr/data/archi/masters/144814.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3264
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144814.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3265
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3266
        "extent": "PT02H08M08S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3267
        "extent_ms": 7688000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3268
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3269
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3270
      "http://cocoon.huma-num.fr/data/archi/mp3/144814_12-MARNAC2LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3271
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144814_12-MARNAC2LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3272
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3273
        "extent": "PT02H08M08S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3274
        "extent_ms": 7688000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3275
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3276
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3277
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3278
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3279
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3280
    "id": "11280.100/crdo-12-MARNAC3LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3281
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC3LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3282
    "title": "ALLOc : Marnac-3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3283
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3284
    "modified": "2010-10-25T18:33:51+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3285
    "issued": "2010-10-25T18:33:51+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3286
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3287
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3288
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3289
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3290
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3291
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3292
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3293
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3294
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3295
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3296
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3297
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3298
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3299
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3300
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3301
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3302
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3303
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3304
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3305
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3306
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3307
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3308
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3309
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3310
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3311
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3312
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3313
        "url": "http://viaf.org/viaf/17256845",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3314
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3315
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3316
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3317
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3318
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3319
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3320
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3321
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3322
        "name": "Gibily, Jeanne",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3323
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3324
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3325
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3326
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3327
        "name": "Rouchy, Armand",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3328
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3329
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3330
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3331
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3332
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3333
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3334
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3335
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3336
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3337
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3338
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3339
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3340
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3341
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3342
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3343
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3344
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3345
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3346
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3347
      "http://cocoon.huma-num.fr/data/archi/144815_12-MARNAC3LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3348
        "url": "http://cocoon.huma-num.fr/data/archi/144815_12-MARNAC3LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3349
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3350
        "extent": "PT01H56M35S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3351
        "extent_ms": 6995000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3352
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3353
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3354
      "http://cocoon.huma-num.fr/data/archi/masters/144815.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3355
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144815.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3356
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3357
        "extent": "PT01H56M35S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3358
        "extent_ms": 6995000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3359
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3360
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3361
      "http://cocoon.huma-num.fr/data/archi/mp3/144815_12-MARNAC3LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3362
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144815_12-MARNAC3LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3363
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3364
        "extent": "PT01H56M35S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3365
        "extent_ms": 6995000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3366
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3367
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3368
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3369
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3370
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3371
    "id": "11280.100/crdo-12-MARNAC4MORPHO_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3372
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC4MORPHO_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3373
    "title": "ALLOc : Marnac-4",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3374
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3375
    "modified": "2010-10-25T18:34:19+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3376
    "issued": "2010-10-25T18:34:19+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3377
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3378
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3379
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3380
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3381
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3382
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3383
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3384
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3385
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3386
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3387
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3388
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3389
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3390
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3391
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3392
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3393
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3394
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3395
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3396
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3397
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3398
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3399
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3400
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3401
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3402
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3403
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3404
        "url": "http://viaf.org/viaf/17256845",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3405
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3406
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3407
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3408
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3409
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3410
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3411
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3412
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3413
        "name": "Gibily, Jeanne",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3414
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3415
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3416
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3417
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3418
        "name": "Rouchy, Armand",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3419
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3420
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3421
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3422
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3423
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3424
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3425
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3426
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3427
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3428
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3429
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3430
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3431
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3432
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3433
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3434
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3435
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3436
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3437
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3438
      "http://cocoon.huma-num.fr/data/archi/144816_12-MARNAC4MORPHO_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3439
        "url": "http://cocoon.huma-num.fr/data/archi/144816_12-MARNAC4MORPHO_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3440
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3441
        "extent": "PT11M23S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3442
        "extent_ms": 683000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3443
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3444
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3445
      "http://cocoon.huma-num.fr/data/archi/masters/144816.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3446
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144816.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3447
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3448
        "extent": "PT11M23S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3449
        "extent_ms": 683000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3450
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3451
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3452
      "http://cocoon.huma-num.fr/data/archi/mp3/144816_12-MARNAC4MORPHO_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3453
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144816_12-MARNAC4MORPHO_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3454
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3455
        "extent": "PT11M23S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3456
        "extent_ms": 683000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3457
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3458
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3459
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3460
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3461
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3462
    "id": "11280.100/crdo-12-MARNAC5MORPHO_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3463
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC5MORPHO_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3464
    "title": "ALLOc : Marnac-5",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3465
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3466
    "modified": "2010-10-25T18:35:45+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3467
    "issued": "2010-10-25T18:35:45+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3468
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3469
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3470
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3471
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3472
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3473
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3474
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3475
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3476
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3477
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3478
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3479
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3480
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3481
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3482
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3483
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3484
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3485
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3486
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3487
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3488
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3489
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3490
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3491
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3492
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3493
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3494
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3495
        "url": "http://viaf.org/viaf/17256845",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3496
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3497
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3498
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3499
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3500
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3501
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3502
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3503
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3504
        "name": "Gibily, Jeanne",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3505
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3506
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3507
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3508
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3509
        "name": "Rouchy, Armand",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3510
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3511
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3512
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3513
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3514
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3515
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3516
        "value": "morphology",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3517
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3518
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3519
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3520
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3521
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3522
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3523
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3524
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3525
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3526
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3527
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3528
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3529
      "http://cocoon.huma-num.fr/data/archi/144817_12-MARNAC5MORPHO_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3530
        "url": "http://cocoon.huma-num.fr/data/archi/144817_12-MARNAC5MORPHO_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3531
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3532
        "extent": "PT01H02M25S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3533
        "extent_ms": 3745000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3534
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3535
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3536
      "http://cocoon.huma-num.fr/data/archi/masters/144817.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3537
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144817.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3538
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3539
        "extent": "PT01H02M25S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3540
        "extent_ms": 3745000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3541
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3542
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3543
      "http://cocoon.huma-num.fr/data/archi/mp3/144817_12-MARNAC5MORPHO_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3544
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144817_12-MARNAC5MORPHO_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3545
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3546
        "extent": "PT01H02M25S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3547
        "extent_ms": 3745000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3548
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3549
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3550
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3551
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3552
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3553
    "id": "11280.100/crdo-12-MAYRAN1LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3554
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN1LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3555
    "title": "ALLOc : Mayran",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3556
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3557
    "modified": "2010-10-25T18:36:22+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3558
    "issued": "2010-10-25T18:36:22+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3559
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3560
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3561
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3562
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3563
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3564
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3565
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3566
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3567
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3568
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3569
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3570
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3571
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3572
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3573
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3574
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3575
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3576
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3577
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3578
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3579
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3580
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3581
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3582
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3583
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3584
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3585
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3586
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3587
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3588
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3589
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3590
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3591
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3592
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3593
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3594
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3595
        "name": "Boutary Jeannette",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3596
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3597
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3598
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3599
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3600
        "name": "Boutary Simon",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3601
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3602
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3603
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3604
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3605
        "name": "Lacombe Ruben",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3606
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3607
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3608
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3609
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3610
        "name": "Solignac Clément",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3611
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3612
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3613
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3614
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3615
        "name": "Solignac Léa",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3616
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3617
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3618
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3619
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3620
        "name": "Solignac Pierre",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3621
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3622
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3623
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3624
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3625
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3626
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3627
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3628
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3629
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3630
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3631
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3632
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3633
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3634
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3635
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3636
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3637
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3638
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3639
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3640
      "http://cocoon.huma-num.fr/data/archi/144818_12-MAYRAN1LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3641
        "url": "http://cocoon.huma-num.fr/data/archi/144818_12-MAYRAN1LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3642
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3643
        "extent": "PT01H26M21S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3644
        "extent_ms": 5181000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3645
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3646
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3647
      "http://cocoon.huma-num.fr/data/archi/masters/144818.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3648
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144818.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3649
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3650
        "extent": "PT01H26M21S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3651
        "extent_ms": 5181000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3652
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3653
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3654
      "http://cocoon.huma-num.fr/data/archi/mp3/144818_12-MAYRAN1LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3655
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144818_12-MAYRAN1LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3656
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3657
        "extent": "PT01H26M21S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3658
        "extent_ms": 5181000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3659
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3660
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3661
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3662
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3663
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3664
    "id": "11280.100/crdo-12-MAYRAN2LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3665
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN2LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3666
    "title": "ALLOc : Mayran",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3667
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3668
    "modified": "2010-10-25T18:36:52+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3669
    "issued": "2010-10-25T18:36:52+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3670
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3671
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3672
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3673
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3674
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3675
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3676
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3677
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3678
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3679
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3680
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3681
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3682
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3683
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3684
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3685
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3686
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3687
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3688
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3689
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3690
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3691
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3692
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3693
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3694
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3695
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3696
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3697
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3698
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3699
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3700
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3701
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3702
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3703
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3704
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3705
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3706
        "name": "Boutary Jeannette",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3707
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3708
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3709
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3710
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3711
        "name": "Boutary Simon",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3712
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3713
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3714
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3715
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3716
        "name": "Lacombe Ruben",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3717
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3718
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3719
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3720
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3721
        "name": "Solignac Clément",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3722
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3723
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3724
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3725
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3726
        "name": "Solignac Léa",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3727
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3728
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3729
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3730
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3731
        "name": "Solignac Pierre",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3732
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3733
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3734
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3735
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3736
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3737
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3738
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3739
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3740
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3741
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3742
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3743
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3744
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3745
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3746
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3747
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3748
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3749
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3750
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3751
      "http://cocoon.huma-num.fr/data/archi/144819_12-MAYRAN2LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3752
        "url": "http://cocoon.huma-num.fr/data/archi/144819_12-MAYRAN2LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3753
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3754
        "extent": "PT02H06M51S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3755
        "extent_ms": 7611000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3756
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3757
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3758
      "http://cocoon.huma-num.fr/data/archi/masters/144819.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3759
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144819.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3760
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3761
        "extent": "PT02H06M51S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3762
        "extent_ms": 7611000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3763
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3764
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3765
      "http://cocoon.huma-num.fr/data/archi/mp3/144819_12-MAYRAN2LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3766
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144819_12-MAYRAN2LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3767
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3768
        "extent": "PT02H06M51S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3769
        "extent_ms": 7611000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3770
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3771
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3772
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3773
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3774
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3775
    "id": "11280.100/crdo-12-MAYRAN3LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3776
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN3LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3777
    "title": "ALLOc : Mayran-3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3778
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3779
    "modified": "2010-10-25T18:36:54+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3780
    "issued": "2010-10-25T18:36:54+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3781
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3782
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3783
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3784
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3785
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3786
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3787
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3788
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3789
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3790
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3791
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3792
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3793
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3794
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3795
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3796
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3797
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3798
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3799
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3800
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3801
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3802
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3803
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3804
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3805
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3806
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3807
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3808
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3809
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3810
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3811
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3812
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3813
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3814
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3815
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3816
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3817
        "name": "Boutary Jeannette",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3818
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3819
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3820
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3821
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3822
        "name": "Boutary Simon",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3823
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3824
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3825
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3826
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3827
        "name": "Lacombe Ruben",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3828
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3829
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3830
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3831
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3832
        "name": "Solignac Clément",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3833
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3834
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3835
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3836
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3837
        "name": "Solignac Léa",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3838
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3839
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3840
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3841
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3842
        "name": "Solignac Pierre",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3843
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3844
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3845
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3846
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3847
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3848
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3849
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3850
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3851
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3852
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3853
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3854
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3855
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3856
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3857
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3858
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3859
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3860
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3861
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3862
      "http://cocoon.huma-num.fr/data/archi/144820_12-MAYRAN3LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3863
        "url": "http://cocoon.huma-num.fr/data/archi/144820_12-MAYRAN3LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3864
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3865
        "extent": "PT02H06M57S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3866
        "extent_ms": 7617000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3867
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3868
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3869
      "http://cocoon.huma-num.fr/data/archi/masters/144820.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3870
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144820.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3871
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3872
        "extent": "PT02H06M57S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3873
        "extent_ms": 7617000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3874
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3875
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3876
      "http://cocoon.huma-num.fr/data/archi/mp3/144820_12-MAYRAN3LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3877
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144820_12-MAYRAN3LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3878
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3879
        "extent": "PT02H06M57S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3880
        "extent_ms": 7617000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3881
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3882
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3883
    }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3884
  },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3885
  {
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3886
    "id": "11280.100/crdo-12-MAYRAN4LEX_SOUND",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3887
    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN4LEX_SOUND",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3888
    "title": "ALLOc : Mayran-4",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3889
    "language": "http://lexvo.org/id/iso639-3/oci",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3890
    "modified": "2010-10-25T18:37:07+02:00",
167
009efee954f7 rename document fixture
ymh <ymh.work@gmail.com>
parents: 166
diff changeset
  3891
    "issued": "2010-10-25T18:37:07+02:00",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3892
    "publishers": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3893
      "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3894
      "Bases, corpus, langage"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3895
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3896
    "contributors": [
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3897
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3898
        "name": "LDOR",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3899
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3900
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3901
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3902
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3903
        "name": "Thésaurus Occitan",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3904
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3905
        "role": "http://www.language-archives.org/OLAC/1.1/depositor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3906
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3907
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3908
        "name": "Équipe de Recherche en Syntaxe et Sémantique",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3909
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3910
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3911
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3912
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3913
        "name": "Bases, corpus, langage",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3914
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3915
        "role": "http://www.language-archives.org/OLAC/1.1/editor"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3916
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3917
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3918
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3919
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3920
        "role": "http://www.language-archives.org/OLAC/1.1/interviewer"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3921
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3922
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3923
        "name": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3924
        "url": "http://viaf.org/viaf/91792187",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3925
        "role": "http://www.language-archives.org/OLAC/1.1/researcher"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3926
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3927
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3928
        "name": "Boutary Jeannette",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3929
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3930
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3931
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3932
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3933
        "name": "Boutary Simon",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3934
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3935
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3936
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3937
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3938
        "name": "Lacombe Ruben",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3939
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3940
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3941
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3942
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3943
        "name": "Solignac Clément",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3944
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3945
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3946
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3947
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3948
        "name": "Solignac Léa",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3949
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3950
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3951
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3952
      {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3953
        "name": "Solignac Pierre",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3954
        "url": null,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3955
        "role": "http://www.language-archives.org/OLAC/1.1/speaker"
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3956
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3957
    ],
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3958
    "subjects": [
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3959
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3960
        "value": "lexicography",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3961
        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3962
        "lang": null
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3963
      },
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3964
      "http://lexvo.org/id/iso639-3/oci",
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3965
      {
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3966
        "value": "Occitan/Languedocien",
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3967
        "datatype": null,
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3968
        "lang": "fr"
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
  3969
      }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3970
    ],
164
5f1e1cc17e8a add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
  3971
    "transcript": null,
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3972
    "mediaArray": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3973
      "http://cocoon.huma-num.fr/data/archi/144821_12-MAYRAN4LEX_22km.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3974
        "url": "http://cocoon.huma-num.fr/data/archi/144821_12-MAYRAN4LEX_22km.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3975
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3976
        "extent": "PT02H06M55S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3977
        "extent_ms": 7615000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3978
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3979
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3980
      "http://cocoon.huma-num.fr/data/archi/masters/144821.wav": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3981
        "url": "http://cocoon.huma-num.fr/data/archi/masters/144821.wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3982
        "format": "audio/x-wav",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3983
        "extent": "PT02H06M55S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3984
        "extent_ms": 7615000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3985
        "master": true
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3986
      },
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3987
      "http://cocoon.huma-num.fr/data/archi/mp3/144821_12-MAYRAN4LEX_44k.mp3": {
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3988
        "url": "http://cocoon.huma-num.fr/data/archi/mp3/144821_12-MAYRAN4LEX_44k.mp3",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3989
        "format": "audio/mpeg",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3990
        "extent": "PT02H06M55S",
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3991
        "extent_ms": 7615000,
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3992
        "master": false
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3993
      }
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3994
    }
126
e87a340711a4 improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3995
  }
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 126
diff changeset
  3996
];