391392393394395396397398399
lit.datatype = l.getDataType().toString(); return lit; } public static BNode bNode(BlankNodeImpl n) { BNode bn = new BNode(); bn.label = n.getLabel(); return bn; }