| name | data type | description |
|---|---|---|
| citedResponsibleParties | array of ResponsibleParty | |
| identifiers | array of Identifier | |
| title | InternationalString | |
| presentationForm | array of PresentationForm | |
| dates | array of CitationDate | |
| editionDate | number | |
| collectiveTitle | InternationalString | |
| ISSN | string | |
| series | Series | |
| ISBN | string | |
| edition | InternationalString | |
| alternateTitles | array of InternationalString | |
| otherCitationDetails | InternationalString |
Example
{
"citedResponsibleParties" : [ {
"positionName" : { },
"individualName" : "...",
"organisationName" : { },
"role" : { },
"contactInfo" : {
"phone" : { },
"contactInstructions" : { },
"onLineResource" : { },
"address" : { },
"hoursOfService" : { }
}
}, {
"positionName" : { },
"individualName" : "...",
"organisationName" : { },
"role" : { },
"contactInfo" : {
"phone" : { },
"contactInstructions" : { },
"onLineResource" : { },
"address" : { },
"hoursOfService" : { }
}
} ],
"identifiers" : [ {
"code" : "...",
"authority" : {
"citedResponsibleParties" : [ { }, { } ],
"identifiers" : [ { }, { } ],
"title" : { },
"presentationForm" : [ { }, { } ],
"dates" : [ { }, { } ],
"editionDate" : 12345,
"collectiveTitle" : { },
"ISSN" : "...",
"series" : { },
"ISBN" : "...",
"edition" : { },
"alternateTitles" : [ { }, { } ],
"otherCitationDetails" : { }
}
}, {
"code" : "...",
"authority" : {
"citedResponsibleParties" : [ { }, { } ],
"identifiers" : [ { }, { } ],
"title" : { },
"presentationForm" : [ { }, { } ],
"dates" : [ { }, { } ],
"editionDate" : 12345,
"collectiveTitle" : { },
"ISSN" : "...",
"series" : { },
"ISBN" : "...",
"edition" : { },
"alternateTitles" : [ { }, { } ],
"otherCitationDetails" : { }
}
} ],
"title" : { },
"presentationForm" : [ { }, { } ],
"dates" : [ {
"dateType" : { },
"date" : 12345
}, {
"dateType" : { },
"date" : 12345
} ],
"editionDate" : 12345,
"collectiveTitle" : { },
"ISSN" : "...",
"series" : {
"issueIdentification" : "...",
"name" : { },
"page" : "..."
},
"ISBN" : "...",
"edition" : { },
"alternateTitles" : [ { }, { } ],
"otherCitationDetails" : { }
}