diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/tools/samples/example13.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/tools/samples/example13.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/web-platform/tests/annotation-model/tools/samples/example13.json b/testing/web-platform/tests/annotation-model/tools/samples/example13.json deleted file mode 100644 index 8bf663330..000000000 --- a/testing/web-platform/tests/annotation-model/tools/samples/example13.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno13", - "type": "Annotation", - "motivation": "classifying", - "body": "http://example.org/vocab/art/portrait", - "target": { - "type": "Independents", - "items": [ - "http://example.com/image1", - "http://example.net/image2", - "http://example.com/image4", - "http://example.org/image9" - ] - } -}
\ No newline at end of file |