32 Matching Annotations
  1. May 2024
    1. 1. The Sylvan Historian refers to the way in which the urn tells the tale. “Sylvan” means, by definition, Inhabitant of forest: a person, animal or spirit that lives in a forest. This implies that the Sylvan historian, who is located and familiar with the woods, is best fit to tell the tale.

      Meaning of "Sylvan historian" in John Keats Ode on a Grecian Urn (1819)

  2. Oct 2023
  3. Jul 2023
  4. Apr 2023
  5. Feb 2023
  6. Jan 2023
    1. The URN “urn:iso:std:iso:19719:ed-1:v1:en,fr” denotes the first version of the first edition of ISO 19719, which is published bilingually in English and French.
  7. Nov 2022
  8. Sep 2022
    1. For the instance property, the most practical way I’ve found of implementing this is to define a URN that encapsulates additional information regarding the error. Here is an example URN for reference. urn:companyname:api:error:protocol:badRequest:f29f57d7-e1f8-4643-b226-fa18f15e9b71
  9. Jun 2022
  10. May 2022
  11. Mar 2022
  12. Feb 2022
    1. urn:x-pdf:a08d875ad57045edf70d283087a0e339 (PDF fingerprint)

      To find this urn address for your .pdf files and their fingerprints (particularly local/private files not otherwise hosted in the cloud):

      1. Visit https://jonudell.info/h/facet/
      2. Search for your Hypothes.is username (and perhaps a tag) to find the document name and annotations you made on it.
      3. You should be able to click on the document title which will take you to a non-loading web page with an address that looks something like this: urn:x-pdf:1ab23cd45e678fgh9012i34j56k78l90

      If others know of alternate/faster methods of finding URIs for local pdf files I'd be happy to hear about them.

  13. Jan 2022
    1. This document describes a Uniform Resource Name (URN) Namespace Identification (NID) convention as prescribed by the Internet Engineering Task Force (IETF) for identifying, naming, assigning, and managing persistent resources in the legal domain.
  14. Oct 2018
  15. Sep 2018
    1. A URI identifies a resource either by location, or a name, or both. A URI has two specializations known as URL and URN. A Uniform Resource Locator (URL) is a subset of the Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it.URL defines how the resource can be obtained. It does not have to be HTTP URL (http://), a URL can also be (ftp://) or (smb://) A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that uses the URN scheme, and does not imply availability of the identified resource. Both URNs (names) and URLs (locators) are URIs, and a particular URI may be both a name and a locator at the same time.