anno2.json (409B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno2", 4 "type": "Annotation", 5 "body": { 6 "id": "http://example.org/analysis1.mp3", 7 "format": "audio/mpeg", 8 "language": "fr" 9 }, 10 "target": { 11 "id": "http://example.gov/patent1.pdf", 12 "format": "application/pdf", 13 "language": ["en", "ar"], 14 "textDirection": "ltr", 15 "processingLanguage": "en" 16 } 17 }