Organisation Data Type

Describes an organisation which is registered with the URN administration.

Properties
name data type description
self string URI pointing to the resource of the organisation in the URN administration.
id string Unique identifier of the organisation.
login string Login name of the organisation.

This property is only set if authenticated as an administrator or as the organisation itself.

created string Date and time when the organisation was created.
lastModified string Date and time when the organisation was last modified.
name string Name of the organisation.
email string Generic email address for contacting the organisation.
address Address Postal address of the organisation.
comment string Human readable comments about the organisation.
primaryContactSurname string Surname of the person who is the primary contact for the URN-Service at the organisation.
primaryContactForename string Forename of the person who is the primary contact for the URN-Service at the organisation.
primaryContactEmail string Personal email address of the person who is the primary contact for the URN-Service at the organisation.
primaryContactPhone string Phone number of the person who is the primary contact for the URN-Service at the organisation.
primaryContactFunction string Describes the role of the primary contact in the organisation.
primaryContactComment string Human readable comments about the primary contact.
contacts string URI pointing to a list of all contacts belonging to the organisation.
namespaces string URI pointing to a list of all namespaces belonging to the organisation.

Example

{
  "self" : "http://example.org/organisations/id/1",
  "id" : "1",
  "login" : "dnb",
  "created" : "2017-03-02T15:23:16.123Z",
  "lastModified" : "2017-03-02T15:23:16.123Z",
  "name" : "Deutsche Nationalbibliothek",
  "email" : "urn-group@example.org",
  "address" : {
    "street" : "Adickesallee 1",
    "postcode" : "60322",
    "city" : "Frankfurt am Main",
    "country" : "Germany"
  },
  "comment" : "This organisation is used for testing purposes only",
  "primaryContactSurname" : "Cantor",
  "primaryContactForename" : "Georg",
  "primaryContactEmail" : "g.cantor@example.org",
  "primaryContactPhone" : "+49 69 1525-0",
  "primaryContactFunction" : "Team Lead URN-Services",
  "primaryContactComment" : "Only in the office until for 1pm",
  "contacts" : "http://example.org/organisation/id/1/contacts",
  "namespaces" : "http://example.org/organisation/id/1/namespaces"
}