www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

itemJSON.js (40754B)


      1 {
      2 	"artwork": {
      3 		"abstractNote": "Abstract note",
      4 		"accessDate": "1997-06-13T23:59:58Z",
      5 		"archive": "Archive",
      6 		"archiveLocation": "Archive location",
      7 		"artworkMedium": "Medium",
      8 		"artworkSize": "Artwork size",
      9 		"callNumber": "Call number",
     10 		"collections": [],
     11 		"creators": [
     12 			{
     13 				"creatorType": "artist",
     14 				"firstName": "artistFirst",
     15 				"lastName": "artistLast"
     16 			},
     17 			{
     18 				"creatorType": "contributor",
     19 				"firstName": "contributorFirst",
     20 				"lastName": "contributorLast"
     21 			},
     22 			{
     23 				"creatorType": "artist",
     24 				"name": "Institutional Author"
     25 			}
     26 		],
     27 		"date": "1999-12-31",
     28 		"dateAdded": "2015-04-12T09:00:22Z",
     29 		"dateModified": "2015-04-12T09:00:22Z",
     30 		"extra": "Extra",
     31 		"itemType": "artwork",
     32 		"key": "C2U6JHJ5",
     33 		"language": "en-US",
     34 		"libraryCatalog": "Library catalog",
     35 		"relations": {},
     36 		"rights": "Rights",
     37 		"shortTitle": "Short title",
     38 		"tags": [],
     39 		"title": "Title",
     40 		"url": "http://www.example.com",
     41 		"version": 0
     42 	},
     43 	"audioRecording": {
     44 		"ISBN": "978-1-234-56789-7",
     45 		"abstractNote": "Abstract note",
     46 		"accessDate": "1997-06-13T23:59:58Z",
     47 		"archive": "Archive",
     48 		"archiveLocation": "Archive location",
     49 		"audioRecordingFormat": "Medium",
     50 		"callNumber": "Call number",
     51 		"collections": [],
     52 		"creators": [
     53 			{
     54 				"creatorType": "performer",
     55 				"firstName": "performerFirst",
     56 				"lastName": "performerLast"
     57 			},
     58 			{
     59 				"creatorType": "composer",
     60 				"firstName": "composerFirst",
     61 				"lastName": "composerLast"
     62 			},
     63 			{
     64 				"creatorType": "contributor",
     65 				"firstName": "contributorFirst",
     66 				"lastName": "contributorLast"
     67 			},
     68 			{
     69 				"creatorType": "wordsBy",
     70 				"firstName": "wordsByFirst",
     71 				"lastName": "wordsByLast"
     72 			},
     73 			{
     74 				"creatorType": "performer",
     75 				"name": "Institutional Author"
     76 			}
     77 		],
     78 		"date": "1999-12-31",
     79 		"dateAdded": "2015-04-12T09:00:22Z",
     80 		"dateModified": "2015-04-12T09:00:22Z",
     81 		"extra": "Extra",
     82 		"itemType": "audioRecording",
     83 		"key": "PN2JHBRN",
     84 		"label": "Publisher",
     85 		"language": "en-US",
     86 		"libraryCatalog": "Library catalog",
     87 		"numberOfVolumes": "7",
     88 		"place": "Place",
     89 		"relations": {},
     90 		"rights": "Rights",
     91 		"runningTime": "1:22:33",
     92 		"seriesTitle": "Series title",
     93 		"shortTitle": "Short title",
     94 		"tags": [],
     95 		"title": "Title",
     96 		"url": "http://www.example.com",
     97 		"version": 0,
     98 		"volume": "6"
     99 	},
    100 	"bill": {
    101 		"abstractNote": "Abstract note",
    102 		"accessDate": "1997-06-13T23:59:58Z",
    103 		"billNumber": "3",
    104 		"code": "Code",
    105 		"codePages": "1-10",
    106 		"codeVolume": "6",
    107 		"collections": [],
    108 		"creators": [
    109 			{
    110 				"creatorType": "sponsor",
    111 				"firstName": "sponsorFirst",
    112 				"lastName": "sponsorLast"
    113 			},
    114 			{
    115 				"creatorType": "contributor",
    116 				"firstName": "contributorFirst",
    117 				"lastName": "contributorLast"
    118 			},
    119 			{
    120 				"creatorType": "cosponsor",
    121 				"firstName": "cosponsorFirst",
    122 				"lastName": "cosponsorLast"
    123 			},
    124 			{
    125 				"creatorType": "sponsor",
    126 				"name": "Institutional Author"
    127 			}
    128 		],
    129 		"date": "1999-12-31",
    130 		"dateAdded": "2015-04-12T09:00:22Z",
    131 		"dateModified": "2015-04-12T09:00:22Z",
    132 		"extra": "Extra",
    133 		"history": "History",
    134 		"itemType": "bill",
    135 		"key": "6V75C9MH",
    136 		"language": "en-US",
    137 		"legislativeBody": "Legislative body",
    138 		"relations": {},
    139 		"rights": "Rights",
    140 		"section": "Section",
    141 		"session": "Session",
    142 		"shortTitle": "Short title",
    143 		"tags": [],
    144 		"title": "Title",
    145 		"url": "http://www.example.com",
    146 		"version": 0
    147 	},
    148 	"blogPost": {
    149 		"abstractNote": "Abstract note",
    150 		"accessDate": "1997-06-13T23:59:58Z",
    151 		"blogTitle": "Publication title",
    152 		"collections": [],
    153 		"creators": [
    154 			{
    155 				"creatorType": "author",
    156 				"firstName": "authorFirst",
    157 				"lastName": "authorLast"
    158 			},
    159 			{
    160 				"creatorType": "commenter",
    161 				"firstName": "commenterFirst",
    162 				"lastName": "commenterLast"
    163 			},
    164 			{
    165 				"creatorType": "contributor",
    166 				"firstName": "contributorFirst",
    167 				"lastName": "contributorLast"
    168 			},
    169 			{
    170 				"creatorType": "author",
    171 				"name": "Institutional Author"
    172 			}
    173 		],
    174 		"date": "1999-12-31",
    175 		"dateAdded": "2015-04-12T09:00:22Z",
    176 		"dateModified": "2015-04-12T09:00:22Z",
    177 		"extra": "Extra",
    178 		"itemType": "blogPost",
    179 		"key": "BN2VE2RW",
    180 		"language": "en-US",
    181 		"relations": {},
    182 		"rights": "Rights",
    183 		"shortTitle": "Short title",
    184 		"tags": [],
    185 		"title": "Title",
    186 		"url": "http://www.example.com",
    187 		"version": 0,
    188 		"websiteType": "Type"
    189 	},
    190 	"book": {
    191 		"ISBN": "978-1-234-56789-7",
    192 		"abstractNote": "Abstract note",
    193 		"accessDate": "1997-06-13T23:59:58Z",
    194 		"archive": "Archive",
    195 		"archiveLocation": "Archive location",
    196 		"callNumber": "Call number",
    197 		"collections": [],
    198 		"creators": [
    199 			{
    200 				"creatorType": "author",
    201 				"firstName": "authorFirst",
    202 				"lastName": "authorLast"
    203 			},
    204 			{
    205 				"creatorType": "contributor",
    206 				"firstName": "contributorFirst",
    207 				"lastName": "contributorLast"
    208 			},
    209 			{
    210 				"creatorType": "editor",
    211 				"firstName": "editorFirst",
    212 				"lastName": "editorLast"
    213 			},
    214 			{
    215 				"creatorType": "seriesEditor",
    216 				"firstName": "seriesEditorFirst",
    217 				"lastName": "seriesEditorLast"
    218 			},
    219 			{
    220 				"creatorType": "translator",
    221 				"firstName": "translatorFirst",
    222 				"lastName": "translatorLast"
    223 			},
    224 			{
    225 				"creatorType": "author",
    226 				"name": "Institutional Author"
    227 			}
    228 		],
    229 		"date": "1999-12-31",
    230 		"dateAdded": "2015-04-12T09:00:22Z",
    231 		"dateModified": "2015-04-12T09:00:22Z",
    232 		"edition": "8",
    233 		"extra": "Extra",
    234 		"itemType": "book",
    235 		"key": "A4HMTK44",
    236 		"language": "en-US",
    237 		"libraryCatalog": "Library catalog",
    238 		"numPages": "4",
    239 		"numberOfVolumes": "7",
    240 		"place": "Place",
    241 		"publisher": "Publisher",
    242 		"relations": {},
    243 		"rights": "Rights",
    244 		"series": "Series",
    245 		"seriesNumber": "9",
    246 		"shortTitle": "Short title",
    247 		"tags": [],
    248 		"title": "Title",
    249 		"url": "http://www.example.com",
    250 		"version": 0,
    251 		"volume": "6"
    252 	},
    253 	"bookSection": {
    254 		"ISBN": "978-1-234-56789-7",
    255 		"abstractNote": "Abstract note",
    256 		"accessDate": "1997-06-13T23:59:58Z",
    257 		"archive": "Archive",
    258 		"archiveLocation": "Archive location",
    259 		"bookTitle": "Publication title",
    260 		"callNumber": "Call number",
    261 		"collections": [],
    262 		"creators": [
    263 			{
    264 				"creatorType": "author",
    265 				"firstName": "authorFirst",
    266 				"lastName": "authorLast"
    267 			},
    268 			{
    269 				"creatorType": "bookAuthor",
    270 				"firstName": "bookAuthorFirst",
    271 				"lastName": "bookAuthorLast"
    272 			},
    273 			{
    274 				"creatorType": "contributor",
    275 				"firstName": "contributorFirst",
    276 				"lastName": "contributorLast"
    277 			},
    278 			{
    279 				"creatorType": "editor",
    280 				"firstName": "editorFirst",
    281 				"lastName": "editorLast"
    282 			},
    283 			{
    284 				"creatorType": "seriesEditor",
    285 				"firstName": "seriesEditorFirst",
    286 				"lastName": "seriesEditorLast"
    287 			},
    288 			{
    289 				"creatorType": "translator",
    290 				"firstName": "translatorFirst",
    291 				"lastName": "translatorLast"
    292 			},
    293 			{
    294 				"creatorType": "author",
    295 				"name": "Institutional Author"
    296 			}
    297 		],
    298 		"date": "1999-12-31",
    299 		"dateAdded": "2015-04-12T09:00:22Z",
    300 		"dateModified": "2015-04-12T09:00:22Z",
    301 		"edition": "8",
    302 		"extra": "Extra",
    303 		"itemType": "bookSection",
    304 		"key": "DSEABJVM",
    305 		"language": "en-US",
    306 		"libraryCatalog": "Library catalog",
    307 		"numberOfVolumes": "7",
    308 		"pages": "1-10",
    309 		"place": "Place",
    310 		"publisher": "Publisher",
    311 		"relations": {},
    312 		"rights": "Rights",
    313 		"series": "Series",
    314 		"seriesNumber": "9",
    315 		"shortTitle": "Short title",
    316 		"tags": [],
    317 		"title": "Title",
    318 		"url": "http://www.example.com",
    319 		"version": 0,
    320 		"volume": "6"
    321 	},
    322 	"case": {
    323 		"abstractNote": "Abstract note",
    324 		"accessDate": "1997-06-13T23:59:58Z",
    325 		"caseName": "Title",
    326 		"collections": [],
    327 		"court": "Court",
    328 		"creators": [
    329 			{
    330 				"creatorType": "author",
    331 				"firstName": "authorFirst",
    332 				"lastName": "authorLast"
    333 			},
    334 			{
    335 				"creatorType": "contributor",
    336 				"firstName": "contributorFirst",
    337 				"lastName": "contributorLast"
    338 			},
    339 			{
    340 				"creatorType": "counsel",
    341 				"firstName": "counselFirst",
    342 				"lastName": "counselLast"
    343 			},
    344 			{
    345 				"creatorType": "author",
    346 				"name": "Institutional Author"
    347 			}
    348 		],
    349 		"dateAdded": "2015-04-12T09:00:22Z",
    350 		"dateDecided": "1999-12-31",
    351 		"dateModified": "2015-04-12T09:00:22Z",
    352 		"docketNumber": "3",
    353 		"extra": "Extra",
    354 		"firstPage": "1-10",
    355 		"history": "History",
    356 		"itemType": "case",
    357 		"key": "9A2VVWGX",
    358 		"language": "en-US",
    359 		"relations": {},
    360 		"reporter": "Reporter",
    361 		"reporterVolume": "6",
    362 		"rights": "Rights",
    363 		"shortTitle": "Short title",
    364 		"tags": [],
    365 		"url": "http://www.example.com",
    366 		"version": 0
    367 	},
    368 	"computerProgram": {
    369 		"ISBN": "978-1-234-56789-7",
    370 		"abstractNote": "Abstract note",
    371 		"accessDate": "1997-06-13T23:59:58Z",
    372 		"archive": "Archive",
    373 		"archiveLocation": "Archive location",
    374 		"callNumber": "Call number",
    375 		"collections": [],
    376 		"company": "Publisher",
    377 		"creators": [
    378 			{
    379 				"creatorType": "programmer",
    380 				"firstName": "programmerFirst",
    381 				"lastName": "programmerLast"
    382 			},
    383 			{
    384 				"creatorType": "contributor",
    385 				"firstName": "contributorFirst",
    386 				"lastName": "contributorLast"
    387 			},
    388 			{
    389 				"creatorType": "programmer",
    390 				"name": "Institutional Author"
    391 			}
    392 		],
    393 		"date": "1999-12-31",
    394 		"dateAdded": "2015-04-12T09:00:22Z",
    395 		"dateModified": "2015-04-12T09:00:22Z",
    396 		"extra": "Extra",
    397 		"itemType": "computerProgram",
    398 		"key": "8GM9MDIU",
    399 		"libraryCatalog": "Library catalog",
    400 		"place": "Place",
    401 		"programmingLanguage": "Programming language",
    402 		"relations": {},
    403 		"rights": "Rights",
    404 		"seriesTitle": "Series title",
    405 		"shortTitle": "Short title",
    406 		"system": "System",
    407 		"tags": [],
    408 		"title": "Title",
    409 		"url": "http://www.example.com",
    410 		"version": 0,
    411 		"versionNumber": "Version number"
    412 	},
    413 	"conferencePaper": {
    414 		"DOI": "10.1234/example.doi",
    415 		"ISBN": "978-1-234-56789-7",
    416 		"abstractNote": "Abstract note",
    417 		"accessDate": "1997-06-13T23:59:58Z",
    418 		"archive": "Archive",
    419 		"archiveLocation": "Archive location",
    420 		"callNumber": "Call number",
    421 		"collections": [],
    422 		"conferenceName": "Conference name",
    423 		"creators": [
    424 			{
    425 				"creatorType": "author",
    426 				"firstName": "authorFirst",
    427 				"lastName": "authorLast"
    428 			},
    429 			{
    430 				"creatorType": "contributor",
    431 				"firstName": "contributorFirst",
    432 				"lastName": "contributorLast"
    433 			},
    434 			{
    435 				"creatorType": "editor",
    436 				"firstName": "editorFirst",
    437 				"lastName": "editorLast"
    438 			},
    439 			{
    440 				"creatorType": "seriesEditor",
    441 				"firstName": "seriesEditorFirst",
    442 				"lastName": "seriesEditorLast"
    443 			},
    444 			{
    445 				"creatorType": "translator",
    446 				"firstName": "translatorFirst",
    447 				"lastName": "translatorLast"
    448 			},
    449 			{
    450 				"creatorType": "author",
    451 				"name": "Institutional Author"
    452 			}
    453 		],
    454 		"date": "1999-12-31",
    455 		"dateAdded": "2015-04-12T09:00:22Z",
    456 		"dateModified": "2015-04-12T09:00:22Z",
    457 		"extra": "Extra",
    458 		"itemType": "conferencePaper",
    459 		"key": "CEPUN4W5",
    460 		"language": "en-US",
    461 		"libraryCatalog": "Library catalog",
    462 		"pages": "1-10",
    463 		"place": "Place",
    464 		"proceedingsTitle": "Publication title",
    465 		"publisher": "Publisher",
    466 		"relations": {},
    467 		"rights": "Rights",
    468 		"series": "Series",
    469 		"shortTitle": "Short title",
    470 		"tags": [],
    471 		"title": "Title",
    472 		"url": "http://www.example.com",
    473 		"version": 0,
    474 		"volume": "6"
    475 	},
    476 	"dictionaryEntry": {
    477 		"ISBN": "978-1-234-56789-7",
    478 		"abstractNote": "Abstract note",
    479 		"accessDate": "1997-06-13T23:59:58Z",
    480 		"archive": "Archive",
    481 		"archiveLocation": "Archive location",
    482 		"callNumber": "Call number",
    483 		"collections": [],
    484 		"creators": [
    485 			{
    486 				"creatorType": "author",
    487 				"firstName": "authorFirst",
    488 				"lastName": "authorLast"
    489 			},
    490 			{
    491 				"creatorType": "contributor",
    492 				"firstName": "contributorFirst",
    493 				"lastName": "contributorLast"
    494 			},
    495 			{
    496 				"creatorType": "editor",
    497 				"firstName": "editorFirst",
    498 				"lastName": "editorLast"
    499 			},
    500 			{
    501 				"creatorType": "seriesEditor",
    502 				"firstName": "seriesEditorFirst",
    503 				"lastName": "seriesEditorLast"
    504 			},
    505 			{
    506 				"creatorType": "translator",
    507 				"firstName": "translatorFirst",
    508 				"lastName": "translatorLast"
    509 			},
    510 			{
    511 				"creatorType": "author",
    512 				"name": "Institutional Author"
    513 			}
    514 		],
    515 		"date": "1999-12-31",
    516 		"dateAdded": "2015-04-12T09:00:22Z",
    517 		"dateModified": "2015-04-12T09:00:22Z",
    518 		"dictionaryTitle": "Publication title",
    519 		"edition": "8",
    520 		"extra": "Extra",
    521 		"itemType": "dictionaryEntry",
    522 		"key": "E2P29JGR",
    523 		"language": "en-US",
    524 		"libraryCatalog": "Library catalog",
    525 		"numberOfVolumes": "7",
    526 		"pages": "1-10",
    527 		"place": "Place",
    528 		"publisher": "Publisher",
    529 		"relations": {},
    530 		"rights": "Rights",
    531 		"series": "Series",
    532 		"seriesNumber": "9",
    533 		"shortTitle": "Short title",
    534 		"tags": [],
    535 		"title": "Title",
    536 		"url": "http://www.example.com",
    537 		"version": 0,
    538 		"volume": "6"
    539 	},
    540 	"document": {
    541 		"abstractNote": "Abstract note",
    542 		"accessDate": "1997-06-13T23:59:58Z",
    543 		"archive": "Archive",
    544 		"archiveLocation": "Archive location",
    545 		"callNumber": "Call number",
    546 		"collections": [],
    547 		"creators": [
    548 			{
    549 				"creatorType": "author",
    550 				"firstName": "authorFirst",
    551 				"lastName": "authorLast"
    552 			},
    553 			{
    554 				"creatorType": "contributor",
    555 				"firstName": "contributorFirst",
    556 				"lastName": "contributorLast"
    557 			},
    558 			{
    559 				"creatorType": "editor",
    560 				"firstName": "editorFirst",
    561 				"lastName": "editorLast"
    562 			},
    563 			{
    564 				"creatorType": "reviewedAuthor",
    565 				"firstName": "reviewedAuthorFirst",
    566 				"lastName": "reviewedAuthorLast"
    567 			},
    568 			{
    569 				"creatorType": "translator",
    570 				"firstName": "translatorFirst",
    571 				"lastName": "translatorLast"
    572 			},
    573 			{
    574 				"creatorType": "author",
    575 				"name": "Institutional Author"
    576 			}
    577 		],
    578 		"date": "1999-12-31",
    579 		"dateAdded": "2015-04-12T09:00:22Z",
    580 		"dateModified": "2015-04-12T09:00:22Z",
    581 		"extra": "Extra",
    582 		"itemType": "document",
    583 		"key": "NGFWI347",
    584 		"language": "en-US",
    585 		"libraryCatalog": "Library catalog",
    586 		"publisher": "Publisher",
    587 		"relations": {},
    588 		"rights": "Rights",
    589 		"shortTitle": "Short title",
    590 		"tags": [],
    591 		"title": "Title",
    592 		"url": "http://www.example.com",
    593 		"version": 0
    594 	},
    595 	"email": {
    596 		"abstractNote": "Abstract note",
    597 		"accessDate": "1997-06-13T23:59:58Z",
    598 		"collections": [],
    599 		"creators": [
    600 			{
    601 				"creatorType": "author",
    602 				"firstName": "authorFirst",
    603 				"lastName": "authorLast"
    604 			},
    605 			{
    606 				"creatorType": "contributor",
    607 				"firstName": "contributorFirst",
    608 				"lastName": "contributorLast"
    609 			},
    610 			{
    611 				"creatorType": "recipient",
    612 				"firstName": "recipientFirst",
    613 				"lastName": "recipientLast"
    614 			},
    615 			{
    616 				"creatorType": "author",
    617 				"name": "Institutional Author"
    618 			}
    619 		],
    620 		"date": "1999-12-31",
    621 		"dateAdded": "2015-04-12T09:00:22Z",
    622 		"dateModified": "2015-04-12T09:00:22Z",
    623 		"extra": "Extra",
    624 		"itemType": "email",
    625 		"key": "BMVVSV67",
    626 		"language": "en-US",
    627 		"relations": {},
    628 		"rights": "Rights",
    629 		"shortTitle": "Short title",
    630 		"subject": "Title",
    631 		"tags": [],
    632 		"url": "http://www.example.com",
    633 		"version": 0
    634 	},
    635 	"encyclopediaArticle": {
    636 		"ISBN": "978-1-234-56789-7",
    637 		"abstractNote": "Abstract note",
    638 		"accessDate": "1997-06-13T23:59:58Z",
    639 		"archive": "Archive",
    640 		"archiveLocation": "Archive location",
    641 		"callNumber": "Call number",
    642 		"collections": [],
    643 		"creators": [
    644 			{
    645 				"creatorType": "author",
    646 				"firstName": "authorFirst",
    647 				"lastName": "authorLast"
    648 			},
    649 			{
    650 				"creatorType": "contributor",
    651 				"firstName": "contributorFirst",
    652 				"lastName": "contributorLast"
    653 			},
    654 			{
    655 				"creatorType": "editor",
    656 				"firstName": "editorFirst",
    657 				"lastName": "editorLast"
    658 			},
    659 			{
    660 				"creatorType": "seriesEditor",
    661 				"firstName": "seriesEditorFirst",
    662 				"lastName": "seriesEditorLast"
    663 			},
    664 			{
    665 				"creatorType": "translator",
    666 				"firstName": "translatorFirst",
    667 				"lastName": "translatorLast"
    668 			},
    669 			{
    670 				"creatorType": "author",
    671 				"name": "Institutional Author"
    672 			}
    673 		],
    674 		"date": "1999-12-31",
    675 		"dateAdded": "2015-04-12T09:00:22Z",
    676 		"dateModified": "2015-04-12T09:00:22Z",
    677 		"edition": "8",
    678 		"encyclopediaTitle": "Publication title",
    679 		"extra": "Extra",
    680 		"itemType": "encyclopediaArticle",
    681 		"key": "J35AAWKK",
    682 		"language": "en-US",
    683 		"libraryCatalog": "Library catalog",
    684 		"numberOfVolumes": "7",
    685 		"pages": "1-10",
    686 		"place": "Place",
    687 		"publisher": "Publisher",
    688 		"relations": {},
    689 		"rights": "Rights",
    690 		"series": "Series",
    691 		"seriesNumber": "9",
    692 		"shortTitle": "Short title",
    693 		"tags": [],
    694 		"title": "Title",
    695 		"url": "http://www.example.com",
    696 		"version": 0,
    697 		"volume": "6"
    698 	},
    699 	"film": {
    700 		"abstractNote": "Abstract note",
    701 		"accessDate": "1997-06-13T23:59:58Z",
    702 		"archive": "Archive",
    703 		"archiveLocation": "Archive location",
    704 		"callNumber": "Call number",
    705 		"collections": [],
    706 		"creators": [
    707 			{
    708 				"creatorType": "director",
    709 				"firstName": "directorFirst",
    710 				"lastName": "directorLast"
    711 			},
    712 			{
    713 				"creatorType": "contributor",
    714 				"firstName": "contributorFirst",
    715 				"lastName": "contributorLast"
    716 			},
    717 			{
    718 				"creatorType": "producer",
    719 				"firstName": "producerFirst",
    720 				"lastName": "producerLast"
    721 			},
    722 			{
    723 				"creatorType": "scriptwriter",
    724 				"firstName": "scriptwriterFirst",
    725 				"lastName": "scriptwriterLast"
    726 			},
    727 			{
    728 				"creatorType": "director",
    729 				"name": "Institutional Author"
    730 			}
    731 		],
    732 		"date": "1999-12-31",
    733 		"dateAdded": "2015-04-12T09:00:22Z",
    734 		"dateModified": "2015-04-12T09:00:22Z",
    735 		"distributor": "Publisher",
    736 		"extra": "Extra",
    737 		"genre": "Type",
    738 		"itemType": "film",
    739 		"key": "AETM84WQ",
    740 		"language": "en-US",
    741 		"libraryCatalog": "Library catalog",
    742 		"relations": {},
    743 		"rights": "Rights",
    744 		"runningTime": "1:22:33",
    745 		"shortTitle": "Short title",
    746 		"tags": [],
    747 		"title": "Title",
    748 		"url": "http://www.example.com",
    749 		"version": 0,
    750 		"videoRecordingFormat": "Medium"
    751 	},
    752 	"forumPost": {
    753 		"abstractNote": "Abstract note",
    754 		"accessDate": "1997-06-13T23:59:58Z",
    755 		"collections": [],
    756 		"creators": [
    757 			{
    758 				"creatorType": "author",
    759 				"firstName": "authorFirst",
    760 				"lastName": "authorLast"
    761 			},
    762 			{
    763 				"creatorType": "contributor",
    764 				"firstName": "contributorFirst",
    765 				"lastName": "contributorLast"
    766 			},
    767 			{
    768 				"creatorType": "author",
    769 				"name": "Institutional Author"
    770 			}
    771 		],
    772 		"date": "1999-12-31",
    773 		"dateAdded": "2015-04-12T09:00:22Z",
    774 		"dateModified": "2015-04-12T09:00:22Z",
    775 		"extra": "Extra",
    776 		"forumTitle": "Publication title",
    777 		"itemType": "forumPost",
    778 		"key": "53KM42VR",
    779 		"language": "en-US",
    780 		"postType": "Type",
    781 		"relations": {},
    782 		"rights": "Rights",
    783 		"shortTitle": "Short title",
    784 		"tags": [],
    785 		"title": "Title",
    786 		"url": "http://www.example.com",
    787 		"version": 0
    788 	},
    789 	"hearing": {
    790 		"abstractNote": "Abstract note",
    791 		"accessDate": "1997-06-13T23:59:58Z",
    792 		"collections": [],
    793 		"committee": "Committee",
    794 		"creators": [
    795 			{
    796 				"creatorType": "contributor",
    797 				"firstName": "contributorFirst",
    798 				"lastName": "contributorLast"
    799 			},
    800 			{
    801 				"creatorType": "contributor",
    802 				"name": "Institutional Author"
    803 			}
    804 		],
    805 		"date": "1999-12-31",
    806 		"dateAdded": "2015-04-12T09:00:22Z",
    807 		"dateModified": "2015-04-12T09:00:22Z",
    808 		"documentNumber": "3",
    809 		"extra": "Extra",
    810 		"history": "History",
    811 		"itemType": "hearing",
    812 		"key": "G2NRUQUQ",
    813 		"language": "en-US",
    814 		"legislativeBody": "Legislative body",
    815 		"numberOfVolumes": "7",
    816 		"pages": "1-10",
    817 		"place": "Place",
    818 		"publisher": "Publisher",
    819 		"relations": {},
    820 		"rights": "Rights",
    821 		"session": "Session",
    822 		"shortTitle": "Short title",
    823 		"tags": [],
    824 		"title": "Title",
    825 		"url": "http://www.example.com",
    826 		"version": 0
    827 	},
    828 	"instantMessage": {
    829 		"abstractNote": "Abstract note",
    830 		"accessDate": "1997-06-13T23:59:58Z",
    831 		"collections": [],
    832 		"creators": [
    833 			{
    834 				"creatorType": "author",
    835 				"firstName": "authorFirst",
    836 				"lastName": "authorLast"
    837 			},
    838 			{
    839 				"creatorType": "contributor",
    840 				"firstName": "contributorFirst",
    841 				"lastName": "contributorLast"
    842 			},
    843 			{
    844 				"creatorType": "recipient",
    845 				"firstName": "recipientFirst",
    846 				"lastName": "recipientLast"
    847 			},
    848 			{
    849 				"creatorType": "author",
    850 				"name": "Institutional Author"
    851 			}
    852 		],
    853 		"date": "1999-12-31",
    854 		"dateAdded": "2015-04-12T09:00:22Z",
    855 		"dateModified": "2015-04-12T09:00:22Z",
    856 		"extra": "Extra",
    857 		"itemType": "instantMessage",
    858 		"key": "373CN2R3",
    859 		"language": "en-US",
    860 		"relations": {},
    861 		"rights": "Rights",
    862 		"shortTitle": "Short title",
    863 		"tags": [],
    864 		"title": "Title",
    865 		"url": "http://www.example.com",
    866 		"version": 0
    867 	},
    868 	"interview": {
    869 		"abstractNote": "Abstract note",
    870 		"accessDate": "1997-06-13T23:59:58Z",
    871 		"archive": "Archive",
    872 		"archiveLocation": "Archive location",
    873 		"callNumber": "Call number",
    874 		"collections": [],
    875 		"creators": [
    876 			{
    877 				"creatorType": "interviewee",
    878 				"firstName": "intervieweeFirst",
    879 				"lastName": "intervieweeLast"
    880 			},
    881 			{
    882 				"creatorType": "contributor",
    883 				"firstName": "contributorFirst",
    884 				"lastName": "contributorLast"
    885 			},
    886 			{
    887 				"creatorType": "interviewer",
    888 				"firstName": "interviewerFirst",
    889 				"lastName": "interviewerLast"
    890 			},
    891 			{
    892 				"creatorType": "translator",
    893 				"firstName": "translatorFirst",
    894 				"lastName": "translatorLast"
    895 			},
    896 			{
    897 				"creatorType": "interviewee",
    898 				"name": "Institutional Author"
    899 			}
    900 		],
    901 		"date": "1999-12-31",
    902 		"dateAdded": "2015-04-12T09:00:22Z",
    903 		"dateModified": "2015-04-12T09:00:22Z",
    904 		"extra": "Extra",
    905 		"interviewMedium": "Medium",
    906 		"itemType": "interview",
    907 		"key": "Q99SF7NK",
    908 		"language": "en-US",
    909 		"libraryCatalog": "Library catalog",
    910 		"relations": {},
    911 		"rights": "Rights",
    912 		"shortTitle": "Short title",
    913 		"tags": [],
    914 		"title": "Title",
    915 		"url": "http://www.example.com",
    916 		"version": 0
    917 	},
    918 	"journalArticle": {
    919 		"DOI": "10.1234/example.doi",
    920 		"ISSN": "1234-5679",
    921 		"abstractNote": "Abstract note",
    922 		"accessDate": "1997-06-13T23:59:58Z",
    923 		"archive": "Archive",
    924 		"archiveLocation": "Archive location",
    925 		"callNumber": "Call number",
    926 		"collections": [],
    927 		"creators": [
    928 			{
    929 				"creatorType": "author",
    930 				"firstName": "authorFirst",
    931 				"lastName": "authorLast"
    932 			},
    933 			{
    934 				"creatorType": "contributor",
    935 				"firstName": "contributorFirst",
    936 				"lastName": "contributorLast"
    937 			},
    938 			{
    939 				"creatorType": "editor",
    940 				"firstName": "editorFirst",
    941 				"lastName": "editorLast"
    942 			},
    943 			{
    944 				"creatorType": "reviewedAuthor",
    945 				"firstName": "reviewedAuthorFirst",
    946 				"lastName": "reviewedAuthorLast"
    947 			},
    948 			{
    949 				"creatorType": "translator",
    950 				"firstName": "translatorFirst",
    951 				"lastName": "translatorLast"
    952 			},
    953 			{
    954 				"creatorType": "author",
    955 				"name": "Institutional Author"
    956 			}
    957 		],
    958 		"date": "1999-12-31",
    959 		"dateAdded": "2015-04-12T09:00:22Z",
    960 		"dateModified": "2015-04-12T09:00:22Z",
    961 		"extra": "Extra",
    962 		"issue": "5",
    963 		"itemType": "journalArticle",
    964 		"journalAbbreviation": "Journal abbreviation",
    965 		"key": "UXSSZ972",
    966 		"language": "en-US",
    967 		"libraryCatalog": "Library catalog",
    968 		"pages": "1-10",
    969 		"publicationTitle": "Publication title",
    970 		"relations": {},
    971 		"rights": "Rights",
    972 		"series": "Series",
    973 		"seriesText": "Series text",
    974 		"seriesTitle": "Series title",
    975 		"shortTitle": "Short title",
    976 		"tags": [],
    977 		"title": "Title",
    978 		"url": "http://www.example.com",
    979 		"version": 0,
    980 		"volume": "6"
    981 	},
    982 	"letter": {
    983 		"abstractNote": "Abstract note",
    984 		"accessDate": "1997-06-13T23:59:58Z",
    985 		"archive": "Archive",
    986 		"archiveLocation": "Archive location",
    987 		"callNumber": "Call number",
    988 		"collections": [],
    989 		"creators": [
    990 			{
    991 				"creatorType": "author",
    992 				"firstName": "authorFirst",
    993 				"lastName": "authorLast"
    994 			},
    995 			{
    996 				"creatorType": "contributor",
    997 				"firstName": "contributorFirst",
    998 				"lastName": "contributorLast"
    999 			},
   1000 			{
   1001 				"creatorType": "recipient",
   1002 				"firstName": "recipientFirst",
   1003 				"lastName": "recipientLast"
   1004 			},
   1005 			{
   1006 				"creatorType": "author",
   1007 				"name": "Institutional Author"
   1008 			}
   1009 		],
   1010 		"date": "1999-12-31",
   1011 		"dateAdded": "2015-04-12T09:00:22Z",
   1012 		"dateModified": "2015-04-12T09:00:22Z",
   1013 		"extra": "Extra",
   1014 		"itemType": "letter",
   1015 		"key": "XC832NQ9",
   1016 		"language": "en-US",
   1017 		"letterType": "Type",
   1018 		"libraryCatalog": "Library catalog",
   1019 		"relations": {},
   1020 		"rights": "Rights",
   1021 		"shortTitle": "Short title",
   1022 		"tags": [],
   1023 		"title": "Title",
   1024 		"url": "http://www.example.com",
   1025 		"version": 0
   1026 	},
   1027 	"magazineArticle": {
   1028 		"ISSN": "1234-5679",
   1029 		"abstractNote": "Abstract note",
   1030 		"accessDate": "1997-06-13T23:59:58Z",
   1031 		"archive": "Archive",
   1032 		"archiveLocation": "Archive location",
   1033 		"callNumber": "Call number",
   1034 		"collections": [],
   1035 		"creators": [
   1036 			{
   1037 				"creatorType": "author",
   1038 				"firstName": "authorFirst",
   1039 				"lastName": "authorLast"
   1040 			},
   1041 			{
   1042 				"creatorType": "contributor",
   1043 				"firstName": "contributorFirst",
   1044 				"lastName": "contributorLast"
   1045 			},
   1046 			{
   1047 				"creatorType": "reviewedAuthor",
   1048 				"firstName": "reviewedAuthorFirst",
   1049 				"lastName": "reviewedAuthorLast"
   1050 			},
   1051 			{
   1052 				"creatorType": "translator",
   1053 				"firstName": "translatorFirst",
   1054 				"lastName": "translatorLast"
   1055 			},
   1056 			{
   1057 				"creatorType": "author",
   1058 				"name": "Institutional Author"
   1059 			}
   1060 		],
   1061 		"date": "1999-12-31",
   1062 		"dateAdded": "2015-04-12T09:00:22Z",
   1063 		"dateModified": "2015-04-12T09:00:22Z",
   1064 		"extra": "Extra",
   1065 		"issue": "5",
   1066 		"itemType": "magazineArticle",
   1067 		"key": "7GR89G56",
   1068 		"language": "en-US",
   1069 		"libraryCatalog": "Library catalog",
   1070 		"pages": "1-10",
   1071 		"publicationTitle": "Publication title",
   1072 		"relations": {},
   1073 		"rights": "Rights",
   1074 		"shortTitle": "Short title",
   1075 		"tags": [],
   1076 		"title": "Title",
   1077 		"url": "http://www.example.com",
   1078 		"version": 0,
   1079 		"volume": "6"
   1080 	},
   1081 	"manuscript": {
   1082 		"abstractNote": "Abstract note",
   1083 		"accessDate": "1997-06-13T23:59:58Z",
   1084 		"archive": "Archive",
   1085 		"archiveLocation": "Archive location",
   1086 		"callNumber": "Call number",
   1087 		"collections": [],
   1088 		"creators": [
   1089 			{
   1090 				"creatorType": "author",
   1091 				"firstName": "authorFirst",
   1092 				"lastName": "authorLast"
   1093 			},
   1094 			{
   1095 				"creatorType": "contributor",
   1096 				"firstName": "contributorFirst",
   1097 				"lastName": "contributorLast"
   1098 			},
   1099 			{
   1100 				"creatorType": "translator",
   1101 				"firstName": "translatorFirst",
   1102 				"lastName": "translatorLast"
   1103 			},
   1104 			{
   1105 				"creatorType": "author",
   1106 				"name": "Institutional Author"
   1107 			}
   1108 		],
   1109 		"date": "1999-12-31",
   1110 		"dateAdded": "2015-04-12T09:00:22Z",
   1111 		"dateModified": "2015-04-12T09:00:22Z",
   1112 		"extra": "Extra",
   1113 		"itemType": "manuscript",
   1114 		"key": "RWBCKHFZ",
   1115 		"language": "en-US",
   1116 		"libraryCatalog": "Library catalog",
   1117 		"manuscriptType": "Type",
   1118 		"numPages": "4",
   1119 		"place": "Place",
   1120 		"relations": {},
   1121 		"rights": "Rights",
   1122 		"shortTitle": "Short title",
   1123 		"tags": [],
   1124 		"title": "Title",
   1125 		"url": "http://www.example.com",
   1126 		"version": 0
   1127 	},
   1128 	"map": {
   1129 		"ISBN": "978-1-234-56789-7",
   1130 		"abstractNote": "Abstract note",
   1131 		"accessDate": "1997-06-13T23:59:58Z",
   1132 		"archive": "Archive",
   1133 		"archiveLocation": "Archive location",
   1134 		"callNumber": "Call number",
   1135 		"collections": [],
   1136 		"creators": [
   1137 			{
   1138 				"creatorType": "cartographer",
   1139 				"firstName": "cartographerFirst",
   1140 				"lastName": "cartographerLast"
   1141 			},
   1142 			{
   1143 				"creatorType": "contributor",
   1144 				"firstName": "contributorFirst",
   1145 				"lastName": "contributorLast"
   1146 			},
   1147 			{
   1148 				"creatorType": "seriesEditor",
   1149 				"firstName": "seriesEditorFirst",
   1150 				"lastName": "seriesEditorLast"
   1151 			},
   1152 			{
   1153 				"creatorType": "cartographer",
   1154 				"name": "Institutional Author"
   1155 			}
   1156 		],
   1157 		"date": "1999-12-31",
   1158 		"dateAdded": "2015-04-12T09:00:22Z",
   1159 		"dateModified": "2015-04-12T09:00:22Z",
   1160 		"edition": "8",
   1161 		"extra": "Extra",
   1162 		"itemType": "map",
   1163 		"key": "I63JAE4X",
   1164 		"language": "en-US",
   1165 		"libraryCatalog": "Library catalog",
   1166 		"mapType": "Type",
   1167 		"place": "Place",
   1168 		"publisher": "Publisher",
   1169 		"relations": {},
   1170 		"rights": "Rights",
   1171 		"scale": "Scale",
   1172 		"seriesTitle": "Series title",
   1173 		"shortTitle": "Short title",
   1174 		"tags": [],
   1175 		"title": "Title",
   1176 		"url": "http://www.example.com",
   1177 		"version": 0
   1178 	},
   1179 	"newspaperArticle": {
   1180 		"ISSN": "1234-5679",
   1181 		"abstractNote": "Abstract note",
   1182 		"accessDate": "1997-06-13T23:59:58Z",
   1183 		"archive": "Archive",
   1184 		"archiveLocation": "Archive location",
   1185 		"callNumber": "Call number",
   1186 		"collections": [],
   1187 		"creators": [
   1188 			{
   1189 				"creatorType": "author",
   1190 				"firstName": "authorFirst",
   1191 				"lastName": "authorLast"
   1192 			},
   1193 			{
   1194 				"creatorType": "contributor",
   1195 				"firstName": "contributorFirst",
   1196 				"lastName": "contributorLast"
   1197 			},
   1198 			{
   1199 				"creatorType": "reviewedAuthor",
   1200 				"firstName": "reviewedAuthorFirst",
   1201 				"lastName": "reviewedAuthorLast"
   1202 			},
   1203 			{
   1204 				"creatorType": "translator",
   1205 				"firstName": "translatorFirst",
   1206 				"lastName": "translatorLast"
   1207 			},
   1208 			{
   1209 				"creatorType": "author",
   1210 				"name": "Institutional Author"
   1211 			}
   1212 		],
   1213 		"date": "1999-12-31",
   1214 		"dateAdded": "2015-04-12T09:00:22Z",
   1215 		"dateModified": "2015-04-12T09:00:22Z",
   1216 		"edition": "8",
   1217 		"extra": "Extra",
   1218 		"itemType": "newspaperArticle",
   1219 		"key": "DEDZ6I2G",
   1220 		"language": "en-US",
   1221 		"libraryCatalog": "Library catalog",
   1222 		"pages": "1-10",
   1223 		"place": "Place",
   1224 		"publicationTitle": "Publication title",
   1225 		"relations": {},
   1226 		"rights": "Rights",
   1227 		"section": "Section",
   1228 		"shortTitle": "Short title",
   1229 		"tags": [],
   1230 		"title": "Title",
   1231 		"url": "http://www.example.com",
   1232 		"version": 0
   1233 	},
   1234 	"patent": {
   1235 		"abstractNote": "Abstract note",
   1236 		"accessDate": "1997-06-13T23:59:58Z",
   1237 		"applicationNumber": "Application number",
   1238 		"assignee": "Assignee",
   1239 		"collections": [],
   1240 		"country": "Country",
   1241 		"creators": [
   1242 			{
   1243 				"creatorType": "inventor",
   1244 				"firstName": "inventorFirst",
   1245 				"lastName": "inventorLast"
   1246 			},
   1247 			{
   1248 				"creatorType": "attorneyAgent",
   1249 				"firstName": "attorneyAgentFirst",
   1250 				"lastName": "attorneyAgentLast"
   1251 			},
   1252 			{
   1253 				"creatorType": "contributor",
   1254 				"firstName": "contributorFirst",
   1255 				"lastName": "contributorLast"
   1256 			},
   1257 			{
   1258 				"creatorType": "inventor",
   1259 				"name": "Institutional Author"
   1260 			}
   1261 		],
   1262 		"dateAdded": "2015-04-12T09:00:22Z",
   1263 		"dateModified": "2015-04-12T09:00:22Z",
   1264 		"extra": "Extra",
   1265 		"filingDate": "2000-01-02 2000-01-02",
   1266 		"issueDate": "1999-12-31",
   1267 		"issuingAuthority": "Issuing authority",
   1268 		"itemType": "patent",
   1269 		"key": "MTZVXTRG",
   1270 		"language": "en-US",
   1271 		"legalStatus": "Legal status",
   1272 		"pages": "1-10",
   1273 		"patentNumber": "3",
   1274 		"place": "Place",
   1275 		"priorityNumbers": "Priority numbers",
   1276 		"references": "References",
   1277 		"relations": {},
   1278 		"rights": "Rights",
   1279 		"shortTitle": "Short title",
   1280 		"tags": [],
   1281 		"title": "Title",
   1282 		"url": "http://www.example.com",
   1283 		"version": 0
   1284 	},
   1285 	"podcast": {
   1286 		"abstractNote": "Abstract note",
   1287 		"accessDate": "1997-06-13T23:59:58Z",
   1288 		"audioFileType": "Medium",
   1289 		"collections": [],
   1290 		"creators": [
   1291 			{
   1292 				"creatorType": "podcaster",
   1293 				"firstName": "podcasterFirst",
   1294 				"lastName": "podcasterLast"
   1295 			},
   1296 			{
   1297 				"creatorType": "contributor",
   1298 				"firstName": "contributorFirst",
   1299 				"lastName": "contributorLast"
   1300 			},
   1301 			{
   1302 				"creatorType": "guest",
   1303 				"firstName": "guestFirst",
   1304 				"lastName": "guestLast"
   1305 			},
   1306 			{
   1307 				"creatorType": "podcaster",
   1308 				"name": "Institutional Author"
   1309 			}
   1310 		],
   1311 		"dateAdded": "2015-04-12T09:00:22Z",
   1312 		"dateModified": "2015-04-12T09:00:22Z",
   1313 		"episodeNumber": "3",
   1314 		"extra": "Extra",
   1315 		"itemType": "podcast",
   1316 		"key": "6N3TDNFS",
   1317 		"language": "en-US",
   1318 		"relations": {},
   1319 		"rights": "Rights",
   1320 		"runningTime": "1:22:33",
   1321 		"seriesTitle": "Series title",
   1322 		"shortTitle": "Short title",
   1323 		"tags": [],
   1324 		"title": "Title",
   1325 		"url": "http://www.example.com",
   1326 		"version": 0
   1327 	},
   1328 	"presentation": {
   1329 		"abstractNote": "Abstract note",
   1330 		"accessDate": "1997-06-13T23:59:58Z",
   1331 		"collections": [],
   1332 		"creators": [
   1333 			{
   1334 				"creatorType": "presenter",
   1335 				"firstName": "presenterFirst",
   1336 				"lastName": "presenterLast"
   1337 			},
   1338 			{
   1339 				"creatorType": "contributor",
   1340 				"firstName": "contributorFirst",
   1341 				"lastName": "contributorLast"
   1342 			},
   1343 			{
   1344 				"creatorType": "presenter",
   1345 				"name": "Institutional Author"
   1346 			}
   1347 		],
   1348 		"date": "1999-12-31",
   1349 		"dateAdded": "2015-04-12T09:00:22Z",
   1350 		"dateModified": "2015-04-12T09:00:22Z",
   1351 		"extra": "Extra",
   1352 		"itemType": "presentation",
   1353 		"key": "2JTV9A3T",
   1354 		"language": "en-US",
   1355 		"meetingName": "Meeting name",
   1356 		"place": "Place",
   1357 		"presentationType": "Type",
   1358 		"relations": {},
   1359 		"rights": "Rights",
   1360 		"shortTitle": "Short title",
   1361 		"tags": [],
   1362 		"title": "Title",
   1363 		"url": "http://www.example.com",
   1364 		"version": 0
   1365 	},
   1366 	"radioBroadcast": {
   1367 		"abstractNote": "Abstract note",
   1368 		"accessDate": "1997-06-13T23:59:58Z",
   1369 		"archive": "Archive",
   1370 		"archiveLocation": "Archive location",
   1371 		"audioRecordingFormat": "Medium",
   1372 		"callNumber": "Call number",
   1373 		"collections": [],
   1374 		"creators": [
   1375 			{
   1376 				"creatorType": "director",
   1377 				"firstName": "directorFirst",
   1378 				"lastName": "directorLast"
   1379 			},
   1380 			{
   1381 				"creatorType": "castMember",
   1382 				"firstName": "castMemberFirst",
   1383 				"lastName": "castMemberLast"
   1384 			},
   1385 			{
   1386 				"creatorType": "contributor",
   1387 				"firstName": "contributorFirst",
   1388 				"lastName": "contributorLast"
   1389 			},
   1390 			{
   1391 				"creatorType": "guest",
   1392 				"firstName": "guestFirst",
   1393 				"lastName": "guestLast"
   1394 			},
   1395 			{
   1396 				"creatorType": "producer",
   1397 				"firstName": "producerFirst",
   1398 				"lastName": "producerLast"
   1399 			},
   1400 			{
   1401 				"creatorType": "scriptwriter",
   1402 				"firstName": "scriptwriterFirst",
   1403 				"lastName": "scriptwriterLast"
   1404 			},
   1405 			{
   1406 				"creatorType": "director",
   1407 				"name": "Institutional Author"
   1408 			}
   1409 		],
   1410 		"date": "1999-12-31",
   1411 		"dateAdded": "2015-04-12T09:00:22Z",
   1412 		"dateModified": "2015-04-12T09:00:22Z",
   1413 		"episodeNumber": "3",
   1414 		"extra": "Extra",
   1415 		"itemType": "radioBroadcast",
   1416 		"key": "KH7HSUMX",
   1417 		"language": "en-US",
   1418 		"libraryCatalog": "Library catalog",
   1419 		"network": "Publisher",
   1420 		"place": "Place",
   1421 		"programTitle": "Publication title",
   1422 		"relations": {},
   1423 		"rights": "Rights",
   1424 		"runningTime": "1:22:33",
   1425 		"shortTitle": "Short title",
   1426 		"tags": [],
   1427 		"title": "Title",
   1428 		"url": "http://www.example.com",
   1429 		"version": 0
   1430 	},
   1431 	"report": {
   1432 		"abstractNote": "Abstract note",
   1433 		"accessDate": "1997-06-13T23:59:58Z",
   1434 		"archive": "Archive",
   1435 		"archiveLocation": "Archive location",
   1436 		"callNumber": "Call number",
   1437 		"collections": [],
   1438 		"creators": [
   1439 			{
   1440 				"creatorType": "author",
   1441 				"firstName": "authorFirst",
   1442 				"lastName": "authorLast"
   1443 			},
   1444 			{
   1445 				"creatorType": "contributor",
   1446 				"firstName": "contributorFirst",
   1447 				"lastName": "contributorLast"
   1448 			},
   1449 			{
   1450 				"creatorType": "seriesEditor",
   1451 				"firstName": "seriesEditorFirst",
   1452 				"lastName": "seriesEditorLast"
   1453 			},
   1454 			{
   1455 				"creatorType": "translator",
   1456 				"firstName": "translatorFirst",
   1457 				"lastName": "translatorLast"
   1458 			},
   1459 			{
   1460 				"creatorType": "author",
   1461 				"name": "Institutional Author"
   1462 			}
   1463 		],
   1464 		"date": "1999-12-31",
   1465 		"dateAdded": "2015-04-12T09:00:22Z",
   1466 		"dateModified": "2015-04-12T09:00:22Z",
   1467 		"extra": "Extra",
   1468 		"institution": "Publisher",
   1469 		"itemType": "report",
   1470 		"key": "V3MJGNVJ",
   1471 		"language": "en-US",
   1472 		"libraryCatalog": "Library catalog",
   1473 		"pages": "1-10",
   1474 		"place": "Place",
   1475 		"relations": {},
   1476 		"reportNumber": "3",
   1477 		"reportType": "Type",
   1478 		"rights": "Rights",
   1479 		"seriesTitle": "Series title",
   1480 		"shortTitle": "Short title",
   1481 		"tags": [],
   1482 		"title": "Title",
   1483 		"url": "http://www.example.com",
   1484 		"version": 0
   1485 	},
   1486 	"statute": {
   1487 		"abstractNote": "Abstract note",
   1488 		"accessDate": "1997-06-13T23:59:58Z",
   1489 		"code": "Code",
   1490 		"codeNumber": "Code number",
   1491 		"collections": [],
   1492 		"creators": [
   1493 			{
   1494 				"creatorType": "author",
   1495 				"firstName": "authorFirst",
   1496 				"lastName": "authorLast"
   1497 			},
   1498 			{
   1499 				"creatorType": "contributor",
   1500 				"firstName": "contributorFirst",
   1501 				"lastName": "contributorLast"
   1502 			},
   1503 			{
   1504 				"creatorType": "author",
   1505 				"name": "Institutional Author"
   1506 			}
   1507 		],
   1508 		"dateAdded": "2015-04-12T09:00:22Z",
   1509 		"dateEnacted": "1999-12-31",
   1510 		"dateModified": "2015-04-12T09:00:22Z",
   1511 		"extra": "Extra",
   1512 		"history": "History",
   1513 		"itemType": "statute",
   1514 		"key": "89B8MRBX",
   1515 		"language": "en-US",
   1516 		"nameOfAct": "Title",
   1517 		"pages": "1-10",
   1518 		"publicLawNumber": "3",
   1519 		"relations": {},
   1520 		"rights": "Rights",
   1521 		"section": "Section",
   1522 		"session": "Session",
   1523 		"shortTitle": "Short title",
   1524 		"tags": [],
   1525 		"url": "http://www.example.com",
   1526 		"version": 0
   1527 	},
   1528 	"thesis": {
   1529 		"abstractNote": "Abstract note",
   1530 		"accessDate": "1997-06-13T23:59:58Z",
   1531 		"archive": "Archive",
   1532 		"archiveLocation": "Archive location",
   1533 		"callNumber": "Call number",
   1534 		"collections": [],
   1535 		"creators": [
   1536 			{
   1537 				"creatorType": "author",
   1538 				"firstName": "authorFirst",
   1539 				"lastName": "authorLast"
   1540 			},
   1541 			{
   1542 				"creatorType": "contributor",
   1543 				"firstName": "contributorFirst",
   1544 				"lastName": "contributorLast"
   1545 			},
   1546 			{
   1547 				"creatorType": "author",
   1548 				"name": "Institutional Author"
   1549 			}
   1550 		],
   1551 		"date": "1999-12-31",
   1552 		"dateAdded": "2015-04-12T09:00:22Z",
   1553 		"dateModified": "2015-04-12T09:00:22Z",
   1554 		"extra": "Extra",
   1555 		"itemType": "thesis",
   1556 		"key": "NCHRWGKP",
   1557 		"language": "en-US",
   1558 		"libraryCatalog": "Library catalog",
   1559 		"numPages": "4",
   1560 		"place": "Place",
   1561 		"relations": {},
   1562 		"rights": "Rights",
   1563 		"shortTitle": "Short title",
   1564 		"tags": [],
   1565 		"thesisType": "Type",
   1566 		"title": "Title",
   1567 		"university": "Publisher",
   1568 		"url": "http://www.example.com",
   1569 		"version": 0
   1570 	},
   1571 	"tvBroadcast": {
   1572 		"abstractNote": "Abstract note",
   1573 		"accessDate": "1997-06-13T23:59:58Z",
   1574 		"archive": "Archive",
   1575 		"archiveLocation": "Archive location",
   1576 		"callNumber": "Call number",
   1577 		"collections": [],
   1578 		"creators": [
   1579 			{
   1580 				"creatorType": "director",
   1581 				"firstName": "directorFirst",
   1582 				"lastName": "directorLast"
   1583 			},
   1584 			{
   1585 				"creatorType": "castMember",
   1586 				"firstName": "castMemberFirst",
   1587 				"lastName": "castMemberLast"
   1588 			},
   1589 			{
   1590 				"creatorType": "contributor",
   1591 				"firstName": "contributorFirst",
   1592 				"lastName": "contributorLast"
   1593 			},
   1594 			{
   1595 				"creatorType": "guest",
   1596 				"firstName": "guestFirst",
   1597 				"lastName": "guestLast"
   1598 			},
   1599 			{
   1600 				"creatorType": "producer",
   1601 				"firstName": "producerFirst",
   1602 				"lastName": "producerLast"
   1603 			},
   1604 			{
   1605 				"creatorType": "scriptwriter",
   1606 				"firstName": "scriptwriterFirst",
   1607 				"lastName": "scriptwriterLast"
   1608 			},
   1609 			{
   1610 				"creatorType": "director",
   1611 				"name": "Institutional Author"
   1612 			}
   1613 		],
   1614 		"date": "1999-12-31",
   1615 		"dateAdded": "2015-04-12T09:00:22Z",
   1616 		"dateModified": "2015-04-12T09:00:22Z",
   1617 		"episodeNumber": "3",
   1618 		"extra": "Extra",
   1619 		"itemType": "tvBroadcast",
   1620 		"key": "RJE8KPDJ",
   1621 		"language": "en-US",
   1622 		"libraryCatalog": "Library catalog",
   1623 		"network": "Publisher",
   1624 		"place": "Place",
   1625 		"programTitle": "Publication title",
   1626 		"relations": {},
   1627 		"rights": "Rights",
   1628 		"runningTime": "1:22:33",
   1629 		"shortTitle": "Short title",
   1630 		"tags": [],
   1631 		"title": "Title",
   1632 		"url": "http://www.example.com",
   1633 		"version": 0,
   1634 		"videoRecordingFormat": "Medium"
   1635 	},
   1636 	"videoRecording": {
   1637 		"ISBN": "978-1-234-56789-7",
   1638 		"abstractNote": "Abstract note",
   1639 		"accessDate": "1997-06-13T23:59:58Z",
   1640 		"archive": "Archive",
   1641 		"archiveLocation": "Archive location",
   1642 		"callNumber": "Call number",
   1643 		"collections": [],
   1644 		"creators": [
   1645 			{
   1646 				"creatorType": "director",
   1647 				"firstName": "directorFirst",
   1648 				"lastName": "directorLast"
   1649 			},
   1650 			{
   1651 				"creatorType": "castMember",
   1652 				"firstName": "castMemberFirst",
   1653 				"lastName": "castMemberLast"
   1654 			},
   1655 			{
   1656 				"creatorType": "contributor",
   1657 				"firstName": "contributorFirst",
   1658 				"lastName": "contributorLast"
   1659 			},
   1660 			{
   1661 				"creatorType": "producer",
   1662 				"firstName": "producerFirst",
   1663 				"lastName": "producerLast"
   1664 			},
   1665 			{
   1666 				"creatorType": "scriptwriter",
   1667 				"firstName": "scriptwriterFirst",
   1668 				"lastName": "scriptwriterLast"
   1669 			},
   1670 			{
   1671 				"creatorType": "director",
   1672 				"name": "Institutional Author"
   1673 			}
   1674 		],
   1675 		"date": "1999-12-31",
   1676 		"dateAdded": "2015-04-12T09:00:22Z",
   1677 		"dateModified": "2015-04-12T09:00:22Z",
   1678 		"extra": "Extra",
   1679 		"itemType": "videoRecording",
   1680 		"key": "QP98PAM5",
   1681 		"language": "en-US",
   1682 		"libraryCatalog": "Library catalog",
   1683 		"numberOfVolumes": "7",
   1684 		"place": "Place",
   1685 		"relations": {},
   1686 		"rights": "Rights",
   1687 		"runningTime": "1:22:33",
   1688 		"seriesTitle": "Series title",
   1689 		"shortTitle": "Short title",
   1690 		"studio": "Publisher",
   1691 		"tags": [],
   1692 		"title": "Title",
   1693 		"url": "http://www.example.com",
   1694 		"version": 0,
   1695 		"videoRecordingFormat": "Medium",
   1696 		"volume": "6"
   1697 	},
   1698 	"webpage": {
   1699 		"abstractNote": "Abstract note",
   1700 		"accessDate": "1997-06-13T23:59:58Z",
   1701 		"collections": [],
   1702 		"creators": [
   1703 			{
   1704 				"creatorType": "author",
   1705 				"firstName": "authorFirst",
   1706 				"lastName": "authorLast"
   1707 			},
   1708 			{
   1709 				"creatorType": "contributor",
   1710 				"firstName": "contributorFirst",
   1711 				"lastName": "contributorLast"
   1712 			},
   1713 			{
   1714 				"creatorType": "translator",
   1715 				"firstName": "translatorFirst",
   1716 				"lastName": "translatorLast"
   1717 			},
   1718 			{
   1719 				"creatorType": "author",
   1720 				"name": "Institutional Author"
   1721 			}
   1722 		],
   1723 		"date": "1999-12-31",
   1724 		"dateAdded": "2015-04-12T09:00:22Z",
   1725 		"dateModified": "2015-04-12T09:00:22Z",
   1726 		"extra": "Extra",
   1727 		"itemType": "webpage",
   1728 		"key": "MDFARNFI",
   1729 		"language": "en-US",
   1730 		"relations": {},
   1731 		"rights": "Rights",
   1732 		"shortTitle": "Short title",
   1733 		"tags": [],
   1734 		"title": "Title",
   1735 		"url": "http://www.example.com",
   1736 		"version": 0,
   1737 		"websiteTitle": "Publication title",
   1738 		"websiteType": "Type"
   1739 	}
   1740 }