export function firstTermOfSeq(store: Store, seqIRI: Node): SomeTerm | undefined {
  return firstQuadOfSeq(store, seqIRI)?.[QuadPosition.object];
}