get_properties

get_properties(reference, /, prop, **kwargs)[source]

Extract a set of properties for the given entity.

Parameters:
  • reference (str | Reference | ReferenceTuple) – the reference to load

  • identifier – 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