get_properties

pyobo.get_properties(prefix, identifier, prop)[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 (str) – the property to extract

Return type:

Optional[List[str]]

Returns:

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