In RDF 1.0 a literal is either a plain literal, a datatyped literal, or a language tagged literal. You can't put a datatype on a language tagged literal.
In RDF 1.1, there are only datatyped literals. What were plain literals become literals with datatype xsd:string. What were language tagged literals become literals with datatype rdf:langString (but still have a language tag). On Tue, Jul 1, 2014 at 9:34 AM, 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. -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
