Hey,

when I compare Model with ResourceFactory, Model has the following methods

  createTypedLiteral(Object value)
  createTypedLiteral(Object value, RDFDatatype dtype)
  createTypedLiteral(String lex, RDFDatatype dtype)

while ResourceFactory only has

  createTypedLiteral(Object value)
  createTypedLiteral(String string, RDFDatatype dType)

Is that on oversight?


Martynas

Reply via email to