.createLiteral("Test literal");
Literal testSesameObjectLangLiteral1 = VF.createLiteral("Test literal",
"en");
Literal testSesameObjectTypedLiteral1 = VF.createLiteral(
"Test literal", VF.createURI("urn:test:datatype:1"));
BNode testSesameSubjectBNode1 = VF.createBNode("subjectBnode1");
BNode testSesameObjectBNode1 = VF.createBNode("objectBnode1");
testSesameTripleAllIRI = VF.createStatement(testSesameSubjectUri1,
testSesamePredicateUri1, testSesameObjectUri1);
testSesameTriplePlainLiteral = VF.createStatement(
testSesameSubjectUri1, testSesamePredicateUri1,
testSesameObjectPlainLiteral1);