get_filtered_properties_multimapping

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

Extract multiple properties 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, List[str]]

Returns:

A mapping from identifier to property values