lcnetdev / marc2bibframe2

Convert MARC records to BIBFRAME2 RDF
http://www.loc.gov/bibframe/
Creative Commons Zero v1.0 Universal
88 stars 35 forks source link

Field 656 #61

Closed kiegel closed 5 years ago

kiegel commented 6 years ago

Field 656 (Index Term - Occupation) is converted inline in the corresponding Work rather than being treated as a Topic with a name URI in the usual way. It is not clear from the conversion spec why the 656 is treated differently from other subjects.

28408754 Roethke papers.docx

bf:subject [ a bf:Topic, madsrdf:ComplexSubject ; rdfs:label "College teachers--Washington (State)" ; bf:source [ a bf:Source ; rdfs:label "lcsh" ] ; madsrdf:componentList ( [ a madsrdf:Occupation ; rdfs:label "College teachers" ] [ a madsrdf:Geographic ; rdfs:label "Washington (State)" ] ) ].

wafschneider commented 6 years ago

Assuming this is the source record (retrieved from UW Z39.50 server): roethke_marcxml.txt

wafschneider commented 6 years ago

This is definitely a bug in the conversion application. A URI is supposed to be generated for the 656, but it is not for some reason.

kiegel commented 6 years ago

Yes, you have the source record

wafschneider commented 5 years ago

This has been resolved in the soon-to-be-released v1.4.0 branch.