Need for a TO_PLAINLITERAL builtin?
Brought to you by:
adrian_marte,
daniel_winkler
rdf:PlainLiteral datatype is treated as TEXT in the builtins, and there is no TO_PLAINLITERAL method.
This:
<http://www.w3.org/2007/rif-builtin-function#lang-from-PlainLiteral>("Hello World!@en"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral>)
translates to
LANG_FROM_TEXT(Hello World|@en, ?var)
is this enough?