OLD | NEW |
(Empty) | |
| 1 { |
| 2 "@context": "http://www.w3.org/ns/anno.jsonld", |
| 3 "id": "http://example.org/anno14", |
| 4 "type": "Annotation", |
| 5 "creator": "http://example.org/user1", |
| 6 "created": "2015-01-28T12:00:00Z", |
| 7 "modified": "2015-01-29T09:00:00Z", |
| 8 "generator": "http://example.org/client1", |
| 9 "generated": "2015-02-04T12:00:00Z", |
| 10 "body": { |
| 11 "id": "http://example.net/review1", |
| 12 "creator": "http://example.net/user2", |
| 13 "created": "2014-06-02T17:00:00Z" |
| 14 }, |
| 15 "target": "http://example.com/restaurant1" |
| 16 } |
OLD | NEW |