pub type RDFNode = Object;
Concrete representation of RDF nodes, which are equivalent to objects
enum RDFNode { Iri(IriS), BlankNode(String), Literal(Literal), }