get_filtered_properties_mapping

pyobo.get_filtered_properties_mapping(prefix, prop, *, use_tqdm=False, force=False)[source]

Extract a single property for each term as a dictionary.

Parameters:
  • prefix (str) – the resource to load

  • prop (str) – the property to extract

  • use_tqdm (bool) – should a progress bar be shown?

  • force (bool) – should the resource be re-downloaded, re-parsed, and re-cached?

Return type:

Mapping[str, str]

Returns:

A mapping from identifier to property value