pub trait IntoTerm { type Iri; type BlankId; type Literal; // Required method fn into_term(self) -> Term<Self::Iri, Self::BlankId, Self::Literal>; }