specs
specs copied to clipboard
Matching against hierarchies of entities
Say I am reconciling geographical entities against a database. For instance I am trying to match a neighborhood, but the database only has an entry for the city in which this neighborhood is.
Or I am trying to match academic organizations: there are also the same sort of relationships there (a laboratory is part of a research institute).
It could be interesting to better support those use cases in the reconciliation API. Concretely, this means that instead of focusing solely on finding database records which represent the exact same entity, we would allow more relationships between those entities (narrower, broader… see the SKOS classifications for that).
It is not completely clear to me what would need to be adapted in the protocol to better serve those use cases, but one thing I am thinking of is the matched attribute in reconciliation candidates, which is currently a boolean, and should probably be generalized to something else then.
I think a Boolean attribute of matched still works... it's the questions asked that are different, right?
- Is this
containedwithin a boundary (city, region, etc.) - Is this
part ofanother Thing
I think this is addressed with #131: matchQualifier, see https://reconciliation-api.github.io/specs/draft/#structure-of-a-reconciliation-query:
[...] like spatial matching with geo data (e.g. containment search with "schema:containsPlace" etc.)
@fsteeg I think your right, we didn't have matchQualifier and others 2+ years ago and now we do.
I think this can be closed.