- From: Yingjie Li <yingjieli.lehigh@gmail.com>
- Date: Wed, 20 Feb 2013 14:51:00 -0500
- To: "public-lod@w3.org" <public-lod@w3.org>, "semantic-web@w3.org" <semantic-web@w3.org>
Received on Sunday, 24 February 2013 22:47:16 UTC
Hi all, It is known that in the SQL standard we can escape the spaces in the column name using the double quote (¡°) as follows: SELECT "Balance" as "Account Balance" FROM ¡°Account¡±, where the ¡°Account Balance¡± is an alias name of the column "Balance" in the table of ¡°Acount¡±. Does anyone know whether SPARQL standard has such feature of allowing space in the column header of the result set? Sort of like SELECT ?Balance AS "Account Balance" WHERE ....... If not, does W3C plan to support this? Thanks for any help in advance! Regards, Yingjie
Received on Sunday, 24 February 2013 22:47:16 UTC