- From: Souripriya Das <SOURIPRIYA.DAS@oracle.com>
- Date: Wed, 27 Jun 2012 06:46:21 -0700 (PDT)
- To: Public-Rdb2rdf-Wg <public-rdb2rdf-wg@w3.org>
In the TC, I saw examples of rr:template values like the following (see [1])
[ rr:template "{\"FirstName\"} {\"LastName\"}"; rr:termType rr:Literal; ]
However, what if we want to make it an rr:IRI (by default), just by removing "rr:termType rr:Literal":
[ rr:template "{\"FirstName\"} {\"LastName\"}"; ]
My understanding is that that would generate invalid IRIs, and so the rr:template value has to be rewritten as follows:
[ rr:template "{\"FirstName\"}%20{\"LastName\"}"; ]
Could someone please confirm?
Thanks,
- Souri.
[1] http://www.w3.org/2001/sw/rdb2rdf/test-cases/#R2RMLTC0003c
Received on Wednesday, 27 June 2012 13:47:02 UTC