scriptotek / mc2skos

Command line script for converting Marc21 Classification and Authority records to SKOS/RDF
The Unlicense
21 stars 4 forks source link

Use preferred relative index term for WebDewey #66

Closed danmichaelo closed 5 years ago

danmichaelo commented 5 years ago

When using the --webdewey flag, we should support 750 $9 ess=isCaption, which tells us which relative index term is to be used as class heading substitute when presenting the class.

Example:

  <mx:datafield tag="750" ind2="7" ind1=" ">
    <mx:subfield code="a">Personlige datamaskiner</mx:subfield>
    <mx:subfield code="x">grafikkprogrammer</mx:subfield>
    <mx:subfield code="0">(OCoLC-D)1226b03f-c205-420e-ae21-34d41be81715</mx:subfield>
    <mx:subfield code="2">ddcri</mx:subfield>
    <mx:subfield code="9">ps=PE</mx:subfield>
    <mx:subfield code="9">ess=isCaption</mx:subfield>
  </mx:datafield>