OLD | NEW |
(Empty) | |
| 1 { |
| 2 "@context": "http://www.w3.org/ns/anno.jsonld", |
| 3 "id": "http://example.org/anno15", |
| 4 "type": "Annotation", |
| 5 "creator": { |
| 6 "id": "http://example.org/user1", |
| 7 "type": "Person", |
| 8 "name": "My Pseudonym", |
| 9 "nickname": "pseudo", |
| 10 "email_sha1": "58bad08927902ff9307b621c54716dcc5083e339" |
| 11 }, |
| 12 "generator": { |
| 13 "id": "http://example.org/client1", |
| 14 "type": "Software", |
| 15 "name": "Code v2.1", |
| 16 "homepage": "http://example.org/client1/homepage1" |
| 17 }, |
| 18 "body": "http://example.net/review1", |
| 19 "target": "http://example.com/restaurant1" |
| 20 } |
OLD | NEW |