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

update geonames scenario to fetch URI using https instead of http #186

Closed elrayle closed 4 years ago

elrayle commented 4 years ago

geonames switched to use https with their URIs instead of http. This means that the extraction process that depended on the subject URI matching the requested URI failed to find any metadata matching the ldpaths.

Consideration:

Should QA be able to find data in the graph using either/both http and https versions of the requested URI?