private static final String SERIALIZATION = "RDF/XML-ABBREV";
private ResourceWithManyAttributes resource;
@Before
public void before() {
this.resource = new ResourceWithManyAttributes();
this.resource.setStr("Alice");
this.resource.setId(1);
this.resource.setBirthday(new Date());
}