Url Data Type

Describes an URL to which a URN can be resolved.

Properties
name data type constraints description
self string   URI pointing to the resource describing the URL in the URN administration.
created string   Date and time when the URL was registered with the URN administration.
lastModified string   Date and time when the URL description was last modified.
url string   The actual URL that is described by this URL entry.

This is the URL to which a URN can be resolved. Usually, this URL points to a digital document such as a PDF file. Alternatively, it may point to a web page which displays additional information about the object.

urn string   URI pointing to the resource that describes the URN to which the URL is attached.
owner string   URI pointing to the resource that describes the organisation which owns this URL.
priority number required int Priority of the URL for resolving.

Controls the order in which URLs are tried when resolving a URN. URLs with higher priority (i.e. greater number) are tried before those with a lower priority. URLs with different owners are prioritised independently. The priority only controls the order of the URLs of single owner.

Example

{
  "self" : "http://example.org/urns/urn/urn:nbn:de:101:1-200911171195/urls/base64/aHR0cDovL2V4YW1wbGUub3JnL3RoZS1kb2N1bWVudC5wZGY=",
  "created" : "2017-03-02T15:23:16.123Z",
  "lastModified" : "2017-03-02T15:23:16.123Z",
  "url" : "http://example.org/the-document.pdf",
  "urn" : "http://example.org/urns/urn/urn:nbn:de:101:1-200911171195",
  "owner" : "http://example.org/organisations/id/1516",
  "priority" : 100
}