ISSUE-8 (curlies): Escaping ???{??? and ???}??? in templates [R2RML]

ISSUE-8 (curlies): Escaping “{” and “}” in templates [R2RML]

http://www.w3.org/2001/sw/rdb2rdf/track/issues/8

Raised by: David McNeil
On product: R2RML

http://lists.w3.org/Archives/Public/public-rdb2rdf-wg/2011Jan/0019.html

In the R2RML specification I don't see a description of how to escape the
characters "{" and "}" in template strings. For example if I need to produce
a string like "{joe 25}" from a name and age column then I would want to
have a template something like: "{{name} {age}}", but I expect the outer
braces would need to be escaped somehow, perhaps as: "\{{name} {age}\}". Is
this something that the specification will address?

Received on Tuesday, 18 January 2011 17:15:43 UTC