Skip to content

Commit da9f061

Browse files
authored
Merge pull request #111 from lcnetdev/instrumentType_to_instrumentalType
Generate property bf:instrumentalType instead of bf:instrumentType.
2 parents 5c8ba75 + a014a6f commit da9f061

3 files changed

Lines changed: 69 additions & 74 deletions

File tree

test/ConvSpec-010-048.xspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
<x:expect label="048 $a creates an instrument, ensemble, or voice property of the Work" test="//bf:Work/bf:voice[5]/bf:MusicVoice/rdfs:label = 'mixed chorus'"/>
234234
<x:expect label="048 $b creates an instrument, ensemble, or voice property of the Work" test="//bf:Work/bf:voice[1]/bf:MusicVoice/rdfs:label = 'soprano'"/>
235235
<x:expect label="position 2-3 of the subfield create a count property of the MusicInstrument, MusicEnsemble, or MusicVoice" test="//bf:Work/bf:voice[5]/bf:MusicVoice/bf:count = '4'"/>
236+
<x:expect label="048 $b creates an instrumentalType property of the Work for instruments" test="//bf:Work/bf:instrument[1]/bf:MusicInstrument/bf:instrumentalType = 'keyboard'"/>
236237
</x:scenario>
237238

238239
</x:description>

test/data/ConvSpec-010-048/marc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
<subfield code="b">vc01</subfield>
213213
<subfield code="b">vd01</subfield>
214214
<subfield code="b">vf01</subfield>
215+
<subfield code="b">ka01</subfield>
215216
<subfield code="a">ca04</subfield>
216217
<subfield code="a">oc</subfield>
217218
</datafield>

0 commit comments

Comments
 (0)