Type Definition json_ld::rdf::Triple

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

JSON-LD to RDF triple.