get_properties

get_properties(prefix, identifier, prop, **kwargs)[source]

Extract a set of properties for the given entity.

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

  • identifier (str) – the identifier withing the resource

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

  • kwargs (Unpack[GetOntologyKwargs])

Returns:

Multiple values for the property. If only one is expected, use get_property()

Return type:

list[str] | None