pub type UninterpretedTermRef<'a, I> = Term<UninterpretedIdRef<'a, I>, &'a <I as ReverseLiteralInterpretation>::Literal>;
Aliased Type§
pub enum UninterpretedTermRef<'a, I> {
Id(Id<&'a <I as ReverseIriInterpretation>::Iri, &'a <I as ReverseBlankIdInterpretation>::BlankId>),
Literal(&'a <I as ReverseLiteralInterpretation>::Literal),
}
Variants§
Id(Id<&'a <I as ReverseIriInterpretation>::Iri, &'a <I as ReverseBlankIdInterpretation>::BlankId>)
Node identifier.
Literal(&'a <I as ReverseLiteralInterpretation>::Literal)
Literal value.