#003: Federated entity search across datasets #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blocked by
Summary
Allow entity search to span multiple datasets when editing properties that reference entities in other datasets. A SHACL extension property (e.g.,
concon:targetDataset) specifies which dataset to search in for a given property shape.Motivation
Research data often links across datasets. For example, a paper entity in a publications dataset may reference author entities in a people dataset. Without cross-dataset search, users must manually copy IRIs between datasets.
Design sketch
When
concon:targetDatasetis present, the autocomplete search queries the specified dataset instead of the current one. If absent, defaults to the current dataset (as in #001).Tests
Unit tests
Integration tests
Open questions