From 45d7c3d455f0e7951806d9a02b846f1db09206d8 Mon Sep 17 00:00:00 2001
From: Joshua Ramon Enslin <joshua@museum-digital.de>
Date: Tue, 11 Mar 2025 17:43:43 +0100
Subject: [PATCH] Map http://d-nb.info/ to the GND

---
 src/enums/MDNodaRepository.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/enums/MDNodaRepository.php b/src/enums/MDNodaRepository.php
index 4848035..e3341eb 100644
--- a/src/enums/MDNodaRepository.php
+++ b/src/enums/MDNodaRepository.php
@@ -64,6 +64,7 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
             'o-gnd'     => self::gnd,
             'O-GND'     => self::gnd,
             'pnd'       => self::gnd,
+            'http://d-nb.info/' => self::gnd, // This is technically wrong, but used in practice...
             'http://d-nb.info/gnd'  => self::gnd,
             'http://d-nb.info/gnd/' => self::gnd,
             'd-nb.info'             => self::gnd,