OregonDigital / ControlledVocabularyManager

Rails application with Blazegraph for managing controlled vocabularies in RDF.
http://opaquenamespace.org
GNU General Public License v3.0
21 stars 4 forks source link

Update Term show page deprecate block #576

Closed wickr closed 4 years ago

wickr commented 4 years ago

Fixes #575

Update the deprecate block of the view, to display correctly whether the is_replaced_by value is either a string or URI.

Also updated the test, changing 1 of the 2 test values to be a URI. Since all existing is_replaced_by values in ONS are strings, we need to make sure those work as well.