Skip to content

v4.2.1

Compare
Choose a tag to compare
@elrayle elrayle released this 08 Aug 19:06
cf2a21a

Actions Required to Upgrade

There are no required actions for this upgrade other than adjusting your gem file to allow for version 4.2.1 to be included by bundler.

Updates

Linked Data - single term return format

Previously, linked data for a single term could be returned as normalized json or json-ld. It can now also be returned as n3.

JSON: http://localhost:3000/qa/show/linked_data/oclc_fast/1364193
JSON: http://localhost:3000/qa/show/linked_data/oclc_fast/1364193?format=json
JSON-LD: http://localhost:3000/qa/show/linked_data/oclc_fast/1364193?format=jsonld
N3: http://localhost:3000/qa/show/linked_data/oclc_fast/1364193?format=n3

Bug Fixes

Improved error handling

Errors occurring while reading in a linked data graph are parsed to get the error code to allow for more precise reporting of errors that occur. This process did not always succeed in parsing the error code from the error message. It has been adjusted to be more flexible and thus able to parse more error messages correctly.

Getty TGN returning wrong data

Getty TGN was configured to return ULAN data instead of TGN. This has been fixed.

Change Log

  • add ability to return a single term as n3 format for linked data
  • allow error from RDF::Graph to be parsed with or without parentheses around
  • remove CircleCI ruby/rails version defaults (maintenance)
  • adjust queries for TGN to use TGN scheme and not ULAN