Type Definition turtle_syntax::build::MetaTriple
source · pub type MetaTriple<M, V = ()> = Meta<Triple<Meta<Subject<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>, M>, Meta<<V as IriVocabulary>::Iri, M>, Meta<Object<M, <V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>, M>>, M>;Expand description
Triple with metadata.