anno10.json (383B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno10", 4 "type": "Annotation", 5 "body": { 6 "type": "Choice", 7 "items": [ 8 { 9 "id": "http://example.org/note1", 10 "language": "en" 11 }, 12 { 13 "id": "http://example.org/note2", 14 "language": "fr" 15 } 16 ] 17 }, 18 "target": "http://example.org/website1" 19 }