m1 = odt.getInContentMetadataFromCache();
TestCase.assertEquals(1, m1.size());
TestCase.assertEquals("http://dbpedia.org/page/J._R._R._Tolkien", m1
.listStatements().nextStatement().getSubject().getURI());
TableCoveredTableCellElement tctce = contentDom
.newOdfElement(TableCoveredTableCellElement.class);
parent.appendChild(tctce);
tctce.setXhtmlAboutAttribute("[dbpedia:J._R._R._Tolkien]");
tctce.setXhtmlPropertyAttribute("dbpprop:shortDescription");
tctce.setXhtmlContentAttribute("British philologist and author");