hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
16 stars 4 forks source link

Differiantiate between physical extent and pagination #80

Closed acka47 closed 9 years ago

acka47 commented 9 years ago

E.g. http://lobid.org/resource/HT017061730 has as extent (property http://iflastandards.info/ns/isbd/elements/P1053) both the information "31 cm" and "66 S. : zahlr. Ill.".

acka47 commented 9 years ago

Ìnformation is from fields 433 and 435, see the source data of this example:

<datafield tag="433" ind1="-" ind2="1">
  <subfield code="a">66 S. : zahlr. Ill.</subfield>
</datafield>
<datafield tag="435" ind1="-" ind2="1">
  <subfield code="a">31 cm</subfield>
</datafield>

From MAB documentation:

433       UMFANGSANGABE

          Indikator:
          blank = Umfangsangabe
          a     = Zusammenfassung der Baende nach abgeschlossenem
                  Erscheinen eines mehrbaendigen begrenzten Werkes
          b     = Zaehlungsangabe bei unselbstaendig erschienenen
                  Werken
          c     = Anzahl und Materialbenennung physischer
                  Einheiten
...

435       FORMATANGABE

          Indikator:
          blank = Formatangabe
          a     = Durchmesser von Tontraegern
acka47 commented 9 years ago

We should use isbd:P1053 only for the content of field 433 and just ignore 435`(as well as 434 and 437) for the time being.

@dr0i Shall I try to adjust the morph accordingly?

dr0i commented 9 years ago

deployed to staging

acka47 commented 9 years ago

+1

dr0i commented 9 years ago

Deployed to production. Closing.