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

Use rdf:about instead of rdf:resource for bf:Agent when converting 850 holdings. #5

Closed osma closed 7 years ago

osma commented 7 years ago

This PR fixes issue #4

osma commented 7 years ago

A unit test for this case might be useful as well, but I'm not yet familiar enough with the testing framework to be able to contribute one.

osma commented 7 years ago

The Travis check for this PR failed, but for reasons that seem unrelated to this PR:

0.09s$ rake
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `eval'
/home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)
The command "rake" exited with 1.
kirkhess commented 7 years ago

Fixed issue#4