Re: [TTL] Long literals

I meant to send this to RDF-WG - autocomplete failure - .  My apologies.
It is also relevant to SPARQL though:

{ :x :p """
abc
""" }

will match only if the line-end conventions are the same between data 
originating environment and query-writing environment.

	Andy


On 31/03/11 09:53, Steve Harris wrote:
> Hm, I don't understand, surely it should be whatever UTF-8 data appears between the """s? If the file has UNIX style line endings you'll get \n, otherwise \r\n, or \r as apprpriate.
>
> This is especially relevant if you're trying to store e.g. HTTP headers, which are sensitive to the terminating line characters.
>
> - Steve

Received on Thursday, 31 March 2011 09:12:14 UTC