relaton / relaton-data-iho

Relaton data for IHO publications
1 stars 0 forks source link

Properly set Part documents #6

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago

These documents are parts:

They are now temporarily provided with a partnumber: but need to make sure it fits Relaton.

andrew2net commented 4 years ago

Isn't partnumber an element partnumber of structuredidentifier? Described in the grammar as:

structuredidentifier = element structuredidentifier {
  attribute type { text }?,
  element agency { text }+,
  element class { text }?,
  element docnumber { text },
  element partnumber { text }?,
  element edition { text }?,
  element version { text }?,
  element supplementtype { text }?,
  element supplementnumber { text }?,
  element language { text }?,
  element year { text }?
}

If yes then the YAML shoud be:

structuredidentifier:
  element docnumber 123
  element partnumber a

Is edition a part of structuredidentifier?

ronaldtse commented 4 years ago

Andrei can you fix one of the documents so we know the best way to encode the BibData YAML?

andrew2net commented 4 years ago

Fixed all documents with the partnumber