| name | data type | description |
|---|---|---|
| code | string | |
| Citation |
Example
{
"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" : { }
}
}