Re: n3 suggestion: comma, semi-colon, and period; Versioning

[Tim Berners-Lee]


>
> Another ppossibility would be to try to match the the python dictionary
>
> { height: big; color: grey}
>
> for the 2ple case, extending it to allow multiple values for the same
> key/predicate.
>
> hmmmm

Well, now you're getting very close to semi-structured text format, and you
could easily write

{person:{name:Mike,age:36,parent:{person:{name:Mary,age:56}}}}

which seems really easy to read and is still a Python dictionary at the same
time.

Cheers,

Tom P

Received on Thursday, 4 April 2002 00:40:07 UTC