436437438439440441442443
return new RDFValue( valueFactory.createLiteral(s)); // valueFactory.createLiteral( s, XMLSchema.STRING ) ); } catch (Throwable t) { reset(true); throw new RippleException(t); } }