Skip to content

Commit

Permalink
uriNormRules.json: tune the loc-rwo-agents match rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Sep 14, 2023
1 parent a562a90 commit 72ae2e7
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 @@ -99,7 +99,7 @@
},
{
"name" : "loc-rwo-agents",
"match" : "^https?://id.loc.gov/rwo/agents/n([0-9]+)([.][a-z]+)?$",
"match" : "^https?://id.loc.gov/rwo/agents/n(o?[0-9]+)([.][a-z]+)?$",
"replace" : "https://id.loc.gov/rwo/agents/n\\1",
"resolve" : "https://id.loc.gov/rwo/agents/n\\1.nt",
"format" : "application/n-triples"
Expand Down

0 comments on commit 72ae2e7

Please sign in to comment.