private static final String A_DATE_TIME = "2011-07-20T15:34:13.435-04:00";
public void testSolution() {
// setup solutions
Map<String, RDFNode> solution1 = new HashMap<String, RDFNode>();
BlankNodeImpl node1 = new BlankNodeImpl("1");
solution1.put("x", node1);
Map<String, RDFNode> solution2 = new HashMap<String, RDFNode>();
solution2.put("x", new BlankNodeImpl("2"));
List<Map<String, RDFNode>> solutionList = new ArrayList<Map<String, RDFNode>>();
solutionList.add(solution1);
solutionList.add(solution2);
// exercise SolutionSet