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

Using vocabulary with values #107

Open mbuechner opened 5 years ago

mbuechner commented 5 years ago

Description

Metadata in our portal uses URIs for any kind of resources. For example, persons are identified by an URI of an authority file (Gemeinsame Normdatei in our case). It would be wonderful, if there were a way to keep this information in IIIF manifests.

Variation(s)

A similar case are the labels.

Proposed Solutions

{
   "metadata": [{
         "label": { "en": ["Author"] },
         "value": {
            "@id": "http://d-nb.info/gnd/11859527X",
            "@none": ["Edgar Allan Poe"]
         }
      }]
}

Additional Background

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