pub type TripleRef<'a, L = Literal> = Triple<SubjectRef<'a>, Iri<'a>, ObjectRef<'a, L>>;
RDF triple reference.