"Test literal", "", null);
RDFLiteral testOwlApiObjectLangLiteral1 = new RDFLiteral(
"Test literal", "en", null);
RDFLiteral testOwlApiObjectTypedLiteral1 = new RDFLiteral(
"Test literal", null, IRI.create("urn:test:datatype:1"));
RDFResourceBlankNode testOwlApiSubjectBNode1 = new RDFResourceBlankNode(
IRI.create("subjectBnode1"));
RDFResourceBlankNode testOwlApiObjectBNode1 = new RDFResourceBlankNode(
IRI.create("objectBnode1"));
testOwlApiTripleAllIRI = new RDFTriple(testOwlApiSubjectUri1,
testOwlApiPredicateUri1, testOwlApiObjectUri1);
testOwlApiTriplePlainLiteral = new RDFTriple(testOwlApiSubjectUri1,
testOwlApiPredicateUri1, testOwlApiObjectPlainLiteral1);