export const blankNode = shape({
  termType: oneOf([TermType.BlankNode]).isRequired,
  value: string.isRequired,
});