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

Compare with Current View Page History

« Previous Version 4 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.
Search (general)Given 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.
Keyword SearchSearch for a string query typically across multiple fields where the query can be anywhere in the field.
Left-anchor SearchSearch for a string query where the query is an exact match of the primary label starting with with the first character of the primary label.  
Browse (general)Approaching a dataset from a specific perspective and navigating to a desired (known or yet known) entity. A “perspective” may or may not be appropriate or supported by a given data set.
Hierarchical BrowseStarting at a term in a hierarchy and moving to broader or narrower terms.
A-Z BrowseNavigating through all terms in alphabetical order.  This may involve canned queries for groupings (e.g. A-D, E-H, etc.)
  • No labels