get_descendants

get_descendants(prefix, identifier=None, /, **kwargs)[source]

Get all the descendants (children) of the term as CURIEs.

Parameters:
  • prefix (str | NormalizedNamableReference | ReferenceTuple)

  • identifier (str | None)

  • kwargs (Unpack[HierarchyKwargs])

Return type:

set[NormalizedNamableReference] | None