Identifier Data Type

Abstract Type
Subtypes
ReferenceIdentifier
Properties
name data type description
code string
authority Citation

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "code" : "...",
  "authority" : {
    "citedResponsibleParties" : [ {
      "positionName" : { },
      "individualName" : "...",
      "organisationName" : { },
      "role" : { },
      "contactInfo" : { }
    }, {
      "positionName" : { },
      "individualName" : "...",
      "organisationName" : { },
      "role" : { },
      "contactInfo" : { }
    } ],
    "identifiers" : [ {
      "code" : "...",
      "authority" : { }
    }, {
      "code" : "...",
      "authority" : { }
    } ],
    "title" : { },
    "presentationForm" : [ { }, { } ],
    "dates" : [ {
      "dateType" : { },
      "date" : 12345
    }, {
      "dateType" : { },
      "date" : 12345
    } ],
    "editionDate" : 12345,
    "collectiveTitle" : { },
    "ISSN" : "...",
    "series" : {
      "issueIdentification" : "...",
      "name" : { },
      "page" : "..."
    },
    "ISBN" : "...",
    "edition" : { },
    "alternateTitles" : [ { }, { } ],
    "otherCitationDetails" : { }
  }
}