netwerk-digitaal-erfgoed / network-of-terms

Search engine for finding terms in terminology sources (such as thesauri, classification systems and reference lists)
https://termennetwerk-api.netwerkdigitaalerfgoed.nl
European Union Public License 1.2
15 stars 3 forks source link

Empty resultset for CHT query #19

Closed EnnoMeijers closed 4 years ago

EnnoMeijers commented 4 years ago

See the first example query in the README.md:

Cultuurhistorische Thesaurus: query SPARQL endpoint

bin/run sources:query --identifiers cht --query fiets

This query returns an empty result set, it should list multiple terms containing 'fiets'. I tested the query from the catalog direct on the CHT endpoint (https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/term/id/cht) that worked fine.

sdevalk commented 4 years ago

This, unfortunately, is caused by a fix that we've applied recently in order to fix this issue. I've reported similar problems with queries in this issue.

The core issue is that we need to find a way to handle query differences between SPARQL endpoints: the current 'one size fits all' implementation doesn't suffice (i.e. it doesn't fit all).

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: