omeka-s-modules/UriDereferencer

Testing: Linked Data Services

Closed this issue · 5 comments

The best way to test this module is to confirm that the handful of services that come with it are working properly. Add an item, and, for each service below, save several resource URIs as Omeka URI values:

  • DBpedia: do a search, click on entity that begins with "dbr:", click on "Goto", use that URL
  • Geonames: do a search, click on a name, use that URL
  • Getty Vocabularies: do a search (use AAT, TGN, and ULAN), click on a subject, use "Source" URL
  • LC Linked Data Service: click on any of the links, do a search, click on a label, use that URL or a http URL under "URI(s)"
  • OCLC VIAF: do a search, click on a heading, use "Permalink" URL
  • OCLC FAST: do a search, click on a heading, click on the "Permanent Link", use that URL
  • RDA Value Vocabularies: click on any vocabulary, click on a CURIE, use the "@id" URL
  • Wikidata: do a search, click on any option, use that URL

Then, on a public site, go to the item and you should see "[+]" next to each URI. Click on this and you should see some dereferenced data about the resource.

Working through the services, but a note that the [+] does not display in the theme CenterRow, and the styling on the Default theme is a little hard to parse.

All of them worked as expected. I would recommend we check the public side styling to make sure it's accessible (both in terms of screen readers and information legibility)

@kimisgold See Megan's notes above about styling issues on public themes. We probably need to hold off on releasing this module until those are resolved.

@jimsafley For some reason, the collapsible content and its toggle aren't appearing in the Center Row theme. I'm having trouble tracking down the cause.

The public markup needs aria-controls and aria-expanded attributes on the toggle button, as well as ids on the collapsible content (to relate aria-controls toggles to their content). (Reference)