Skip to content

Commit

Permalink
Merge pull request #14 from acdh-oeaw/fix-for-lobid-URL-Regex-pattern
Browse files Browse the repository at this point in the history
fix for lobid URL-Regex pattern
  • Loading branch information
zozlak authored Oct 28, 2024
2 parents 6bf53d1 + 45562f6 commit 3ec2e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AcdhArcheAssets/uriNormRules.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"name" : "gnd-lobid",
"match" : "^https?://lobid.org/gnd/([0-9]+)$",
"match" : "^https?://lobid.org/gnd/?([-A-Z0-9]+)(?:[.](?:json|rdf|ttl|nt))?$",
"replace" : "https://d-nb.info/gnd/\\1",
"resolve" : "https://d-nb.info/gnd/\\1/about/lds.ttl",
"format" : "text/turtle"
Expand Down

0 comments on commit 3ec2e2e

Please sign in to comment.