Such literals don't exist in RDF 1.0 and only exist implicitly in RDF 1.1 In RDF 1.1 a untyped literal is considered to have an implicit type of xsd:string and a literal with a language has an implicit type of rdf:langString however you aren't allowed literals that have both a language and a type
Hence there are no methods in Jena to allow this. Rob On 01/07/2014 14:34, "Benson Margulies" <[email protected]> wrote: >I see how to create an untyped literal with a language or a typed >literal without, but not one with both.
