get_filtered_properties_mapping

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

Extract a single property 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 value

Return type:

dict[str, str]