diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/tools/samples/example2.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/tools/samples/example2.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/web-platform/tests/annotation-model/tools/samples/example2.json b/testing/web-platform/tests/annotation-model/tools/samples/example2.json deleted file mode 100644 index f950f2db8..000000000 --- a/testing/web-platform/tests/annotation-model/tools/samples/example2.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno2", - "type": "Annotation", - "body": { - "id": "http://example.org/analysis1.mp3", - "format": "audio/mpeg", - "language": "fr" - }, - "target": { - "id": "http://example.gov/patent1.pdf", - "format": "application/pdf", - "language": ["en", "ar"], - "textDirection": "ltr", - "processingLanguage": "en" - } -}
\ No newline at end of file |