Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "unit": "YCBA",
  "cmsType": "obj",
  "cmsId": "1726",
  "metadata": [
    {
      "label": "logo",
      "value": "https://static.britishart.yale.edu/images/ycba_logo.jpg"
    },
    {
      "label": "label",
      "value": "Robert Dighton, 1752–1814, British, The Produce of Industry, undated"
    },
    {
      "label": "license",
      "value": "https://creativecommons.org/publicdomain/zero/1.0"
    },
    {
      "label": "Rights Description",
      "value": "Data are in public domain, but separate rights restrictions may apply to individual images."
    },
    {
      "label": "Attribution",
      "value": "Yale Center for British Art, Paul Mellon Collection, public domain"
    },
    {
      "label": "licenseDescription",
      "value": "http://hdl.handle.net/10079/w6m90dq"
    },
    {
      "label": "Description",
      "value": "Twelve Twelve Illustrations to Contemporary Life and Diversions, Sheet: 6 5/8 × 10 7/8 inches (16.8 × 27.6 cm)"
    },
    {
      "label": "Creator",
      "value": "Robert Dighton, 1752–1814, British"
    },
    {
      "label": "Title",
      "value": "The Produce of Industry"
    },
    {
      "label": "Physical Description",
      "value": "Sheet: 6 5/8 × 10 7/8 inches (16.8 × 27.6 cm)"
    },
    {
      "label": "Credit Line",
      "value": "Yale Center for British Art, Paul Mellon Collection"
    },
    {
      "label": "Institution",
      "value": "Yale Center for British Art"
    },
    {
      "label": "Collection",
      "value": "Prints and Drawings"
    },
    {
      "label": "Call Number",
      "value": "B1986.29.81"
    },
    {
      "label": "homepage",
      "value": [
        {
          "@id": "https://collections.britishart.yale.edu/catalog/tms:1726",
          "label": "catalog entry at the Yale Center for British Art",
          "format": "text/html"
        }
      ]
    },
    {
      "label": "seeAlso",
      "value": [
        {
          "@id": "https://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:1726&metadataPrefix=lido",
          "format": "text/xml",
          "profile": "http://www.lido-schema.org/schema/v1.0/lido-v1.0.xsd"
        },
        {
          "@id": "http://collection.britishart.yale.edu/id/page/object/1726",
          "format": "text/rdf+n3"
        }
      ]
    }
  ]
}


Attributes



metadata

unit, cmsType, cmsId

These three values together uniquely defines an object, corresponding respectively to unitcode, cmstype, and cmsid in the dbo.assets table of TMAN database.

metadata

  • An ordered list of

objects
  • items, each of which has a "label" and a "value".

  • All entries are optional, except "label", "logo", and "Attribution" are required.

From the “metadata” field, the harvester will extract "label", "logo", "homepage", "seeAlso", and “Rights Description”, and put them in the appropriate place in the manifest. The remaining label/value pairs will be added to the top level “metadata” field of the manifest as they are.
  • Any combinations of “label” and “values” can be added here, and each item will be added to the top level “metadata” field of the manifest as it is, with the exception of the “special” labels below, which are interpreted differently.

label

becomes the “label” for the whole manifest

license

goes to the top level “rights” field

Rights Description

goes into the top level “requiredStatement” field

logo

goes to the top level “logo” field

homepage, seeAlso

goes to the top level “homepage”, “seeAlso” field respectively. Since these can have great variability among units, this field should be entered verbatim as should appear in the manifest, according to the API. See