Type Alias LexicalTriple

Source
pub type LexicalTriple = Triple<Id, IriBuf, Object>;
Expand description

Lexical RDF triple.

Aliased Type§

pub struct LexicalTriple(pub Id, pub IriBuf, pub Term);

Tuple Fields§

§0: Id§1: IriBuf§2: Term

Implementations§