1 2 3 4 5 6 7
#[derive(PartialEq, Eq, Hash, Clone, Debug)] pub enum NodeKind { Iri, BNode, NonLiteral, Literal, }