reconciliation-api / specs

Specifications of the reconciliation API
https://reconciliation-api.github.io/specs/draft/
30 stars 9 forks source link

Support for type filtering in entity suggest API #29

Open wetneb opened 4 years ago

wetneb commented 4 years ago

Use case: suppose I reconcile a column to a particular type, and then I use the entity suggest API to manually select matches for some cells. At the moment the entity suggest API will return candidates without any type filtering. In some cases I would prefer if these suggestions were also filtered by type.

The property suggest service already supports a type filtering (such that you can propose properties that are relevant for a given type), but even that is undocumented in our specs so far! See https://github.com/OpenRefine/OpenRefine/issues/2168.

OpenRefine issue: https://github.com/OpenRefine/OpenRefine/issues/201

fsteeg commented 1 month ago

The property suggest service already supports a type filtering (such that you can propose properties that are relevant for a given type), but even that is undocumented in our specs so far!

Issue for that: #104.