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