Hey,

is there a better way than

import com.hp.hpl.jena.datatypes.xsd.impl.XMLLiteralType;

...

if (!stmt.getObject().isLiteral() ||
!stmt.getLiteral().getDatatype().equals(XMLLiteralType.theXMLLiteralType))

?

Thanks,

Martynas
graphityhq.com

Reply via email to