1 2 3 4 5 6 7 8
use prefixmap::IriRef; use srdf::literal::Literal; #[derive(Debug, Clone)] pub enum Value { Iri(IriRef), Literal(Literal) }