198199200201202203204205206207208
{ final Model m = ModelHelper.modelWithStatements(this, ""); final Literal l = m.createLiteral("hello, world"); try { l.asResource(); Assert.fail("should not be able to do Literal.asResource()"); } catch (final ResourceRequiredException e) { }