Closed justinlittman closed 3 years ago
Druid: druid:pf870fy6521
Differences 1
Original node:
<subject authority="lcsh" authorityURI="http://id.loc.gov/authorities/subjects/" valueURI="http://id.loc.gov/authorities/subjects/sh2002009897">Improvisation (Acting)</subject>
Best guess roundtripped node:
<subject authority="lcsh">
<topic authority="lcsh" authorityURI="http://id.loc.gov/authorities/subjects/" valueURI="http://id.loc.gov/authorities/subjects/sh2002009897"/>
</subject>
Difference:
-<subject authority="lcsh" authorityURI="http://id.loc.gov/authorities/subjects/" valueURI="http://id.loc.gov/authorities/subjects/sh2002009897">Improvisation (Acting)</subject>
+<subject authority="lcsh">
+ <topic authority="lcsh" authorityURI="http://id.loc.gov/authorities/subjects/" valueURI="http://id.loc.gov/authorities/subjects/sh2002009897"/>
+</subject>
"subject": [
{
"source": {
"code": "lcsh",
"uri": "http://id.loc.gov/authorities/subjects/"
},
"uri": "http://id.loc.gov/authorities/subjects/sh2002009897"
}
],
I believe this was a data error, which I've remediated. Can no longer reproduce.
The original subject node had authority="" authorityURI="" valueURI="">Improvisation (Acting)
as a value, which I cleaned up, and then broke this single subject w/ a text value into a subject/topic block. It now round-trips OK.