Re: [JSON] The best of both worlds?

Manu Sporny wrote:
>       {
>          "subject": "http://example.org/people#david"
>          "predicate": "http://xmlns.com/foaf/0.1/name"
>          "object":
>          {
>             "value": "David Wood"
>             "language": "en"
>          }
>       },

ps: that looks a lot like reification... as in, if you were to drop a 
reified triple in to JSON-LD, would that not be the above? (other than 
swapping curie "rdf:subject" for simple-term "subject" that is).

Received on Monday, 21 March 2011 02:55:22 UTC