Skip to content

Commit

Permalink
Update uriNormRules.json
Browse files Browse the repository at this point in the history
Add an acdh-iso6393 rule
  • Loading branch information
zozlak authored Sep 18, 2024
1 parent af25c8d commit a965b9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion AcdhArcheAssets/uriNormRules.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,12 @@
"replace" : "\\1/\\2",
"resolve" : "\\1/\\2",
"format" : "text/turtle"
}
},
{
"name" : "acdh-iso6393",
"match" : "^https?://vocabs.acdh.oeaw.ac.at/iso6393/(.*)$",
"replace" : "https://vocabs.acdh.oeaw.ac.at/iso6393/\\1",
"resolve" : "https://vocabs.acdh.oeaw.ac.at/iso6393/data?format=application%2Frdf%2Bxml&uri=https%3A%2F%2Fvocabs.acdh.oeaw.ac.at%2Fiso6393%2F\\1",
"format" : "application/rdf+xml"
},
]

0 comments on commit a965b9b

Please sign in to comment.