On 7/1/2010 11:51 AM, Henry Story wrote:
So just as a matter of interest, imagine a new syntax came along that allowed 
literals in
subject position, could you not write a serialiser for it that turned

"123" length 3 .

Into

_:b owl:sameAs "123";
    length 3.

?


I couldn't because chunks of my code are low level utils that are expected to, for example, write out what they read in, so I can't make transforms in the middle.

Jeremy


Reply via email to