Add Text Query Command

Syntax

The add text query command uses the following format:

addTextQuery(<textQuery>)

There are no defaults for the addTextQuery command. Lucene escaping applies to this command. Characters that may need to be escaped include: +-&|!(){}[]^”~*?:\. Special characters only need to be escaped if their special meaning was not intended. Regular argument escaping must be applied after Lucene escaping.

Function

The add text query command adds the text query and then it clearAllPaging().

Example – Using the add text query command

The following add text query command adds a new text query for records with title containing african mammals, and it resets paging on the ContentType facet field and page number:

s.pn=3&s.ff=ContentType,or,2,15&s.cmd=addTextQuery(Title\:\(african+mammals\))

Example response

s.pn=3&s.ff=ContentType,or,2,15&s.cmd=addTextQuery(Title\:\(african+mammals\))
{
  "version":"2.0.0",
  "sessionId":"test-application-74703",
  "elapsedQueryTime":213,
  "queryTime":188,
  "totalRequestTime":352,
  "pageCount":108,
  "recordCount":1080,
  "query":{
    "queryString":"s.secure=f&s.q=Title%3A%28african+mammals%29&s.ff=ContentType%2Cor%2C1%2C15",
    "pageNumber":1,
    "pageSize":10,
    "textQueries":[
      {
        "textQuery":"Title:(african mammals)",
        "removeCommand":"removeTextQuery(Title\\:\\(african mammals\\))"
      }
    ],
    "searchTerms":[
      
    ],
    "textFilters":[
      
    ],
    "rangeFilters":[
      
    ],
    "facetValueFilters":[
      
    ],
    "inclusiveFacetValueFilters":[
      
    ],
    "facetValueGroupFilters":[
      
    ],
    "facetFields":[
      {
        "fieldName":"ContentType",
        "combineMode":"or",
        "pageNumber":1,
        "pageSize":15,
        "removeCommand":"removeFacetField(ContentType)"
      }
    ],
    "rangeFacetFields":[
      
    ],
    "sort":[
      
    ]
  },
  "facetFields":[
    {
      "fieldName":"ContentType_mfacet",
      "displayName":"ContentType",
      "combineMode":"or",
      "pageNumber":1,
      "pageSize":15,
      "hasLimitingValue":true,
      "hasAppliedValue":false,
      "removeCommand":"removeFacetField(ContentType)",
      "listValuesCommand":"listFacetValues(ContentType,or)",
      "removeValueFiltersCommand":"removeFacetValueFilter(ContentType)",
      "counts":[
        {
          "value":"Journal Article",
          "count":422,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Journal Article)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Journal Article:t)"
        },
        {
          "value":"Manuscript",
          "count":356,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Manuscript)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Manuscript:t)"
        },
        {
          "value":"Book Review",
          "count":103,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Book Review)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Book Review:t)"
        },
        {
          "value":"Newspaper Article",
          "count":74,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Newspaper Article)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Newspaper Article:t)"
        },
        {
          "value":"Book / eBook",
          "count":65,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Book / eBook)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Book / eBook:t)"
        },
        {
          "value":"Newsletter",
          "count":29,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Newsletter)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Newsletter:t)"
        },
        {
          "value":"Dissertation",
          "count":15,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Dissertation)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Dissertation:t)"
        },
        {
          "value":"Magazine Article",
          "count":11,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Magazine Article)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Magazine Article:t)"
        },
        {
          "value":"Book Chapter",
          "count":9,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Book Chapter)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Book Chapter:t)"
        },
        {
          "value":"Government Document",
          "count":7,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Government Document)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Government Document:t)"
        },
        {
          "value":"Conference Proceeding",
          "count":5,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Conference Proceeding)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Conference Proceeding:t)"
        },
        {
          "value":"Publication",
          "count":4,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Publication)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Publication:t)"
        },
        {
          "value":"Web Resource",
          "count":3,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Web Resource)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Web Resource:t)"
        },
        {
          "value":"Report",
          "count":2,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Report)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Report:t)"
        },
        {
          "value":"Technical Report",
          "count":2,
          "isApplied":false,
          "isNegated":false,
          "isFurtherLimiting":true,
          "applyCommand":"addFacetValueFilters(ContentType,Technical Report)",
          "applyNegatedCommand":"addFacetValueFilters(ContentType,Technical Report:t)"
        }
      ]
    }
  ],
  "rangeFacetFields":[
    
  ],
  "didYouMeanSuggestions":[
    
  ],
  "recommendationLists":{
    
  },
  "documents":[
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 000236603",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Ecology+of+African+mammals&rft.au=Delaney%2C+M.+J&rft.date=1979&rft.isbn=0582441765&rft.externalDBID=n%2Fa&rft.externalDocID=inu.39000003434318",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCz2UxMwMd68lsamyAOCHH1MIIdImWmSn0MB0Y3xx6uj_KDgakmsNNkIEFtJtAiIEpNU-Ygd0VfEZ0JZAVlQ9miTBoQMUU8tMUbDLsIPf25NnoZ9iBuLmJubnABALiijLIurmGOHvogiyMhw67xMOdbCTBoGCaYpGYZplqkWJpkWaSBOzjpCabm4LnGFOB7acUc0kGMeyaJRnUEO6PL83LzANd0xyfmVcab2wJbuEbg_aGGlpI4TJBmoHL0NLcEjJsIMPAmgZ0daosMHRSc_MBqul0Cw",
      "ExternalDocumentID":[
        "000236603"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "77005611"
      ],
      "DBID":[
        "C7D",
        "9PP",
        "1HA"
      ],
      "IngestDate":[
        "Mon Oct 23 17:03:52 EDT 2017",
        "Thu Oct 26 07:29:06 EDT 2017"
      ],
      "PublicationDate_xml":[
        {
          "year":"1979",
          "text":"1979. "
        }
      ],
      "PublicationSeriesTitle":[
        "Tropical ecology series",
        "Tropical ecology series."
      ],
      "Score":[
        "1.9032362"
      ],
      "PublicationPlace":[
        "New York",
        "London"
      ],
      "PublicationPlace_xml":[
        {
          "name":"London"
        },
        {
          "name":"New York"
        },
        {
          "name":"United Kingdom"
        },
        {
          "name":"England"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Longman"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0002366032"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "Longman"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Happold, D. C. D",
        "Delany, M. J"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1970"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Ecology -- Africa."
      ],
      "LCCallNum_Ident":[
        "QL731.A1D44 1979",
        "QL731.A1D44"
      ],
      "FullText_t_NoSnippeting":[
        "true"
      ],
      "LCCallNum":[
        "QL731.A1D44 1979"
      ],
      "SubjectTerms":[
        "Ecology",
        "Mammals"
      ],
      "Discipline":[
        "Ecology",
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Open Access Repository",
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Delany, M. J"
        },
        {
          "sequence":"2",
          "fullname":"Happold, D. C. D"
        }
      ],
      "ISBN":[
        "0582441765",
        "9780582441767"
      ],
      "PublicationYear":[
        "1979"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "Ecology of <h>African</h> <h>mammals</h>"
      ],
      "PageCount":[
        "viii, 434"
      ],
      "PublicationDate":[
        "1979.",
        "1979"
      ],
      "OCLC":[
        "02896060"
      ],
      "Notes":[
        "Includes index.",
        "1979"
      ],
      "DEWEY":[
        "599/.05/096"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0002366032"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780582441767/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780582441767/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780582441767/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwYwbtB7UwAt1sBZo_4zA3B582Cez4cIAmtYDtZQNOBilX8JHMlQr5aQqQ-3DyFHITc3OBIc7NIOvmGuLsoQta1RwPHcOIh5x0bmYAuiVEFyKP2JgQX5qXmQe6vTg-M6803tgSciQhaMukIeh8PfzmAQB1ljAc"
      ],
      "DatabaseName":[
        "Duke University Library Catalog",
        "HathiTrust (Public Domain & Copyright Works)"
      ],
      "peerDocuments":[
        {
          "hasFullText":false,
          "isFullTextHit":false,
          "isPrint":false,
          "inHoldings":false,
          "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Ecology+of+African+mammals&rft.au=Delaney%2C+M.+J&rft.date=1979&rft.isbn=0582441765&rft.externalDBID=n%2Fa&rft.externalDocID=inu.39000003434318",
          "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwjV1NSwMxEB2kXrwpVfyEPYmXYLLdfAyUgtgWL54UPS7JJqE9bHqxB_-9k7Sl9SBITgMhMAxk3szw3gBcEEb6YgfzV0aQtTQD3p7k9NO8UoT3peFOp_FPnoHCzNWkT1bwUVPYpqbOe7OU3Orn7Gz9i61wkCXmpzDIzIEzOAppCA-zogf9Xa1iNV5MNvt40vhxMclmb_ueAp_Nc_iYz96fX9h2LQGzNSVczmSgIkA1hqNXVNUJHqzmzmKH3HKVMcwIMxLzBp2LtSNMETtK7LWPQnjp-SVU0hsbMRiPJjaOip7QaVmGjoEAlddXcL_3pV2nZcrrmdtlWrf58aIrQ0eY6_9evIETgRo37YNbOI7kZbiDgQ_96gdxvXWX",
          "ExternalDocumentID":[
            "inu.39000003434318"
          ],
          "Source":[
            "Indiana University"
          ],
          "LCCN":[
            "77005611"
          ],
          "IngestDate":[
            "Mon Oct 23 17:03:52 EDT 2017"
          ],
          "DBID":[
            "9PP",
            "1HA"
          ],
          "PublicationDate_xml":[
            {
              "year":"1979",
              "text":"1979"
            }
          ],
          "Score":[
            "1.9032362"
          ],
          "PublicationPlace":[
            "England",
            "United Kingdom"
          ],
          "URI":[
            "http://catalog.hathitrust.org/Record/000697890"
          ],
          "PublicationPlace_xml":[
            {
              "name":"United Kingdom"
            },
            {
              "name":"England"
            }
          ],
          "ID":[
            "FETCH-LOGICAL-a20740-5e26064809d602710ea70ba9c90a060851390080d89bbf2b600fc6352df11d5d0"
          ],
          "Language":[
            "English"
          ],
          "Author":[
            "Delaney, M. J"
          ],
          "PublicationCentury":[
            "1900"
          ],
          "IsScholarly":[
            "false"
          ],
          "PublicationDecade":[
            "1970"
          ],
          "FullText_t_NoSnippeting":[
            "true"
          ],
          "ContentType":[
            "Book"
          ],
          "SourceType":[
            "Open Access Repository"
          ],
          "Author_xml":[
            {
              "sequence":"1",
              "fullname":"Delaney, M. J"
            }
          ],
          "ISBN":[
            "0582441765",
            "9780582441767"
          ],
          "PublicationYear":[
            "1979"
          ],
          "Title":[
            "Ecology of <h>African</h> <h>mammals</h>"
          ],
          "PublicationDate":[
            "1979"
          ],
          "OCLC":[
            "02896060"
          ],
          "MergedId":[
            "FETCHMERGED-LOGICAL-a20740-5e26064809d602710ea70ba9c90a060851390080d89bbf2b600fc6352df11d5d0"
          ],
          "IsPeerReviewed":[
            "false"
          ],
          "thumbnail_m":[
            "http://www.syndetics.com/index.aspx?isbn=9780582441767/mc.gif&client=summontrial&freeimage=true"
          ],
          "thumbnail_l":[
            "http://www.syndetics.com/index.aspx?isbn=9780582441767/lc.gif&client=summontrial&freeimage=true"
          ],
          "thumbnail_s":[
            "http://www.syndetics.com/index.aspx?isbn=9780582441767/sc.gif&client=summontrial&freeimage=true"
          ],
          "LinkModel":[
            "DirectLink"
          ],
          "BookMark":[
            "ePnHCXMwYwbtB7UwAt1sBZo_4zA3B582Cez4cIAmtYDtZQNOBilX8JHMlQr5aQqQ-3DyFHITc3OBIc7NEObmGuLsoQu9C0A30QhYyxnomqYCW95mJhYGlilmwK6UoUFqorlBUqJlsqVBItBMYMMB2HsHNn9SLCyTktKMkoAVeVoysDY1SkkzNEwxTQGWuboQgxE7GuJL8zLzQNcex2fmlcaD9IPPawFCQwsDABpoNIE"
          ],
          "DatabaseName":[
            "HathiTrust (Public Domain & Copyright Works)"
          ]
        }
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 006528469",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+Kingdon+field+guide+to+African+mammals&rft.au=Kingdon%2C+Jonathan&rft.date=2015-01-01&rft.pub=Princeton+University+Press&rft.isbn=0691164533&rft.externalDocID=006528469",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCakpgQWpmyQzsXhkbIE7IMQNmVjMTYJsFepgOnI9yuj-47HMTZGABbSAQYmBKzRNmYI_KBw9cizBYAGNEAXSFSEp-ngJ44ZhCemlmSqpCSb6CTYYd5MKePBv9DDsQNzcxNxeYMkBcUQZZN9cQZw9dkE3x0PGWeLhbjSQYFExTLBLTLFMtUiwt0kySgJ2b1GRzU_DkYiqw4ZRiLskghl2zFC4JaQYuYKVtChkGkGFgTQM6JlUW6NvU3HwAsPplXw",
      "ExternalDocumentID":[
        "006528469"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "IngestDate":[
        "Sat Oct 14 20:32:44 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"2015",
          "text":"2015."
        }
      ],
      "Score":[
        "1.9007287"
      ],
      "DatabaseTitleList":[
        ""
      ],
      "PublicationPlace":[
        "Princeton"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Princeton"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Princeton University Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0065284692"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "Princeton University Press"
      ],
      "AbstractList":[
        "The Kingdon Field Guide to African Mammals is the essential companion for anyone going on safari or interested in African mammals-no other field guide covers the whole continent in a portable format. Now fully revised and updated, it covers all known species of African land mammals and features more than 500 stunning color illustrations. Detailed species accounts describe key identification features, distribution, habitat, food, behavior, adaptations, and conservation status. Coverage of several of the more complex groups of small mammals is simplified by reference to genera, and there are introductory profiles of each mammal group and more than 500 maps. This new edition includes many newly recognized species, and classification has been fully updated. Written and illustrated by a world authority, The Kingdon Field Guide to African Mammals is a must-have guide for travelers and armchair naturalists alike. Covers more than 1,100 species Features more than 500 color illustrations Describes key identification features, distribution, habitat, food, behavior, adaptations, and status Includes many newly recognized species, and classification has been fully updated."
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Kingdon, Jonathan"
      ],
      "PublicationCentury":[
        "2000"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "2010"
      ],
      "Snippet":[
        "The Kingdon Field Guide to African Mammals is the essential companion for anyone going on safari or interested in African mammals-no other field guide covers..."
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Africa -- Identification."
      ],
      "LCCallNum_Ident":[
        "QL731.A1K56 2015"
      ],
      "LCCallNum":[
        "QL731.A1K56 2015"
      ],
      "SubjectTerms":[
        "Mammals"
      ],
      "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Edition":[
        "Second edition."
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Kingdon, Jonathan"
        }
      ],
      "ISBN":[
        "0691164533",
        "9780691164533"
      ],
      "Abstract":[
        "The Kingdon Field Guide to African Mammals is the essential companion for anyone going on safari or interested in African mammals-no other field guide covers the whole continent in a portable format. Now fully revised and updated, it covers all known species of African land mammals and features more than 500 stunning color illustrations. Detailed species accounts describe key identification features, distribution, habitat, food, behavior, adaptations, and conservation status. Coverage of several of the more complex groups of small mammals is simplified by reference to genera, and there are introductory profiles of each mammal group and more than 500 maps. This new edition includes many newly recognized species, and classification has been fully updated. Written and illustrated by a world authority, The Kingdon Field Guide to African Mammals is a must-have guide for travelers and armchair naturalists alike. Covers more than 1,100 species Features more than 500 color illustrations Describes key identification features, distribution, habitat, food, behavior, adaptations, and status Includes many newly recognized species, and classification has been fully updated."
      ],
      "PublicationYear":[
        "2015"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "The Kingdon field guide to <h>African</h> <h>mammals</h>"
      ],
      "DocumentTitleAlternate":[
        "Field guide to African mammals",
        "African mammals"
      ],
      "PageCount":[
        "640 pages"
      ],
      "PublicationDate":[
        "2015."
      ],
      "OCLC":[
        "894625393"
      ],
      "Notes":[
        "2015"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0065284692"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780691164533/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780691164533/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780691164533/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwYwb2fMyAOcjMxBR8j7uFpQmwiW1saczJoAX0uQLoqo6U_DwF8AIthfTSzJRUhZJ8BcitOHkKuYm5ucBw52aQdXMNcfbQBa1tjoeOZMSD6ktgcWoGmrfELw8AU8cliQ"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 003452073",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+Kingdon+pocket+guide+to+African+mammals&rft.au=Kingdon%2C+Jonathan&rft.series=Princeton+pocket+guides.&rft.date=2004-01-01&rft.pub=Princeton+University+Press&rft.isbn=9780691122397&rft.externalDocID=003452073",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCjlExNQImR2Zg98rYAHFCjhkwsxqBjvGCHqYD45ujnO4PLgPdBBlYQBsIhBiYUvNEGCyB8aAAujgkJT9PoQBY-KSWKKSXZqakKpTkK9hk2EHu6cmz0c-wA3FzE3NzgQkCxBVlkHVzDXH20AVZEA8dZomHO9FIgkHBNMUiMc0y1SLF0iLNJAnYp0lNNjcFzymmAttLKeaSDGLYNUvhkpBm4IIsGgH1_mUYWNOAjkmVBXoyNTcfABL2YpQ",
      "ExternalDocumentID":[
        "003452073"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "2004110593"
      ],
      "IngestDate":[
        "Mon Sep 25 21:35:53 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"2004",
          "text":"c2004. "
        }
      ],
      "PublicationSeriesTitle":[
        "Princeton pocket guides.",
        "Princeton pocket guides"
      ],
      "Score":[
        "1.8264698"
      ],
      "PublicationPlace":[
        "Princeton"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Princeton"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Princeton University Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0034520732"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "Princeton University Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Kingdon, Jonathan"
      ],
      "PublicationCentury":[
        "2000"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "2000"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Africa -- Identification."
      ],
      "LCCallNum":[
        "QL731.A1K562 2004"
      ],
      "SubjectTerms":[
        "Mammals"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Kingdon, Jonathan"
        }
      ],
      "ISBN":[
        "9780691122397",
        "0691122393"
      ],
      "PublicationYear":[
        "2004"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "The Kingdon pocket guide to <h>African</h> <h>mammals</h>"
      ],
      "DocumentTitleAlternate":[
        "Pocket guide to African mammals",
        "African mammals"
      ],
      "PageCount":[
        "272"
      ],
      "PublicationDate":[
        "c2004."
      ],
      "OCLC":[
        "58529066"
      ],
      "Notes":[
        "2004"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0034520732"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780691122397/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780691122397/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780691122397/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwY4YcamMGzETAmgc0RcUFighDUD1uzMbAAWyegk4YN-NkAK0pUADd3JGSn6dQAMz9qSUK6aWZKakKJfkKkFty8hRyE3NzgfHAzSDr5hri7KELWuscDx3ZAJ1raWJqBEykRoTkAexKKGg"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 002295038",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+Kingdon+field+guide+to+African+mammals&rft.au=Kingdon%2C+Jonathan&rft.series=AP+natural+world&rft.date=1997-01-01&rft.pub=Academic+Press&rft.isbn=0124083552&rft.externalDocID=002295038",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCqhpL0MklzMDulbEB0gk5oCO6gHWmEfQwHRgf9XR_cFnoJsjAAtpAIMTAlJonzMAelQ8euBZhsADGiALoCpGU_DwF8MIxhfTSzJRUhZJ8BZsMO8iFPXk2-hl2IG5uYm4uMGWAuKIMsm6uIc4euiCb4qHjLfFwtxpJMCiYplgkplmmWqRYWqSZJAE7N6nJ5qbgycVUYMMpxVySQQy7ZilcEtIMXJAjVEHDADIMrGlAx6TKAn2bmpsPAJCaZTk",
      "ExternalDocumentID":[
        "002295038"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "gb 97026972"
      ],
      "IngestDate":[
        "Tue Sep 19 21:33:20 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"1997",
          "text":"1997. "
        }
      ],
      "PublicationSeriesTitle":[
        "AP natural world",
        "AP natural world."
      ],
      "Score":[
        "1.7954547"
      ],
      "PublicationPlace":[
        "San Diego",
        "London"
      ],
      "PublicationPlace_xml":[
        {
          "name":"London"
        },
        {
          "name":"San Diego"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Academic Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0022950382"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "Academic Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Kingdon, Jonathan"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1990"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Africa -- Identification."
      ],
      "LCCallNum_Ident":[
        "QL731.A1K56 1997"
      ],
      "LCCallNum":[
        "QL731.A1K56 1997"
      ],
      "SubjectTerms":[
        "Mammals",
        "Identification"
      ],
      "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Kingdon, Jonathan"
        }
      ],
      "ISBN":[
        "0124083552",
        "9780124083554"
      ],
      "PublicationYear":[
        "1997"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "The Kingdon field guide to <h>African</h> <h>mammals</h>"
      ],
      "DocumentTitleAlternate":[
        "African mammals."
      ],
      "PageCount":[
        "xviii, 464"
      ],
      "PublicationDate":[
        "1997."
      ],
      "OCLC":[
        "36798186"
      ],
      "Notes":[
        "1997"
      ],
      "DEWEY":[
        "599.096"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0022950382"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780124083554/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780124083554/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780124083554/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwYwYdWwM6NwtYkQErTu70JAVLc2BD3xJ0jxKHMWjQ39DCjJNBCxgMCqB7O1Ly8xTAq7UU0kszU1IVSvIVIFfk5CnkJubmAiOBm0HWzTXE2UMXtNA5HjqsEQ-qfSxBh5kYEZIHAJ9gJ9w"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 000273000",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Evolution+of+African+mammals&rft.date=1978&rft.isbn=9780674270756&rft.externalDBID=n%2Fa&rft.externalDocID=mdp.39015001903841",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEertCzl0BkszA7pWxAeKEHDNg184cWO2ZQA_TgfHNoKf7o-xg4EEUkG6CDCyg3QRCDEypecIM7O7ge3QrRRi0XMugca6Qn6Zgk2EHua8nz0Y_ww7EzU3MzQUmDBBXlEHWzTXE2UMXZFE8dLglHu5UIwkGBdMUi8Q0y1SLFEuLNJMkYN8mNdncFDy3mApsN6WYSzKIYdcsyaCGcHd8aV5mHuh65vjclIJ4yCgFaA-4sYWJoRQuE6QZuAzBx-eChgtkGFjTgK5OlQWGSmpuPgA0MnHV",
      "ExternalDocumentID":[
        "000273000"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "77019318"
      ],
      "DBID":[
        "C7D",
        "9PP",
        "1HA"
      ],
      "IngestDate":[
        "Fri Sep 29 17:20:37 EDT 2017",
        "Thu Oct 26 07:27:53 EDT 2017"
      ],
      "PublicationDate_xml":[
        {
          "year":"1978",
          "text":"1978. "
        }
      ],
      "Score":[
        "1.7858145"
      ],
      "PublicationPlace":[
        "Cambridge, Mass"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Cambridge, Mass"
        },
        {
          "name":"United States"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Harvard University Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0002730002"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "Harvard University Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Cooke, H. B. S. (Herbert Basil Sutton)",
        "Maglio, Vincent J"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1970"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Paleontology -- Africa.",
        "Mammals, Fossil.",
        "Mammals -- Evolution."
      ],
      "LCCallNum_Ident":[
        "QE881.E84",
        "QE881.E84 1978"
      ],
      "FullText_t_NoSnippeting":[
        "true"
      ],
      "LCCallNum":[
        "QE881.E84 1978"
      ],
      "SubjectTerms":[
        "Mammals, Fossil",
        "Paleontology",
        "Mammals",
        "Evolution"
      ],
      "Discipline":[
        "Geology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Open Access Repository",
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Maglio, Vincent J"
        },
        {
          "sequence":"2",
          "fullname":"Cooke, H. B. S. (Herbert Basil Sutton)"
        }
      ],
      "ISBN":[
        "9780674270756",
        "0674270754"
      ],
      "PublicationYear":[
        "1978"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "Evolution of <h>African</h> <h>mammals</h>"
      ],
      "PageCount":[
        "ix, 641"
      ],
      "PublicationDate":[
        "1978.",
        "1978"
      ],
      "OCLC":[
        "03558825"
      ],
      "Notes":[
        "1978"
      ],
      "DEWEY":[
        "569/.096"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0002730002"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780674270756/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780674270756/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780674270756/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwY4YcamMG7HKZG4CPFucwBx35DR5q4zAAneYN7JRwMsi4lkHDViE_TQFyKU6eQm5ibi4w2LkZZN1cQ5w9dEFLm-OhAxnxkMNXDMBDILoQecTuhPjSvMw80BXG8cCefDykJw_aJ21sYQK6bRK_eQCCMjG3"
      ],
      "DatabaseName":[
        "Duke University Library Catalog",
        "HathiTrust (Public Domain & Copyright Works)"
      ],
      "peerDocuments":[
        {
          "hasFullText":false,
          "isFullTextHit":false,
          "isPrint":false,
          "inHoldings":false,
          "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Evolution+of+African+mammals&rft.date=1978&rft.isbn=9780674270756&rft.externalDBID=n%2Fa&rft.externalDocID=mdp.39015001903841",
          "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwjV09S8RAEB3kbMRGUfHjhFQWwmKyH9ldOA5E77CxUrQM-8lZJGeh_n5ncjmihWA5sM0wMDvzhvcewAnOSB_sx_2V4cjagwFPt-r-1TxihcfVcKvT-CfPoLQkCYNNtioFmTRhe5Vc408nB_2cbVz_Yivsj81weQATYg4cwk7qjuB68TVUtVjnYraabxx5utnNak5h69oWS0_hMbwsF893D2wwJmCOzo6W2aA0Dz6l7JXRzgknPQFqVeJEYqqzLWvvhI0yBGWCCbUPPEcuRI7eC1meQqGicdkmE63J0uPak4JW_dkx4UgV9Rlcjdk0n91bRwbNTRvfmw1OQSxwYWR1_t-HF7BX9YK6BCBMYTdjlukSJjG1628CWnhE",
          "ExternalDocumentID":[
            "mdp.39015001903841"
          ],
          "Source":[
            "University of Michigan"
          ],
          "LCCN":[
            "77019318"
          ],
          "IngestDate":[
            "Fri Sep 29 17:20:37 EDT 2017"
          ],
          "DBID":[
            "9PP",
            "1HA"
          ],
          "PublicationDate_xml":[
            {
              "year":"1978",
              "text":"1978"
            }
          ],
          "Score":[
            "1.7858145"
          ],
          "PublicationPlace":[
            "United States"
          ],
          "URI":[
            "http://catalog.hathitrust.org/Record/000090131"
          ],
          "PublicationPlace_xml":[
            {
              "name":"United States"
            }
          ],
          "ID":[
            "FETCH-LOGICAL-a29019-9c572cbeefb587aa3a4b09591e283356f906ba39d4cc58c8c6bc2fd233fdbb340"
          ],
          "Language":[
            "English"
          ],
          "PublicationCentury":[
            "1900"
          ],
          "IsScholarly":[
            "false"
          ],
          "PublicationDecade":[
            "1970"
          ],
          "FullText_t_NoSnippeting":[
            "true"
          ],
          "ContentType":[
            "Book"
          ],
          "SourceType":[
            "Open Access Repository"
          ],
          "ISBN":[
            "9780674270756",
            "0674270754"
          ],
          "PublicationYear":[
            "1978"
          ],
          "Title":[
            "Evolution of <h>African</h> <h>mammals</h>"
          ],
          "PublicationDate":[
            "1978"
          ],
          "OCLC":[
            "03558825"
          ],
          "MergedId":[
            "FETCHMERGED-LOGICAL-a29019-9c572cbeefb587aa3a4b09591e283356f906ba39d4cc58c8c6bc2fd233fdbb340"
          ],
          "IsPeerReviewed":[
            "false"
          ],
          "thumbnail_m":[
            "http://www.syndetics.com/index.aspx?isbn=9780674270756/mc.gif&client=summontrial&freeimage=true"
          ],
          "thumbnail_l":[
            "http://www.syndetics.com/index.aspx?isbn=9780674270756/lc.gif&client=summontrial&freeimage=true"
          ],
          "thumbnail_s":[
            "http://www.syndetics.com/index.aspx?isbn=9780674270756/sc.gif&client=summontrial&freeimage=true"
          ],
          "LinkModel":[
            "DirectLink"
          ],
          "BookMark":[
            "ePnHCXMwRZ07DsIwEEQj0QRxBQpfwJJjJ_7UKIgDIFrLu7YlChsaOD_eOBIX2GK6mdW8OXSojW6Wy4gNLT4aQn5vUdsoiObdTMlxOK_fXVv2yqyP4lRWQilN9tPwuK73y43vgwA80LvPcYeLkQgpZVisCUGFGSjImpKk8pDOTmgIysUZcbFoUQPKHKVSOQIoSjh4P_yvNfhPfVbaPvYlvn2PAKhgrew8iR_7OjgE"
          ],
          "DatabaseName":[
            "HathiTrust (Public Domain & Copyright Works)"
          ]
        }
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 004039574",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+Smithsonian+Institution+African+Mammal+Project+%281961-1972%29&rft.au=Schmidt%2C+David+F&rft.au=Ludwig%2C+Craig+A&rft.au=Carleton%2C+Michael+D&rft.series=Smithsonian+contributions+to+zoology&rft.date=2008-01-01&rft.pub=Smithsonian+Institution+Scholarly+Press&rft.volume=no.+628&rft.externalDocID=004039574",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruC0hpoRsmEGdi9MjaAnJCDcoA_uPhzE2RgAe0REGJgSs0TZmCPygePTYsw-AADXQE8VgFsxQLDXQE2FQ90noJNhh3kUp48G_0MOxDXNzE3NzEHzAuADIgoaACTqqEu6JIuTVEGWTfXEGcPXZDt8dBhlni4E40kGBRMUywS0yxTLVIsLdJMkoB9mtRkc1PwnGIqsL2UYi7JIIZdsxQuCWkGLshSBVDvX4aBNQ2YOlNlgSGQmpsPAKVKZl4",
      "ExternalDocumentID":[
        "004039574"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "2008005666"
      ],
      "IngestDate":[
        "Fri Sep 29 20:33:33 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"2008",
          "text":"2008. "
        }
      ],
      "PublicationSeriesTitle":[
        "Smithsonian contributions to zoology"
      ],
      "Score":[
        "1.7838851"
      ],
      "CorporateAuthor_xml":[
        {
          "name":"African Mammal Project (Smithsonian Institution)"
        }
      ],
      "PublicationPlace":[
        "Washington, D.C"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Washington, D.C"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Smithsonian Institution Scholarly Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0040395742"
      ],
      "GeographicLocations":[
        "Africa",
        "Washington (D.C.)"
      ],
      "Publisher":[
        "Smithsonian Institution Scholarly Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Ludwig, Craig A",
        "Schmidt, David F",
        "Carleton, Michael D"
      ],
      "PublicationCentury":[
        "2000"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "2000"
      ],
      "Library":[
        "Perkins Public Documents/Maps"
      ],
      "CorporateAuthor":[
        "African Mammal Project (Smithsonian Institution)"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Catalogs and collections -- Washington (D.C.)",
        "National Museum of Natural History (U.S.) -- Catalogs.",
        "Africa -- Gazetteers.",
        "African Mammal Project (Smithsonian Institution)",
        "Mammals -- Africa -- Geographical distribution.",
        "Mammal surveys -- Africa.",
        "Mammals -- Collection and preservation -- Africa."
      ],
      "LCCallNum_Ident":[
        "QL731.A1A37 2008",
        "QL1.S54 no. 628",
        "QL1.S58 no. 628",
        "QL731.A1S555 2008"
      ],
      "LCCallNum":[
        "SI 1.27:628"
      ],
      "SubjectTerms":[
        "Mammal surveys",
        "Geographical distribution",
        "Collection and preservation",
        "Mammals"
      ],
      "RelatedCompanies":[
        "National Museum of Natural History (U.S.)",
        "African Mammal Project (Smithsonian Institution)"
      ],
      "Volume":[
        "no. 628",
        "no. 628."
      ],
      "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Schmidt, David F"
        },
        {
          "sequence":"2",
          "fullname":"Ludwig, Craig A"
        },
        {
          "sequence":"3",
          "fullname":"Carleton, Michael D"
        }
      ],
      "PublicationYear":[
        "2008"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        },
        {
          "name":"Washington (D.C.)"
        }
      ],
      "Title":[
        "The Smithsonian Institution <h>African</h> <h>Mammal</h> Project (1961-1972)"
      ],
      "DocumentTitleAlternate":[
        "Annotated gazetteer of collecting localities and summary of its taxonomic and geographic scope"
      ],
      "PageCount":[
        "320"
      ],
      "PublicationDate":[
        "2008."
      ],
      "Subtitle":[
        "an annotated gazetteer of collecting localities and summary of its taxonomic and geographic scope"
      ],
      "Notes":[
        "2008",
        "Shipping list no.: 2008-0466-P."
      ],
      "DEWEY":[
        "599.096/074753"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0040395742"
      ],
      "RelatedCompanies_xml":[
        {
          "name":"African Mammal Project (Smithsonian Institution)"
        },
        {
          "name":"National Museum of Natural History (U.S.)"
        }
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwAxaDRuBmCLCdYMbJYAf0rQJ4kADYfAR6WAE2Bw60VQFyFU6egm9ibm5ijkIAZOxBQQOYKgx1QfdhaXIzyLq5hjh76ILWOMdDRzTiQSkPNL8Eul8dvzwAmSgpeA"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":true,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=African+mammals%2C+foodwebs%2C+and+coexistence&rft.jtitle=Proceedings+of+the+National+Academy+of+Sciences+of+the+United+States&rft.au=Tilman%2C+David&rft.au=Borer%2C+Elizabeth+T&rft.date=2015-06-30&rft.pub=National+Academy+of+Sciences&rft.issn=0027-8424&rft.eissn=1091-6490&rft.volume=112&rft.issue=26&rft.spage=7890&rft_id=info:doi/10.1073%2Fpnas.1509325112&rft.externalDBID=BKMMT&rft.externalDocID=434134944",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwdV1La8MwDBalp122da92D8hxg2ahiZ3YUAplW9llu2xjx5DUdntJUpoO9vMn2UkJhUEuxnGCbFn6_NAngEvESDu_c_7qI2S1mwEfc_78Ld5whHvQ5qKje5SbMqvtqT1dz0ZbGyAICMI4oCBNslEUL4RWNpLMRmi9zzu0usIFmYRoa1nIWvKeJArsRxHuIEAhUEGsvzHCI8bY3vr26Z0DPGnN6eIEftvonFX1SImsCI-hGtB-wVY7d1Ntg019ULmncUQFQ03DpysgFhsRacE8Ie5Tm2KxK-gpHDdY1Js75RlAT5dnMGhme-3dN5TUD-cgpuuZyyhUToP1zMNikRUFqi4Vx56pKoX2uB57Wam8ZUX8mhaMX8DX4uXz6dVvci74K_Rm3M8Zz2OpcKJnQnJmlsxMlGGS_L7RiGV4hIhQ61gmJpswZTjPI0GelocqQTQ4BI8rkRmphZLCsBwXdHqZcHugqhEsqmQEV9T_KU0hEjll5ErxH2wEQ-qqdOOYNnB5EqZhnFL3YCM3TPvKdjiv_290A0cIcLi733cL_d32R99BX-mi-gMge7_m",
      "ExternalDocumentID":[
        "434134944",
        "26080444",
        "112_26_7890"
      ],
      "Issue":[
        "26"
      ],
      "DBID":[
        "CUY",
        "EIF",
        "NPM",
        "CGR",
        "CVF",
        "ECM",
        "BKMMT"
      ],
      "IngestDate":[
        "Thu Aug 31 19:41:28 EDT 2017",
        "Fri Oct 20 14:24:33 EDT 2017",
        "Sat Aug 27 12:31:19 EDT 2016"
      ],
      "PublicationDate_xml":[
        {
          "month":"06",
          "year":"2015",
          "text":"2015-06-30",
          "day":"30"
        }
      ],
      "PublicationTitleAlternate":[
        "Proc Natl Acad Sci U S A"
      ],
      "Score":[
        "1.7619126"
      ],
      "URI":[
        "http://www.pnas.org/content/112/26/7890.extract",
        "http://www.ncbi.nlm.nih.gov/pubmed/26080444"
      ],
      "PublicationPlace":[
        "United States"
      ],
      "PublicationPlace_xml":[
        {
          "name":"United States"
        }
      ],
      "Publisher_xml":[
        {
          "name":"National Acad Sciences"
        },
        {
          "name":"National Academy of Sciences"
        }
      ],
      "ID":[
        "FETCH-LOGICAL-g1305-b45b69d183a8954fc4f1df494061fe93753231ee697fa14df55b38ceed52d7193"
      ],
      "DOI":[
        "10.1073/pnas.1509325112"
      ],
      "Publisher":[
        "National Acad Sciences",
        "National Academy of Sciences"
      ],
      "Language":[
        "English"
      ],
      "EISSN":[
        "1091-6490"
      ],
      "Author":[
        "Elizabeth T. Borer",
        "David Tilman"
      ],
      "ISSN":[
        "0027-8424"
      ],
      "PublicationCentury":[
        "2000"
      ],
      "IsScholarly":[
        "true"
      ],
      "PublicationDecade":[
        "2010"
      ],
      "References_xml":[
        
      ],
      "PublicationTitle":[
        "Proceedings of the National Academy of Sciences"
      ],
      "ProviderPackageCode":[
        "RNA",
        "PNE",
        "BKMMT",
        "ASUFR"
      ],
      "SubjectTerms":[
        "Animals, Wild - genetics",
        "Environment",
        "Observations",
        "Food chains (Ecology)",
        "Foraging",
        "Research"
      ],
      "Volume":[
        "112"
      ],
      "Discipline":[
        "Sciences (General)"
      ],
      "ContentType":[
        "Journal Article"
      ],
      "References":[
        "26034267 - Proc Natl Acad Sci U S A. 2015 Jun 30;112(26):8019-24",
        "19661430 - Science. 2009 Aug 7;325(5941):747-50",
        "22171763 - Mol Ecol. 2012 Apr;21(8):1931-50",
        "21828992 - Am Nat. 2011 Sep;178(3):355-71",
        "929457 - Theor Popul Biol. 1977 Oct;12(2):197-29"
      ],
      "SourceType":[
        "Aggregation Database",
        "Index Database",
        "Publisher"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"David Tilman"
        },
        {
          "sequence":"2",
          "fullname":"Elizabeth T. Borer"
        }
      ],
      "PublicationYear":[
        "2015"
      ],
      "StartPage":[
        "7890"
      ],
      "SSID":[
        "ssj0009580"
      ],
      "Title":[
        "<h>African</h> <h>mammals</h>, foodwebs, and coexistence"
      ],
      "PublicationDate":[
        "2015-06-30",
        "2015-Jun-30",
        "20150630"
      ],
      "Genre":[
        "Comment",
        "Journal Article"
      ],
      "DatabaseTitle":[
        "MEDLINE",
        "MEDLINE with Full Text",
        "Medline Complete",
        "PubMed",
        "MEDLINE (Ovid)"
      ],
      "MergedId":[
        "FETCHMERGED-LOGICAL-g1305-b45b69d183a8954fc4f1df494061fe93753231ee697fa14df55b38ceed52d7193"
      ],
      "PMID":[
        "26080444"
      ],
      "IsPeerReviewed":[
        "true"
      ],
      "Audience":[
        "Academic"
      ],
      "thumbnail_s":[
        "http://demo.summon.serialssolutions.com/2.0.0/image/custom?url=http%3A%2F%2Fwww.pnas.org%2Fcontent%2F112%2F26.cover.gif"
      ],
      "thumbnail_m":[
        "http://demo.summon.serialssolutions.com/2.0.0/image/custom?url=http%3A%2F%2Fwww.pnas.org%2Fcontent%2F112%2F26.cover.gif"
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwRV3LDsIgEGyMifUntGcjasvSwtlo_AA9E1qKpz6i_n-cbau9kbAhgSUzQxaGaLLPKeSxb937AMEBicC0vuC6o0lFTua0HC5eAB8po3j2yNWnVRRDYWt2MVtHu_GvnDZpXNMgG_skdJ0HvKCFc3ZSdWwXOWnLx_VyP9_E9IWAeAKclShJlbnx2LdOG0WhopD6QIZpLNSgZiUhcOo6N0VwKfmgVCk1E4fKfDGUozfjuIzXlpP-ebnKEoM_hqE5YOQv248mEfY3CwRspwAsx78b64EQy89Q5Rf_1lHH"
      ],
      "DatabaseName":[
        "General OneFile (A&I only)"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 000854115",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+behavior+guide+to+African+mammals&rft.au=Estes%2C+Richard&rft.date=1991-01-01&rft.pub=University+of+California+Press&rft.isbn=9780520080850&rft.externalDocID=000854115",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCmwYmhqDd5MymxgaIE3JApwaZWhiD7w8EcyyACi2gJ-vAJM2Q-CB5A5Sj_8EFqZsgAwtod4EQA1NqnjADe1Q-eFRbhMEYGF0KsC3zCumlmSmpCiX5CjYZdpCLfPJs9DPsQNzcxNxcYIoBcUUZZN1cQ5w9dEGWxEPHYeLhfjCSYFAwTbFITLNMtUixtEgzSQJ2elKTzU3Bk46pwAZVirkkgxh2zVK4JKQZuCDLmEBIhoE1DeiYVFmgR1Nz8wEcx2hI",
      "ExternalDocumentID":[
        "000854115"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "89004877"
      ],
      "IngestDate":[
        "Tue Sep 12 22:31:07 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"1991",
          "text":"c1991. "
        }
      ],
      "Score":[
        "1.728142"
      ],
      "PublicationPlace":[
        "Berkeley"
      ],
      "URI":[
        "http://www.loc.gov/catdir/bios/ucal051/89004877.html",
        "http://www.loc.gov/catdir/description/ucal041/89004877.html"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Berkeley"
        }
      ],
      "Publisher_xml":[
        {
          "name":"University of California Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0008541152"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "University of California Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Estes, Richard"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1990"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Behavior -- Africa.",
        "Africa",
        "Mammals -- Behaviour"
      ],
      "LCCallNum_Ident":[
        "QL731.A1E84 1991"
      ],
      "LCCallNum":[
        "599.051096E79, B419, 1990"
      ],
      "SubjectTerms":[
        "Africa",
        "Behavior",
        "Mammals",
        "Behaviour"
      ],
      "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Estes, Richard"
        }
      ],
      "ISBN":[
        "9780520080850",
        "0520080858",
        "0520058313",
        "9780520058316"
      ],
      "PublicationYear":[
        "1991"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "The behavior guide to <h>African</h> <h>mammals</h>"
      ],
      "PageCount":[
        "xxii, 611"
      ],
      "PublicationDate":[
        "c1991."
      ],
      "OCLC":[
        "19554262"
      ],
      "Subtitle":[
        "including hoofed mammals, carnivores, primates"
      ],
      "Notes":[
        "1991",
        "\"A Wake Forest studium book\"--Verso of t.p."
      ],
      "DEWEY":[
        "599/.051/096"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0008541152"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780520080850/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780520080850/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780520080850/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwY4YcagM6zccCdBwaKwOHhSUonYAuQeQwtARWX0ZmRpwMqsBgUIBtRVdIL81MSVUoyVeA3I6Tp5CbmJsLDH9uBlk31xBnD13QGud46IhGPLihYAJsyxgRkgcAraol3w"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 000853149",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=The+Biology+of+large+African+mammals+in+their+environment&rft.au=Jewell%2C+Peter+Arundel&rft.au=Maloiy%2C+G.+M.+O&rft.series=Symposia+of+the+Zoological+Society+of+London&rft.date=1989-01-01&rft.pub=The+Zoological+Society+of+London+by+Clarendon+Press&rft.isbn=0198540094&rft.volume=no.+61&rft.externalDocID=000853149",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCmwbGwNY8M7B7ZWyAfEKOBbDNYQA9488CzjdAOd0fXGa6CTKwgDYQCDEwpeYJM7BH5YMHrkUY3IExogC5-rFSIT9NIQe0BlvBJsMOclVPno1-hh2Im5uYmwtME2BuZp4CeCRfAWk_miiDrJtriLOHLsjieOjwSzzc6UYSDAqmKRaJaZapFimWFmkmScC-TmqyuSl4rjEV2I5KMZdkEMOuWQqXhDQDF2TZE2hUQIaBNQ3owlRZoOdTc_MB1u9rPg",
      "ExternalDocumentID":[
        "000853149"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "89003333"
      ],
      "IngestDate":[
        "Tue Sep 12 22:31:52 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"1989",
          "text":"1989. "
        }
      ],
      "PublicationSeriesTitle":[
        "Symposia of the Zoological Society of London"
      ],
      "Score":[
        "1.726793"
      ],
      "CorporateAuthor_xml":[
        {
          "name":"Zoological Society of London"
        }
      ],
      "PublicationPlace":[
        "Oxford"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Oxford"
        }
      ],
      "Publisher_xml":[
        {
          "name":"The Zoological Society of London by Clarendon Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0008531492"
      ],
      "GeographicLocations":[
        "Africa"
      ],
      "Publisher":[
        "The Zoological Society of London by Clarendon Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Maloiy, G. M. O",
        "Jewell, Peter Arundel"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1980"
      ],
      "Library":[
        "Perkins/Bostock Library"
      ],
      "CorporateAuthor":[
        "Zoological Society of London"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Africa -- Congresses."
      ],
      "LCCallNum_Ident":[
        "QL1.Z733 no.61",
        "QL1QL731.A1.Z733 no. 61"
      ],
      "LCCallNum":[
        "QL1.Z733 no.61"
      ],
      "SubjectTerms":[
        "Mammals"
      ],
      "RelatedCompanies":[
        "Zoological Society of London"
      ],
      "Volume":[
        "no. 61",
        "no. 61."
      ],
      "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Jewell, Peter Arundel"
        },
        {
          "sequence":"2",
          "fullname":"Maloiy, G. M. O"
        }
      ],
      "ISBN":[
        "0198540094",
        "9780198540090"
      ],
      "PublicationYear":[
        "1989"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa"
        }
      ],
      "Title":[
        "The Biology of large <h>African</h> <h>mammals</h> in their environment"
      ],
      "PageCount":[
        "xxii, 304 p., plates"
      ],
      "PublicationDate":[
        "1989."
      ],
      "OCLC":[
        "19520651"
      ],
      "Subtitle":[
        "proceedings of a symposium held at the Zoological Society of London on 19th and 20th May, 1988"
      ],
      "Notes":[
        "1989"
      ],
      "DEWEY":[
        "591 s",
        "599.096"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0008531492"
      ],
      "RelatedCompanies_xml":[
        {
          "name":"Zoological Society of London"
        }
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "thumbnail_m":[
        "http://www.syndetics.com/index.aspx?isbn=9780198540090/mc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_l":[
        "http://www.syndetics.com/index.aspx?isbn=9780198540090/lc.gif&client=summontrial&freeimage=true"
      ],
      "thumbnail_s":[
        "http://www.syndetics.com/index.aspx?isbn=9780198540090/sc.gif&client=summontrial&freeimage=true"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwYwYfW2MBbAiAOw4cFqChMmPQle4chpamRsAaz5CTwRIYBgqQyxYrFfLTFHJAq54VIDfj5CnkJubmAsNeITNPATxaroC054ubQdbNNcTZQxe06DkeOsQRD245GAMb-0aE5AH6VyzJ"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    },
    {
      "hasFullText":false,
      "isFullTextHit":false,
      "isPrint":false,
      "inHoldings":true,
      "availabilityId":"C7D 002334771",
      "openUrl":"ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=A+guide+to+West+African+mammals&rft.au=Webb%2C+G.+C&rft.date=1957-01-01&rft.pub=Ibadan+University+Press&rft.externalDocID=002334771",
      "link":"http://demo.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwY2AQA7aRSnSR5l91gU1W8GBAsKOpS7iFLzCGmRhg9zbCjhtGX8sMEQdNk7qEeruCqhZjE3PQZnFmU2MDyAk5KAf4Q4pON0EGFtAmASEGptQ8YQb2qHzw4LQIg66jQnppZkqqQkm-AujOFgWbDDvITTx5NvoZdiBubmJuLjDKQVxRBlk31xBnD12Q-fHQgZR4uCOMJBgUTFMsEtMsUy1SLC3STJKAvZbUZHNT8KxhKrBFlGIuySCGXbMULglpBi5DS1NzSP9ehoE1DeiYVFmgH1Nz8wGsoVxa",
      "ExternalDocumentID":[
        "002334771"
      ],
      "Source":[
        "Ex Libris ALEPH 500"
      ],
      "LCCN":[
        "60038776"
      ],
      "IngestDate":[
        "Tue Sep 19 21:31:26 EDT 2017"
      ],
      "DBID":[
        "C7D"
      ],
      "PublicationDate_xml":[
        {
          "year":"1957",
          "text":"1957. "
        }
      ],
      "Score":[
        "1.7239828"
      ],
      "PublicationPlace":[
        "Ibadan, Nigeria"
      ],
      "PublicationPlace_xml":[
        {
          "name":"Ibadan, Nigeria"
        }
      ],
      "Publisher_xml":[
        {
          "name":"Ibadan University Press"
        }
      ],
      "ID":[
        "FETCH-duke_catalog_0023347712"
      ],
      "GeographicLocations":[
        "Africa, West"
      ],
      "Publisher":[
        "Ibadan University Press"
      ],
      "Language":[
        "English"
      ],
      "Author":[
        "Webb, G. C"
      ],
      "PublicationCentury":[
        "1900"
      ],
      "IsScholarly":[
        "false"
      ],
      "PublicationDecade":[
        "1950"
      ],
      "Library":[
        "Library Service Center"
      ],
      "SubjectTermsDisplay":[
        "Mammals -- Africa, West."
      ],
      "LCCallNum_Ident":[
        "QL731.A35W4 1957"
      ],
      "LCCallNum":[
        "534"
      ],
      "SubjectTerms":[
        "Mammals"
      ],
     "Discipline":[
        "Zoology"
      ],
      "ContentType":[
        "Book"
      ],
      "SourceType":[
        "Library Catalog"
      ],
      "Author_xml":[
        {
          "sequence":"1",
          "fullname":"Webb, G. C"
        }
      ],
      "PublicationYear":[
        "1957"
      ],
      "GeographicLocations_xml":[
        {
          "name":"Africa, West"
        }
      ],
      "Title":[
        "A guide to West <h>African</h> <h>mammals</h>"
      ],
      "PageCount":[
        "40"
      ],
      "PublicationDate":[
        "1957."
      ],
      "OCLC":[
        "01592256"
      ],
      "Notes":[
        "1957"
      ],
      "DEWEY":[
        "599.0966"
      ],
      "MergedId":[
        "FETCHMERGED-duke_catalog_0023347712"
      ],
      "IsPeerReviewed":[
        "false"
      ],
      "Database_xml":[
        {
          "sequence":"1",
          "dbid":"C7D",
          "name":"Duke University Library Catalog",
          "url":"https://go.openathens.net/redirector/ps.openathens.net?url=http%3A%2F%2Ffind.library.duke.edu%2F%3Ftype%3Dbooks",
          "sourceTypes":[
            "Library Catalog"
          ]
        }
      ],
      "LinkModel":[
        "DirectLink"
      ],
      "BookMark":[
        "ePnHCXMwY2XgMANNN5mD7nXjAFY2lsAUY8bJIO-okF6amZKqUJKvALo0RQFyD06eQm5ibi4wpLkZZN1cQ5w9dEGrmeOhYxfxoCrF2MTcHHRhJH55ADCBIJQ"
      ],
      "DatabaseName":[
        "Duke University Library Catalog"
      ]
    }
  ],
  "availabilityPath":"/2.0.0/availability/SA5DW8MQ9X?s.id=C7D+000236603&s.id=C7D+006528469&s.id=C7D+003452073&s.id=C7D+002295038&s.id=C7D+000273000&s.id=C7D+004039574&s.id=C7D+000854115&s.id=C7D+000853149&s.id=C7D+002334771",
  "rollups":{
    "image":{
      
    },
    "reference":{
      
    },
    "newspaper":{
      
    }
  }
}