Closed osma closed 7 years ago
Thanks for the quick fix @kirkhess! I will close this issue since your commit message didn't do it. (I think fixes #4
or similar would have worked)
Thanks, although I only I pushed this to the development branch, I've been trying to try to get TravisCI to work first on development before I patch master.
The tests are pretty simple once you get xspec installed - basically xpath statements - I modified the test case for 850.
-Kirk
On Thu, Mar 16, 2017 at 12:09 PM, Osma Suominen notifications@github.com wrote:
Thanks for the quick fix @kirkhess https://github.com/kirkhess! I will close this issue since your commit message didn't do it. (I think fixes #4 or similar would have worked)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lcnetdev/marc2bibframe2/issues/4#issuecomment-287107288, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWqkrpM4oqDlhyT57UevH3zM66iC4gXks5rmV65gaJpZM4MfASy .
I noticed problems converting this rather minimal MARC record:
The RDF resulting from the conversion contains this snippet that represents the information from the 850 field:
When parsing the RDF using
riot
from the Apache Jena project, I get this error:Similarly, when parsing the RDF using
rapper
from the Redland toolkit, I get this error:The problem is the
rdf:resource
attribute on thebf:Agent
element, it should berdf:about
instead.