ARK
Archival Resource Key, a means of creating persistent URLs uses a standard maintained by the California Digital Library https://confluence.ucop.edu/display/Curation/ARK It is implemented using the redirect settings of an apache webserver to point to directory structures and is intended to provide a persistent URL – by publishing a URL and associating it with a digital object an intention is stated to maintain that link into the future.
The use of apache redirects also means that it is possible to add to the end of the ARK additional text that performs different behaviours. To illustrate, the ARK for the IIIF manifest for a manuscript – Durham University Library is
https://n2t.durham.ac.uk/ark:/32150/t1mcz30ps64z
which resolves to
https://iiif.durham.ac.uk/manifests/trifle/32150/t1/mc/z3/t1mcz30ps64z/manifest
(the pattern resolved in the apache redirect can be seen in the relation between t1mcz30ps64z and /t1/mc/z3/t1mcz30ps64z).
In addition a rewrite rule can be added so that by adding .html to the ARK the manifest is passed through into a IIIF viewer, so
https://n2t.durham.ac.uk/ark:/32150/t1mcz30ps64z.html
will open the manifest in the University’s local implementation of the Mirador viewer. A second value can be added after a forward slash which contains the short ark form for a canvas within the manifest, thus
https://n2t.durham.ac.uk/ark:/32150/t1mcz30ps64z/t1t4b29b613b.html
which is a shortened form of
https://iiif.durham.ac.uk/index.html?manifest=t1mcz30ps64z&canvas=t1t4b29b613b
which is in turn a shortened form of the full url of the viewer, manifest and canvas
https://iiif.durham.ac.uk/index.html?manifest=https://iiif.durham.ac.uk/manifests/trifle/32150/t1/mc/z3/t1mcz30ps64z/manifest&canvas=https://iiif.durham.ac.uk/manifests/trifle/32150/t1/mc/z3/t1mcz30ps64z/canvas/t1t4b29b613b
Durham University Library’s NAAN (Name Assigning Authority Number) is registered as 32150
Durham University Library’s name to thing server, which interpets and redirects ARKs, is https://n2t.durham.ac.uk