pub type TermRef<'a> = Term<Iri<'a>, &'a BlankId, &'a Literal>;
gRDF term reference.
Converts to this type from the input type.