Modul:URIutil/urn

aus Wikipedia, der freien Enzyklopädie
local Serial = "2022-04-27"
--[=[ URIutil/urn
mw.loadData() table with URN namespaces and resolvers
]=]

return {
resolver = {
    nbn = {
        [":"] = "^(%a+)[%-:]",
        at  = {
            ["*"] = "https://resolver.obvsg.at/$1" },
    --  ch  = de
        de  = {
            dnb   = "https://nbn-resolving.de/$1",
            halle = "https://digital.bibliothek.uni-halle.de/urn/$1",
            kiel  = "https://dibiki.ub.uni-kiel.de/resolver?urn=$1",
            miami = "https://miami.uni-muenster.de/resolver/$1",
            mdz   = "https://mdz-nbn-resolving.de/$1",
            ["*"] = "https://nbn-resolving.de/$1" },
        fi  = {
            ["*"] = "https://urn.fi/$1" },
        nl  = {
            ["*"] = "https://resolver.kb.nl/resolve?urn=$1" },
        no  = {
            ["*"] = "https://urn.nb.no/$1" },
        se  = {
            ["*"] = "https://urn.kb.se/resolve?urn=$1" },
        si  = {
            ["*"] = "https://www.dlib.si/details/$1" },
        ["*"] = "https://nbn-resolving.de/$1"
    },
    isbn = true,
    issn = true
    },
    sns = ":3gpp:cablelabs:cgi:clei:dgiwg:dvb:ebu:epc:epcglobal:example:fdc:fipa:geant:ietf:iptc:isan:isbn:iso:issn:ivis:lex:liberty:mace:mpeg:nbn:nena:newsml:nfc:nzl:oasis:ogc:ogf:oid:oipf:oma:pin:publicid:s1000d:schac:service:smpte:swift:tva:uci:ucode:uuid:web3d:xmlorg:xmpp:",
    failsafe = Serial
};