You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

TermDescription
ReconciliationThings-to-Things - The process of identifying that two things represented by different URIs are actually the same thing.
Entity ResolutionStrings-to-Things - The process of identifying that a String Label is the label for a thing identified by a URI.
DisambiguationWhen presented with multiple very closely labeled options, this is the process of determining which option is the correct entity.
Caching1 Storing local copies of entire dataset.
2 Caching of a single label or small pieces of data about a single term.
Accuracy

1 The ability of an API  to return relevant data
2 The ability of a user to select a term from multiple similar terms given a set of search results

Entity Resolution
(aka Term Fetch)
Accessing a URI through CURL or a web browser shows data related to the term.
SearchGiven a string query, search a dataset for occurrences of the string.  The search is generally of an index over the dataset to provide acceptable performance times.
Browse
  • No labels