Collections of records in the catalog: Difference between revisions

m (→‎Authorities: Moved All Authority Records to end)
(Removed references to "AND 980:BIB"; added link to MARC 980)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:CatalogSearchBox.png|alt=search box plus "Narrow by collection" list with five top-level entries|thumb|Screenshot of the central portion of the landing page for the Folger catalog]]
[[File:CatalogSearchBox.png|alt=search box plus "Narrow by collection" list with five top-level entries|thumb|Screenshot of the central portion of the landing page for the Folger catalog]]
The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and ''only'' within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying field by hand.
The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and ''only'' within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying [[MARC 980]] field by hand.


==Collection tree==
==Collection tree==
The list of categories and subcategories within a [[:Category:TIND ILS|TIND ILS]] catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a [https://docs.python.org/3/library/re.html Python Regular Expression] that searches coded data in the MARC record. For a more user-friendly explanation of the contents of each collection than what's given here, follow the link for each collection's name. Note that the "AND 980:BIB" at the end of each shouldn't be necessary, but was added as a work-around to a miscoding issue at TIND.
The list of categories and subcategories within a [[:Category:TIND ILS|TIND ILS]] catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a [https://docs.python.org/3/library/re.html Python Regular Expression] that searches coded data in the MARC record. For a more user-friendly explanation of the contents of each collection than what's given here, follow the link for each collection's name.


Remember: Byte counts start at 0, not at 1, so even though the number in curly brackets looks like the byte reference from MARC 21, it's still just "number of times the previous character appears in the string."
Remember: Byte counts start at 0, not at 1, so even though the number in curly brackets looks like the byte reference from MARC 21, it's still just "number of times the previous character appears in the string."
*'''Books & Serials''' consists of all records in the following subcategories:
*'''Books & Serials''' consists of all records in the following subcategories:
**'''[https://catalog.folger.edu/search?cc=Incunabula&ln=en&c=Incunabula Incunabula]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./) AND 980:BIB<br>''Explanation'': All bibliographic records where byte 06 of the [https://www.loc.gov/marc/bibliographic/bdleader.html MARC Leader] is a, c, or e (Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 07-10 of the [https://www.loc.gov/marc/bibliographic/bd008a.html MARC 008] are "1500" or bytes 07 and 08 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s). Manuscripts incorrectly coded as printed text will appear here if they date from the 1400s.  
**'''[https://catalog.folger.edu/search?cc=Incunabula&ln=en&c=Incunabula Incunabula]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./)''Explanation'': All bibliographic records where byte 06 of the [https://www.loc.gov/marc/bibliographic/bdleader.html MARC Leader] is a, c, or e (Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 07-10 of the [https://www.loc.gov/marc/bibliographic/bd008a.html MARC 008] are "1500" or bytes 07 and 08 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s). Manuscripts incorrectly coded as printed text will appear here if they date from the 1400s.  
**'''[https://catalog.folger.edu/collection/STC%20imprints?ln=en STC imprints''']<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[45]./ OR 008:/^.{7}16[0123]./ OR 008:/^.{7}1640./) AND (008:/^.{35}eng./ OR 008:/^.{17}k./ OR 008:/^.{15}ie./) AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/STC%20imprints?ln=en STC imprints''']<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[45]./ OR 008:/^.{7}16[0123]./ OR 008:/^.{7}1640./) AND (008:/^.{35}eng./ OR 008:/^.{17}k./ OR 008:/^.{15}ie./)''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Wing%20imprints?ln=en Wing imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}164[1-9]./ OR 008:/^.{7}16[5-9]./ OR 008:/^.{7}1700./) AND (008:/^.{35}eng./ OR 008:/^.{17}[ku]./ OR 008:/^.{15}ie./) AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Wing%20imprints?ln=en Wing imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}164[1-9]./ OR 008:/^.{7}16[5-9]./ OR 008:/^.{7}1700./) AND (008:/^.{35}eng./ OR 008:/^.{17}[ku]./ OR 008:/^.{15}ie./)''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Pre-1831%20imprints?ln=en Pre-1831 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[4-7]./ OR 008:/^.{7}18[0-2]./ OR 008:/^.{7}1830./ AND 980:BIB)<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Pre-1831%20imprints?ln=en Pre-1831 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[4-7]./ OR 008:/^.{7}18[0-2]./ OR 008:/^.{7}1830./)<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Post-1830%20imprints?ln=en Post-1830 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}183[u1-9]./ OR 008:/^.{7}18[4-9]./ OR 008:/^.{7}19./ OR 008:/^.{7}2./) AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Post-1830%20imprints?ln=en Post-1830 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}183[u1-9]./ OR 008:/^.{7}18[4-9]./ OR 008:/^.{7}19./ OR 008:/^.{7}2./)''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Serials?ln=en Serials]'''<br>''Query'': 000:/^.{6}a./ AND 000:/^.{7}[bs]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Serials?ln=en Serials]'''<br>''Query'': 000:/^.{6}a./ AND 000:/^.{7}[bs]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/All%20imprints?ln=en All imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/All%20imprints?ln=en All imprints]'''<br>''Query'': 000:/^.{6}[ace]./''Explanation'': (to come)
*'''Art & Objects''' consists of all records in the following subcategories:
*'''Art & Objects''' consists of all records in the following subcategories:
**'''[https://catalog.folger.edu/collection/Prints?ln=en Prints]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[fjkps]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Prints?ln=en Prints]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[fjkps]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Photos?ln=en Photos]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[ghv]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Photos?ln=en Photos]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[ghv]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Drawings?ln=en Drawings]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[dl]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Drawings?ln=en Drawings]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[dl]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Paintings?ln=en Paintings]'''<br>''Query'': 000:/^.{6}k./ AND (007:/^.e./ OR 007:/^.d.c./) AND 980:BIB<br>''Explanation'': All bibliographic records where [https://www.loc.gov/marc/bibliographic/bdleader.html LDR]06 is k (Type of Record = Graphic material) AND where either of these things is true: byte 01 of [https://www.loc.gov/marc/bibliographic/bd007.html 007]/01 is e (that is, Specific material designation = Painting) OR [https://www.loc.gov/marc/bibliographic/bd007.html 007]/01 is d (Specific material designation = Drawing) followed by any other character then by c (Color = Multicolored) so that watercolors (which are technically "drawings" but often thought of as "paintings") also appear under Paintings.
**'''[https://catalog.folger.edu/collection/Paintings?ln=en Paintings]'''<br>''Query'': 000:/^.{6}k./ AND (007:/^.e./ OR 007:/^.d.c./)''Explanation'': All bibliographic records where [https://www.loc.gov/marc/bibliographic/bdleader.html LDR]06 is k (Type of Record = Graphic material) AND where either of these things is true: byte 01 of [https://www.loc.gov/marc/bibliographic/bd007.html 007]/01 is e (that is, Specific material designation = Painting) OR [https://www.loc.gov/marc/bibliographic/bd007.html 007]/01 is d (Specific material designation = Drawing) followed by any other character then by c (Color = Multicolored) so that watercolors (which are technically "drawings" but often thought of as "paintings") also appear under Paintings.
**'''[https://catalog.folger.edu/collection/Pictures%20all%20types?ln=en All pictures]'''<br>''Query'': 000:/^.{6}k./ AND 980:BIB<br>''Explanation'': (to come)e  
**'''[https://catalog.folger.edu/collection/Pictures%20all%20types?ln=en All pictures]'''<br>''Query'': 000:/^.{6}k./''Explanation'': (to come)e  
**'''[https://catalog.folger.edu/collection/Objects?ln=en Objects]'''<br>''Query'': 000:/^.{6}r./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Objects?ln=en Objects]'''<br>''Query'': 000:/^.{6}r./''Explanation'': (to come)
*'''Manuscripts''' consists of all records in the following subcategories:
*'''Manuscripts''' consists of all records in the following subcategories:
**'''[https://catalog.folger.edu/collection/Pre-1701%20manuscripts?ln=en Pre-1701 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}1700./ OR 008:/^.{7}1[0-6]./) AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Pre-1701%20manuscripts?ln=en Pre-1701 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}1700./ OR 008:/^.{7}1[0-6]./)''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Post-1700%20manuscripts?ln=en Post-1700 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}170[1-9]./ OR 008:/^.{7}17[u1-9]./ OR 008:/^.{7}1[8-9]./ OR 008:/^.{7}2./) AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Post-1700%20manuscripts?ln=en Post-1700 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}170[1-9]./ OR 008:/^.{7}17[u1-9]./ OR 008:/^.{7}1[8-9]./ OR 008:/^.{7}2./)''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/All%20manuscripts?ln=en All manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/All%20manuscripts?ln=en All manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./''Explanation'': (to come)
*'''Other formats''' consists of all records in the following subcategories:
*'''Other formats''' consists of all records in the following subcategories:
**'''[https://catalog.folger.edu/collection/Computer%20files?ln=en Computer files]'''<br>''Query'': 000:/^.{6}m./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Computer%20files?ln=en Computer files]'''<br>''Query'': 000:/^.{6}m./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Maps%20%26%20atlases?ln=en Maps & atlases]'''<br>''Query'': 000:/^.{6}[ef]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Maps%20%26%20atlases?ln=en Maps & atlases]'''<br>''Query'': 000:/^.{6}[ef]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Mixed%20format%20collections?ln=en Mixed format collections]'''<br>''Query'': 000:/^.{6}p./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Mixed%20format%20collections?ln=en Mixed format collections]'''<br>''Query'': 000:/^.{6}p./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Movies%2C%20videos%2C%20TV%2C%20etc.?ln=en Movies, videos, TV, etc.]'''<br>''Query'': 000:/^.{6}g./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Movies%2C%20videos%2C%20TV%2C%20etc.?ln=en Movies, videos, TV, etc.]'''<br>''Query'': 000:/^.{6}g./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Music%20%28print%20%26%20manuscript%29?ln=en Music (print & manuscript)]'''<br>''Query'': 000:/^.{6}[cd]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Music%20%28print%20%26%20manuscript%29?ln=en Music (print & manuscript)]'''<br>''Query'': 000:/^.{6}[cd]./''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Sound%20recordings?ln=en Sound recordings]'''<br>''Query'': 000:/^.{6}[ij]./ AND 980:BIB<br>''Explanation'': (to come)
**'''[https://catalog.folger.edu/collection/Sound%20recordings?ln=en Sound recordings]'''<br>''Query'': 000:/^.{6}[ij]./''Explanation'': (to come)
*'''[https://catalog.folger.edu/collection/Subscription%20databases?ln=en Subscription databases]'''<br>''Query'': 980:"DB"<br>''Explanation'': (to come)
*'''[https://catalog.folger.edu/collection/Subscription%20databases?ln=en Subscription databases]'''<br>''Query'': 980:"DB"<br>''Explanation'': (to come)


Line 38: Line 38:
*'''[https://catalog.folger.edu/collection/Authorities Authorities]''' (all of the record collections listed below)
*'''[https://catalog.folger.edu/collection/Authorities Authorities]''' (all of the record collections listed below)
**'''[https://catalog.folger.edu/collection/aat aat]''' (Folger Authority Records from the Art & Architecture Thesaurus)<br>''Query'': 980:Authority AND 008:/^.{11}[r]./  
**'''[https://catalog.folger.edu/collection/aat aat]''' (Folger Authority Records from the Art & Architecture Thesaurus)<br>''Query'': 980:Authority AND 008:/^.{11}[r]./  
**'''[https://catalog.folger.edu/collection/gmgpc gmgpc]''' (Folger Authority Records for genres/forms from the Thesaurus for Graphic Materials)<br>''Query'': 980:AUTHORITY AND 035:tgm AND 155:%
**'''[https://catalog.folger.edu/collection/gmgpc gmgpc]''' (Folger Authority Records for genres/forms from the Thesaurus for Graphic Materials)<br>''Query'': 980:AUTHORITY AND 035:tgm* AND 155:%
**'''[https://catalog.folger.edu/collection/gsafd gsafd]''' (Folger Authority Records for genres and forms from Guidelines on subject access to individual works of fiction, drama, etc.)<br>''Query'': 980:AUTHORITY AND 035%%a:GSAFD
**'''[https://catalog.folger.edu/collection/gsafd gsafd]''' (Folger Authority Records for genres and forms from Guidelines on subject access to individual works of fiction, drama, etc.)<br>''Query'': 980:AUTHORITY AND 035:GSAFD*
**'''[https://catalog.folger.edu/collection/lcgft lcgft]''' (Folger Authority Records from Library of Congress Genre/Form Terms)<br>''Query'': 980:AUTHORITY AND 035%%a:gf
**'''[https://catalog.folger.edu/collection/lcgft lcgft]''' (Folger Authority Records from Library of Congress Genre/Form Terms)<br>''Query'': 980:AUTHORITY AND 035:gf*
**'''[https://catalog.folger.edu/collection/LCNAF LCNAF]''' (Folger Authority Records from Library of Congress Name Authority File)<br>''Query'': 980:AUTHORITY AND 035%%a:/^n./
**'''[https://catalog.folger.edu/collection/LCNAF LCNAF]''' (Folger Authority Records from Library of Congress Name Authority File)<br>''Query'': 980:AUTHORITY AND 035:/^n./
**'''[https://catalog.folger.edu/collection/LCSH LCSH]''' (Folger Authority Records from Library of Congress Subject Headings)<br>''Query'': 980:AUTHORITY AND 035%%a:/^s./
**'''[https://catalog.folger.edu/collection/LCSH LCSH]''' (Folger Authority Records from Library of Congress Subject Headings)<br>''Query'': 980:AUTHORITY AND 035:/^s./
**'''[https://catalog.folger.edu/collection/lctgm lctgm]''' (Folger Authority Records for subjects from the Thesaurus for Graphic Materials)<br>''Query'': 980:AUTHORITY AND 035:tgm AND 150:%
**'''[https://catalog.folger.edu/collection/lctgm lctgm]''' (Folger Authority Records for subjects from the Thesaurus for Graphic Materials)<br>''Query'': 980:AUTHORITY AND 035:tgm* AND 150:%
**'''[https://catalog.folger.edu/collection/rbbin rbbin]''' (Folger Authority Records from RBMS Binding Terms)<br>''Query'': 980:AUTHORITY AND 035:rbbin
**'''[https://catalog.folger.edu/collection/rbbin rbbin]''' (Folger Authority Records from RBMS Binding Terms)<br>''Query'': 980:AUTHORITY AND 035:rbbin*
**'''[https://catalog.folger.edu/collection/rbgenr rbgenr]''' (Folger Authority Records from RBMS Genre Terms)<br>''Query'': 980:AUTHORITY AND 035:rbgenr
**'''[https://catalog.folger.edu/collection/rbgenr rbgenr]''' (Folger Authority Records from RBMS Genre Terms)<br>''Query'': 980:AUTHORITY AND 035:rbgenr*
**'''[https://catalog.folger.edu/collection/rbpap rbpap]''' (Folger Authority Records from RBMS Paper Terms)<br>''Query'': 980:AUTHORITY AND 035:rbpap
**'''[https://catalog.folger.edu/collection/rbpap rbpap]''' (Folger Authority Records from RBMS Paper Terms)<br>''Query'': 980:AUTHORITY AND 035:rbpap*
**'''[https://catalog.folger.edu/collection/rbpri rbpri]''' (Folger Authority Records from RBMS Printing & Publishing Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbpri
**'''[https://catalog.folger.edu/collection/rbpri rbpri]''' (Folger Authority Records from RBMS Printing & Publishing Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbpri*
**'''[https://catalog.folger.edu/collection/rbprov rbprov]''' (Folger Authority Records from RBMS Provenance Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbprov
**'''[https://catalog.folger.edu/collection/rbprov rbprov]''' (Folger Authority Records from RBMS Provenance Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbprov*
**'''[https://catalog.folger.edu/collection/rbpub rbpub]''' (Folger Authority Records from RBMS Printing & Publishing Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbpub
**'''[https://catalog.folger.edu/collection/rbpub rbpub]''' (Folger Authority Records from RBMS Printing & Publishing Evidence)<br>''Query'': 980:AUTHORITY AND 035:rbpub*
**'''[https://catalog.folger.edu/collection/rbtyp rbtyp]''' (Folger Authority Records from RBMS Type Evidence<br>''Query'': 980:AUTHORITY AND 035:rbtyp
**'''[https://catalog.folger.edu/collection/rbtyp rbtyp]''' (Folger Authority Records from RBMS Type Evidence<br>''Query'': 980:AUTHORITY AND 035:rbtyp*
**'''[https://catalog.folger.edu/collection/Authorities All authority records]''' (All Folger Authority records)<br>''Query'': 980:AUTHORITY
**'''[https://catalog.folger.edu/collection/Authorities All authority records]''' (All Folger Authority records)<br>''Query'': 980:AUTHORITY



Latest revision as of 13:13, 8 June 2023

search box plus "Narrow by collection" list with five top-level entries
Screenshot of the central portion of the landing page for the Folger catalog

The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and only within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying MARC 980 field by hand.

Collection tree

The list of categories and subcategories within a TIND ILS catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a Python Regular Expression that searches coded data in the MARC record. For a more user-friendly explanation of the contents of each collection than what's given here, follow the link for each collection's name.

Remember: Byte counts start at 0, not at 1, so even though the number in curly brackets looks like the byte reference from MARC 21, it's still just "number of times the previous character appears in the string."

  • Books & Serials consists of all records in the following subcategories:
    • Incunabula
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./)Explanation: All bibliographic records where byte 06 of the MARC Leader is a, c, or e (Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 07-10 of the MARC 008 are "1500" or bytes 07 and 08 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s). Manuscripts incorrectly coded as printed text will appear here if they date from the 1400s.
    • STC imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1[45]./ OR 008:/^.{7}16[0123]./ OR 008:/^.{7}1640./) AND (008:/^.{35}eng./ OR 008:/^.{17}k./ OR 008:/^.{15}ie./)Explanation: (to come)
    • Wing imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}164[1-9]./ OR 008:/^.{7}16[5-9]./ OR 008:/^.{7}1700./) AND (008:/^.{35}eng./ OR 008:/^.{17}[ku]./ OR 008:/^.{15}ie./)Explanation: (to come)
    • Pre-1831 imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1[4-7]./ OR 008:/^.{7}18[0-2]./ OR 008:/^.{7}1830./)
      Explanation: (to come)
    • Post-1830 imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}183[u1-9]./ OR 008:/^.{7}18[4-9]./ OR 008:/^.{7}19./ OR 008:/^.{7}2./)Explanation: (to come)
    • Serials
      Query: 000:/^.{6}a./ AND 000:/^.{7}[bs]./Explanation: (to come)
    • All imprints
      Query: 000:/^.{6}[ace]./Explanation: (to come)
  • Art & Objects consists of all records in the following subcategories:
    • Prints
      Query: 000:/^.{6}k./ AND 007:/^.{1}[fjkps]./Explanation: (to come)
    • Photos
      Query: 000:/^.{6}k./ AND 007:/^.{1}[ghv]./Explanation: (to come)
    • Drawings
      Query: 000:/^.{6}k./ AND 007:/^.{1}[dl]./Explanation: (to come)
    • Paintings
      Query: 000:/^.{6}k./ AND (007:/^.e./ OR 007:/^.d.c./)Explanation: All bibliographic records where LDR06 is k (Type of Record = Graphic material) AND where either of these things is true: byte 01 of 007/01 is e (that is, Specific material designation = Painting) OR 007/01 is d (Specific material designation = Drawing) followed by any other character then by c (Color = Multicolored) so that watercolors (which are technically "drawings" but often thought of as "paintings") also appear under Paintings.
    • All pictures
      Query: 000:/^.{6}k./Explanation: (to come)e
    • Objects
      Query: 000:/^.{6}r./Explanation: (to come)
  • Manuscripts consists of all records in the following subcategories:
    • Pre-1701 manuscripts
      Query: 000:/^.{6}[dft]./ AND (008:/^.{7}1700./ OR 008:/^.{7}1[0-6]./)Explanation: (to come)
    • Post-1700 manuscripts
      Query: 000:/^.{6}[dft]./ AND (008:/^.{7}170[1-9]./ OR 008:/^.{7}17[u1-9]./ OR 008:/^.{7}1[8-9]./ OR 008:/^.{7}2./)Explanation: (to come)
    • All manuscripts
      Query: 000:/^.{6}[dft]./Explanation: (to come)
  • Other formats consists of all records in the following subcategories:
  • Subscription databases
    Query: 980:"DB"
    Explanation: (to come)

Authorities

  • Authorities (all of the record collections listed below)
    • aat (Folger Authority Records from the Art & Architecture Thesaurus)
      Query: 980:Authority AND 008:/^.{11}[r]./
    • gmgpc (Folger Authority Records for genres/forms from the Thesaurus for Graphic Materials)
      Query: 980:AUTHORITY AND 035:tgm* AND 155:%
    • gsafd (Folger Authority Records for genres and forms from Guidelines on subject access to individual works of fiction, drama, etc.)
      Query: 980:AUTHORITY AND 035:GSAFD*
    • lcgft (Folger Authority Records from Library of Congress Genre/Form Terms)
      Query: 980:AUTHORITY AND 035:gf*
    • LCNAF (Folger Authority Records from Library of Congress Name Authority File)
      Query: 980:AUTHORITY AND 035:/^n./
    • LCSH (Folger Authority Records from Library of Congress Subject Headings)
      Query: 980:AUTHORITY AND 035:/^s./
    • lctgm (Folger Authority Records for subjects from the Thesaurus for Graphic Materials)
      Query: 980:AUTHORITY AND 035:tgm* AND 150:%
    • rbbin (Folger Authority Records from RBMS Binding Terms)
      Query: 980:AUTHORITY AND 035:rbbin*
    • rbgenr (Folger Authority Records from RBMS Genre Terms)
      Query: 980:AUTHORITY AND 035:rbgenr*
    • rbpap (Folger Authority Records from RBMS Paper Terms)
      Query: 980:AUTHORITY AND 035:rbpap*
    • rbpri (Folger Authority Records from RBMS Printing & Publishing Evidence)
      Query: 980:AUTHORITY AND 035:rbpri*
    • rbprov (Folger Authority Records from RBMS Provenance Evidence)
      Query: 980:AUTHORITY AND 035:rbprov*
    • rbpub (Folger Authority Records from RBMS Printing & Publishing Evidence)
      Query: 980:AUTHORITY AND 035:rbpub*
    • rbtyp (Folger Authority Records from RBMS Type Evidence
      Query: 980:AUTHORITY AND 035:rbtyp*
    • All authority records (All Folger Authority records)
      Query: 980:AUTHORITY