example18.json (449B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno18", 4 "type": "Annotation", 5 "motivation": "bookmarking", 6 "body": [ 7 { 8 "type": "TextualBody", 9 "value": "readme", 10 "purpose": "tagging" 11 }, 12 { 13 "type": "TextualBody", 14 "value": "A good description of the topic that bears further investigation", 15 "purpose": "describing" 16 } 17 ], 18 "target": "http://example.com/page1" 19 }