Type Definition json_ld::rdf::Triple

source ·
pub type Triple<T, B> = Triple<Subject<T, B>, Subject<T, B>, Term<T, B, Literal<StringLiteral, T, LanguageTagBuf<Vec<u8, Global>>>>>;
Expand description

JSON-LD to RDF triple.