Describes a URN.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to a resources describing this URN entry in the URN administration. |
| urn | string | The URN described by this URN entry.
This serves also the unique identifier of this URN entry. |
| created | string | Date and time when the URN was created. |
| lastModified | string | Date and time when the information about the URN was last modified. This timestamp is updated when URLs are attached or removed from the URN. |
| namespace | string | URI pointing to a resource describing the namespace to which this URN belongs. |
| successor | string | URI pointing to the URN resource which refers to a newer version of the object identified by this URN. |
| urls | string | URI pointing to a list of URLs attached to this URN. |
| myUrls | string | URI pointing to a list of URLs attached to this URN owned by the caller. |
Example
{
"self" : "http://example.org/urns/urn/urn:nbn:de:101:1-200911171195",
"urn" : "urn:nbn:de:101:1-200911171195",
"created" : "2017-03-02T15:23:16.123Z",
"lastModified" : "2017-03-02T15:23:16.123Z",
"namespace" : "http://example.org/namespaces/name/urn:nbn:de:101:1",
"successor" : "http://example.org/urns/urn/urn:nbn%3Ade:101:1-20112061111",
"urls" : "http://example.org/urns/urn/urn:nbn:de:101:1-200911171195/urls",
"myUrls" : "http://example.org/urns/urn/urn:nbn:de:101:1-200911171195/my-urls"
}