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