diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-protocol/files')
52 files changed, 0 insertions, 722 deletions
diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.json deleted file mode 100644 index 905349bb4..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno1", - "type": "Annotation", - "body": "http://example.org/post1", - "target": "http://example.com/page1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld b/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld deleted file mode 100644 index 0e1729ae7..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "/annotations/anno1.jsonld", - "type": "Annotation", - "created": "2015-01-31T12:03:45Z", - "body": { - "type": "TextualBody", - "value": "I like this page!" - }, - "target": "/index.html" -} diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno10.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno10.json deleted file mode 100644 index 766fddf3a..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno10", - "type": "Annotation", - "body": { - "type": "Choice", - "items": [ - { - "id": "http://example.org/note1", - "language": "en" - }, - { - "id": "http://example.org/note2", - "language": "fr" - } - ] - }, - "target": "http://example.org/website1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno11.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno11.json deleted file mode 100644 index 7461493f4..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno11.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno11", - "type": "Annotation", - "motivation": "commenting", - "body": { - "type": "TextualBody", - "value": "These pages together provide evidence of the conspiracy" - }, - "target": { - "type": "Composite", - "items": [ - "http://example.com/page1", - "http://example.org/page6", - "http://example.net/page4" - ] - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno12.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno12.json deleted file mode 100644 index a8039b207..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno12", - "type": "Annotation", - "motivation": "tagging", - "body": { - "type": "TextualBody", - "value": "important" - }, - "target": { - "type": "List", - "items": [ - "http://example.com/book/page1", - "http://example.com/book/page2", - "http://example.com/book/page3", - "http://example.com/book/page4" - ] - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno13.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno13.json deleted file mode 100644 index 8bf663330..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno13.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 diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno14.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno14.json deleted file mode 100644 index 102225b72..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno14.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno14", - "type": "Annotation", - "creator": "http://example.org/user1", - "created": "2015-01-28T12:00:00Z", - "modified": "2015-01-29T09:00:00Z", - "generator": "http://example.org/client1", - "generated": "2015-02-04T12:00:00Z", - "body": { - "id": "http://example.net/review1", - "creator": "http://example.net/user2", - "created": "2014-06-02T17:00:00Z" - }, - "target": "http://example.com/restaurant1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno15.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno15.json deleted file mode 100644 index 1280eef4c..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno15.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno15", - "type": "Annotation", - "creator": { - "id": "http://example.org/user1", - "type": "Person", - "name": "My Pseudonym", - "nickname": "pseudo", - "email_sha1": "58bad08927902ff9307b621c54716dcc5083e339" - }, - "generator": { - "id": "http://example.org/client1", - "type": "Software", - "name": "Code v2.1", - "homepage": "http://example.org/client1/homepage1" - }, - "body": "http://example.net/review1", - "target": "http://example.com/restaurant1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno16.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno16.json deleted file mode 100644 index f110169c3..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno16.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno16", - "type": "Annotation", - "audience": { - "id": "http://example.edu/roles/teacher", - "type": "schema:EducationalAudience", - "schema:educationalRole": "teacher" - }, - "body": "http://example.net/classnotes1", - "target": "http://example.com/textbook1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno17.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno17.json deleted file mode 100644 index 056b8e4f5..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno17.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno17", - "type": "Annotation", - "motivation": "commenting", - "body": "http://example.net/comment1", - "target": { - "id": "http://example.com/video1", - "type": "Video", - "accessibility": "captions" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno18.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno18.json deleted file mode 100644 index cdf50fcd8..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno18.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno18", - "type": "Annotation", - "motivation": "bookmarking", - "body": [ - { - "type": "TextualBody", - "value": "readme", - "purpose": "tagging" - }, - { - "type": "TextualBody", - "value": "A good description of the topic that bears further investigation", - "purpose": "describing" - } - ], - "target": "http://example.com/page1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno19.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno19.json deleted file mode 100644 index bd572ce68..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno19.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno19", - "type": "Annotation", - "rights": "https://creativecommons.org/publicdomain/zero/1.0/", - "body": { - "id": "http://example.net/review1", - "rights": "http://creativecommons.org/licenses/by-nc/4.0/" - }, - "target": "http://example.com/product1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.json deleted file mode 100644 index f950f2db8..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.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 diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld b/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld deleted file mode 100644 index 22e96e11c..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "/annotations/anno2.jsonld", - "type": "Annotation", - "created": "2015-02-31T12:03:45Z", - "body": { - "type": "TextualBody", - "value": "Great resource!" - }, - "target": "http://www.w3c.org/" -} diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno20.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno20.json deleted file mode 100644 index 17fcc7185..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno20.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno20", - "type": "Annotation", - "canonical": "urn:uuid:dbfb1861-0ecf-41ad-be94-a584e5c4f1df", - "via": "http://other.example.org/anno1", - "body": { - "id": "http://example.net/review1", - "rights": "http://creativecommons.org/licenses/by/4.0/" - }, - "target": "http://example.com/product1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno21.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno21.json deleted file mode 100644 index 9ae284df0..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno21.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno21", - "type": "Annotation", - "body": { - "type": "SpecificResource", - "purpose": "tagging", - "source": "http://example.org/city1" - }, - "target": { - "id": "http://example.org/photo1", - "type": "Image" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno22.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno22.json deleted file mode 100644 index 767080c05..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno22.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno22", - "type": "Annotation", - "body": { - "source": "http://example.org/page1", - "selector": "http://example.org/paraselector1" - }, - "target": { - "source": "http://example.com/dataset1", - "selector": "http://example.org/dataselector1" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno23.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno23.json deleted file mode 100644 index 53b6c676b..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno23.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno23", - "type": "Annotation", - "body": { - "source": "http://example.org/video1", - "purpose": "describing", - "selector": { - "type": "FragmentSelector", - "conformsTo": "http://www.w3.org/TR/media-frags/", - "value": "t=30,60" - } - }, - "target": "http://example.org/image1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno24.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno24.json deleted file mode 100644 index 6cca6cb0a..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno24.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno24", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/page1.html", - "selector": { - "type": "CssSelector", - "value": "#elemid > .elemclass + p" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno25.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno25.json deleted file mode 100644 index 0e48d3be6..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno25.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno25", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/page1.html", - "selector": { - "type": "XPathSelector", - "value": "/html/body/p[2]/table/tr[2]/td[3]/span" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno26.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno26.json deleted file mode 100644 index 1777fd781..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno26.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno26", - "type": "Annotation", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.org/page1", - "selector": { - "type": "TextQuoteSelector", - "exact": "anotation", - "prefix": "this is an ", - "suffix": " that has some" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno27.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno27.json deleted file mode 100644 index 4844979a2..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno27.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno27", - "type": "Annotation", - "body": "http://example.org/review1", - "target": { - "source": "http://example.org/ebook1", - "selector": { - "type": "TextPositionSelector", - "start": 412, - "end": 795 - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno28.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno28.json deleted file mode 100644 index 2dd1bc7af..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno28.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno28", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/diskimg1", - "selector": { - "type": "DataPositionSelector", - "start": 4096, - "end": 4104 - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno29.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno29.json deleted file mode 100644 index 77914acae..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno29.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno29", - "type": "Annotation", - "body": "http://example.org/road1", - "target": { - "source": "http://example.org/map1", - "selector": { - "id": "http://example.org/svg1", - "type": "SvgSelector" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.json deleted file mode 100644 index 548825c76..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno3", - "type": "Annotation", - "body": { - "id": "http://example.org/video1", - "type": "Video" - }, - "target": { - "id": "http://example.org/website1", - "type": "Text" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.jsonld b/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.jsonld deleted file mode 100644 index ef1bc83b5..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno3.jsonld +++ /dev/null @@ -1,8 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "/annotations/anno3.jsonld", - "type": "Annotation", - "target": "http://w3c.org/", - "body": "https://en.wikipedia.org/wiki/World_Wide_Web_Consortium", - "movivation": "describing" -} diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno30.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno30.json deleted file mode 100644 index 1a7619afc..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno30.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno30", - "type": "Annotation", - "body": "http://example.org/road1", - "target": { - "source": "http://example.org/map1", - "selector": { - "type": "SvgSelector", - "value": "<svg:svg> ... </svg:svg>" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno31.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno31.json deleted file mode 100644 index ee6902c39..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno31.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno31", - "type": "Annotation", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.org/page1.html", - "selector": { - "type": "RangeSelector", - "startSelector": { - "type": "XPathSelector", - "value": "//table[1]/tr[1]/td[2]" - }, - "endSelector": { - "type": "XPathSelector", - "value": "//table[1]/tr[1]/td[4]" - } - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno32.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno32.json deleted file mode 100644 index f7c189ceb..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno32.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno32", - "type": "Annotation", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.org/page1", - "selector": { - "type": "FragmentSelector", - "value": "para5", - "refinedBy": { - "type": "TextQuoteSelector", - "exact": "Selected Text", - "prefix": "text before the ", - "suffix": " and text after it" - } - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno33.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno33.json deleted file mode 100644 index f2866eef5..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno33.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno33", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/page1", - "state": { - "id": "http://example.org/state1" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno34.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno34.json deleted file mode 100644 index c3df38c28..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno34.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno34", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/page1", - "state": { - "type": "TimeState", - "cached": "http://archive.example.org/copy1", - "sourceDate": "2015-07-20T13:30:00Z" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno35.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno35.json deleted file mode 100644 index 39050abb1..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno35.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno35", - "type": "Annotation", - "body": "http://example.org/description1", - "target": { - "source": "http://example.org/resource1", - "state": { - "type": "HttpRequestState", - "value": "Accept: application/pdf" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno36.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno36.json deleted file mode 100644 index 77581efb3..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno36.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno36", - "type": "Annotation", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.org/ebook1", - "state": { - "type": "TimeState", - "sourceDate": "2016-02-01T12:05:23Z", - "refinedBy": { - "type": "HttpRequestState", - "value": "Accept: application/pdf", - "refinedBy": { - "type": "FragmentSelector", - "value": "page=10", - "conformsTo": "http://tools.ietf.org/rfc/rfc3778" - } - } - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno37.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno37.json deleted file mode 100644 index 96796db9a..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno37.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno37", - "type": "Annotation", - "stylesheet": "http://example.org/style1", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.org/document1", - "styleClass": "red" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno38.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno38.json deleted file mode 100644 index 67f24b80e..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno38.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno38", - "type": "Annotation", - "stylesheet": { - "type": "CssStylesheet", - "value": ".red { color: red }" - }, - "body": "http://example.org/body1", - "target": { - "source": "http://example.org/target1", - "styleClass": "red" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno39.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno39.json deleted file mode 100644 index 27e639cd3..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno39.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno39", - "type": "Annotation", - "body": "http://example.org/comment1", - "target": { - "source": "http://example.edu/article.pdf", - "selector": "http://example.org/selectors/html-selector1", - "renderedVia": { - "id": "http://example.com/pdf-to-html-library", - "type": "Software", - "schema:softwareVersion": "2.5" - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno4.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno4.json deleted file mode 100644 index 5655fb39e..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno4.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno4", - "type": "Annotation", - "body": "http://example.org/description1", - "target": { - "id": "http://example.com/image1#xywh=100,100,300,300", - "type": "Image", - "format": "image/jpeg" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json deleted file mode 100644 index 63b47f145..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno40", - "type": "Annotation", - "body": "http://example.org/note1", - "target": { - "source": "http://example.org/image1", - "scope": "http://example.org/page1" - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno41.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno41.json deleted file mode 100644 index 80afc7489..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno41.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno41", - "type": "Annotation", - "motivation": "commenting", - "creator": { - "id": "http://example.org/user1", - "type": "Person", - "name": "A. Person", - "nickname": "user1" - }, - "created": "2015-10-13T13:00:00Z", - "generator": { - "id": "http://example.org/client1", - "type": "Software", - "name": "Code v2.1", - "homepage": "http://example.org/homepage1" - }, - "generated": "2015-10-14T15:13:28Z", - "stylesheet": { - "id": "http://example.org/stylesheet1", - "type": "CssStylesheet" - }, - "body": [ - { - "type": "TextualBody", - "purpose": "tagging", - "value": "love" - }, - { - "type": "Choice", - "items": [ - { - "type": "TextualBody", - "purpose": "describing", - "value": "I really love this particular bit of text in this XML. No really.", - "format": "text/plain", - "language": "en", - "creator": "http://example.org/user1" - }, - { - "type": "SpecificResource", - "purpose": "describing", - "source": { - "id": "http://example.org/comment1", - "type": "Audio", - "format": "audio/mpeg", - "language": "de", - "creator": { - "id": "http://example.org/user2", - "type": "Person" - } - } - } - ] - } - ], - "target": { - "type": "SpecificResource", - "styleClass": "mystyle", - "source": "http://example.com/document1", - "state": [ - { - "type": "HttpRequestState", - "value": "Accept: application/xml", - "refinedBy": { - "type": "TimeState", - "sourceDate": "2015-09-25T12:00:00Z" - } - } - ], - "selector": { - "type": "FragmentSelector", - "value": "xpointer(/doc/body/section[2]/para[1])", - "refinedBy": { - "type": "TextPositionSelector", - "start": 6, - "end": 27 - } - } - } -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno5.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno5.json deleted file mode 100644 index 85532e878..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno5.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno5", - "type":"Annotation", - "body": { - "type" : "TextualBody", - "value" : "<p>j'adore !</p>", - "format" : "text/html", - "language" : "fr" - }, - "target": "http://example.org/photo1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno6.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno6.json deleted file mode 100644 index 9ae0d88ea..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno6", - "type":"Annotation", - "bodyValue": "Comment text", - "target": "http://example.org/target1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno7.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno7.json deleted file mode 100644 index 9f821d22f..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno7.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno7", - "type":"Annotation", - "body": { - "type": "TextualBody", - "value": "Comment text", - "format": "text/plain" - }, - "target": "http://example.org/target1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno8.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno8.json deleted file mode 100644 index 3187af657..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno8.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno8", - "type": "Annotation", - "target": "http://example.org/ebook1" -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno9.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno9.json deleted file mode 100644 index 8d72da356..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/anno9.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno9", - "type": "Annotation", - "body": [ - "http://example.org/description1", - { - "type": "TextualBody", - "value": "tag1" - } - ], - "target": [ - "http://example.org/image1", - "http://example.org/image2" - ] -}
\ No newline at end of file diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.headers deleted file mode 100755 index e69ef1cde..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.headers +++ /dev/null @@ -1,4 +0,0 @@ -Content-Type: application/ld+json; profile="http://www.w3.org/ns/anno.jsonld" -Link: <http://www.w3.org/ns/ldp#Resource>; rel="type" -Allow: GET,HEAD,OPTIONS,DELETE,PUT -Vary: Accept diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.options.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.options.headers deleted file mode 100755 index e07c9bce1..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/annotation.options.headers +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: text/plain -Allow: GET,HEAD,OPTIONS,DELETE,PUT -Vary: Accept diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/collection.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/collection.headers deleted file mode 100755 index a6dc59ecb..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/collection.headers +++ /dev/null @@ -1,5 +0,0 @@ -Content-Type: application/ld+json; profile="http://www.w3.org/ns/anno.jsonld" -Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel="type" -Link: <http://www.w3.org/TR/annotation-protocol/>; rel="http://www.w3.org/ns/ldp#constrainedBy" -Allow: POST,GET,OPTIONS,HEAD -Vary: Accept, Prefer diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/collection.options.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/collection.options.headers deleted file mode 100755 index 128068479..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/collection.options.headers +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: text/plain -Allow: POST,GET,OPTIONS,HEAD,DELETE,PUT -Vary: Accept, Prefer diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/cors.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/cors.headers deleted file mode 100755 index 816bc214a..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/cors.headers +++ /dev/null @@ -1,4 +0,0 @@ -Access-Control-Allow-Headers: Content-Type, Prefer -Access-Control-Allow-Methods: GET,HEAD,OPTIONS,DELETE,PUT -Access-Control-Allow-Origin: * -Access-Control-Expose-Headers: ETag, Allow, Vary, Link, Content-Type, Location, Content-Location, Prefer diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/page.headers b/testing/web-platform/tests/annotation-protocol/files/annotations/page.headers deleted file mode 100644 index 7cb1c19c6..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/annotations/page.headers +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: application/ld+json; profile="http://www.w3.org/ns/anno.jsonld" -Allow: GET,OPTIONS,HEAD -Vary: Accept, Prefer diff --git a/testing/web-platform/tests/annotation-protocol/files/index.html b/testing/web-platform/tests/annotation-protocol/files/index.html deleted file mode 100644 index 146fd3aed..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/index.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width"> - <title>Annotate This Page</title> -</head> -<body> - - <h4>Test Your Annotation Client <em>Today!</em></h4> - - <blockquote>A conforming Web Annotation Protocol client SHOULD be able to: - <ul> - <li>start from this page</li> - <li>discover the <em>recommended</em> AnnotationCollection</li> - <li>read existing annotations from that AnnotationCollection</li> - <li>create, update, and delete annotations from that AnnotationCollection</li> - </ul> - </blockquote> - - <p>Interoperability between systems has two basic aspects: the syntax and semantics of the data that is moved between the systems, and the transport mechanism for that movement. The HTTP protocol and the Web architecture provides us with a great starting point for a standardized transport layer, and can be used to move content between systems easily and effectively. Building upon these foundations allows us to make use of existing technology and patterns to ensure consistency and ease of development.</p> - - <p>The Web Annotation Protocol describes a transport mechanism for creating, managing, and retrieving Annotations. Annotations in this specification are assumed to follow the requirements of the Web Annotation Data Model [<cite><a href="#bib-annotation-model" class="bibref">annotation-model</a></cite>] and Web Annotation Vocabulary [<cite><a href="#bib-annotation-vocab" class="bibref">annotation-vocab</a></cite>]. This specification builds upon REST principles and the Linked Data Platform [<cite><a href="#bib-ldp" class="bibref">ldp</a></cite>] recommendation, and familiarity with it is recommended.</p> - -</body> -</html> diff --git a/testing/web-platform/tests/annotation-protocol/files/index.html.headers b/testing/web-platform/tests/annotation-protocol/files/index.html.headers deleted file mode 100644 index 2b5c176a6..000000000 --- a/testing/web-platform/tests/annotation-protocol/files/index.html.headers +++ /dev/null @@ -1 +0,0 @@ -Link: </annotations/>; rel="http://www.w3.org/ns/oa#annotationService" |