hbz / lobid-resources

Transformation, web frontend, and API for the hbz catalog as LOD
http://lobid.org/resources
Eclipse Public License 2.0
8 stars 7 forks source link

natureOfContent: same label multiple times #1271

Closed dr0i closed 3 years ago

dr0i commented 3 years ago

Originates from #1269, see e.g. http://alma.lobid.org/resources/search?q=99370682219806441&format=json :

      "natureOfContent": [
        {
          "id": "http://d-nb.info/gnd/4067488-5",
          "label": "Zeitschrift"
        },
        {
          "label": "Zeitschrift"
        },
        {
          "label": "Zeitschrift"
        },
        {
          "label": "Zeitschrift"
        }
      ],

Should be unique.

dr0i commented 3 years ago

Deployed, see e.g. https://alma.lobid.org/resources/search?q=99370682219806441&format=json. Closed.