ntra00 / marc2bibframe

Convert marc to BIBFRAME 1.0 - see lcnetdev/marc2bibframe2 for current release
http://www.loc.gov/bibframe/
Other
64 stars 20 forks source link

MARC 656 #210

Open kiegel opened 9 years ago

kiegel commented 9 years ago

Three things about field 656 (Index Term-Occupation ).

Example:

656 _7 |a Poets, American. |2 lcsh 656 _7 |a College teachers |z Washington (State) |2 lcsh 656 _7 |a College teachers |z Pennsylvania. |2 lcsh 656 _7 |a College teachers |z Vermont. |2 lcsh

<http://example.org/99115147480001452topic63> a bf:Topic ;
    bf:label "Poets, American. lcsh" .

<http://example.org/99115147480001452topic64> a bf:Topic ;
    bf:label "College teachers Washington (State) lcsh" .

<http://example.org/99115147480001452topic65> a bf:Topic ;
    bf:label "College teachers Pennsylvania. lcsh" .

<http://example.org/99115147480001452topic66> a bf:Topic ;
    bf:label "College teachers Vermont. lcsh" .

1) The field is not a bf:Topic: this work is not about American poets or college teachers, but created by them. It doesn't seem to fit neatly in any existing BF class.

2) madsrdf:Occupation is a good fit for it.

3) $2 should not be part of the label but mapped to bf:authoritySource.

(OCLC # 28408754)