1617181920212223
private static final String SERIALIZATION = "RDF/XML-ABBREV"; private BlankNode bnode; @Before public void before() { this.bnode = new BlankNode(); this.bnode.setName("Alice"); }