cul-it / qa_server

A rails app with questioning authority gem installed to serve as a QA server.
Apache License 2.0
1 stars 6 forks source link

Add Direct Lookup for Getty Vocabs #384

Closed sfolsom closed 8 months ago

sfolsom commented 10 months ago

To get back RDF from Getty's APIs, it seems like we need to use their SPARQL API, but SPARQL may not be great for generic keyword searching.

Samvera code base has Getty lookups, maybe this is something we can turn on:

chrisrlc commented 9 months ago

Current attempt at creating a linked data authority config for getty is deployed to: https://lookup-int.ld4l.org/

There is currently one getty_direct endpoint, with aat, tgn and ulan as required subauthorities to be specified in the url. For example:

To review all current testing scenarios and figure out which changes we're okay with vs which ones we need to try to handle better: https://lookup-int.ld4l.org/check_status?utf8=%E2%9C%93&authority=GETTY_DIRECT&compare_with=&validation_type=accuracy

Sorting is currently ascending by prefLabel and can be tweaked in the sparql query.

sfolsom commented 8 months ago

Looks good in Sinopia as-is. We can reopen if something comes up.