get_filtered_properties_multimapping

get_filtered_properties_multimapping(prefix, prop, **kwargs)[source]

Extract multiple properties for each term as a dictionary.

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

  • prop (NormalizedNamableReference | Referenced | Reference | NamedReference | tuple[str, str] | str) – the property to extract

  • kwargs (Unpack[GetOntologyKwargs])

Returns:

A mapping from identifier to property values

Return type:

Mapping[str, list[str]]