From fe346f8b52cb056ed8fa8069ea9c0d841711b3e4 Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Thu, 11 Nov 2021 09:48:51 +0000
Subject: [PATCH] Umstellung der GND-URLs von http auf https

---
 ortsregister.odd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ortsregister.odd b/ortsregister.odd
index fb73e7a..bd01475 100644
--- a/ortsregister.odd
+++ b/ortsregister.odd
@@ -164,7 +164,7 @@
                         <rng:text/>
                     </content>
                     <constraintSpec scheme="schematron" ident="regex">
-                        <constraint> <sch:assert test="matches(.,'(^http://d-nb\.info/gnd/[0-9]{5,10}-?[0-9]$)|(^http://vocab\.getty\.edu/tgn/[0-9]+$)|(^http://sws\.geonames\.org/[0-9]+/$)|(^http://ta\.sandrart\.net/-place-[0-9]+$)')">Zeichenkette entspricht nicht den Vorgaben.</sch:assert> </constraint>
+                        <constraint> <sch:assert test="matches(.,'(^https?://d-nb\.info/gnd/[0-9]{5,10}-?[0-9]$)|(^http://vocab\.getty\.edu/tgn/[0-9]+$)|(^http://sws\.geonames\.org/[0-9]+/$)|(^http://ta\.sandrart\.net/-place-[0-9]+$)')">Zeichenkette entspricht nicht den Vorgaben.</sch:assert> </constraint>
                     </constraintSpec>
                     <attList>
                         <attDef ident="type">
-- 
GitLab