Hi

I have some base64 binary data in an array of bytes.

How do I store that in a typed literal. I guess I need something like this

            model.add(subject, predicate, model.createTypedLiteral(bytes, new XSDbase64Binary("???")));

But what do I put in the ??? part?

thanks

graham


Reply via email to