1 2 3 4
use crate::Object; /// Concrete representation of RDF nodes, which are equivalent to objects pub type RDFNode = Object;