IIIF / iiif-stories

Community repository for documenting stories and use cases related to uses of the International Image Interoperability Framework.
21 stars 0 forks source link

Hierarchical labels #108

Open mbuechner opened 5 years ago

mbuechner commented 5 years ago

Description

In our portal we rely heavily on hierarchical labels, especially regarding event driven metadata formats like LIDO. We did not find any solution for that in IIIF. Is there one?

Variation(s)

Proposed Solutions

{
  "metadata": [{
      "label": { "en": ["Event"] },
      "value": { "en": ["Creation"] },
      "child": [{
          "label": { "en": ["When"] },
          "value": { "@none": ["1910"] },
          "child": ["..."]
        }, {
          "label": { "en": ["Where"] },
          "value": { "@none": ["Frankfurt"] }
        }]
    }]
}

Additional Background

The Deutsche Digitale Bibliothek is Germany’s central national portal for culture and science. We sold our souls to Linked Open Data.