triannon-client 0.2.0.pre.0.rc1 → 0.2.1.pre.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/.env_example +1 -0
  3. data/bin/console +7 -1
  4. data/lib/triannon-client/configuration.rb +3 -0
  5. data/lib/triannon-client/triannon_client.rb +27 -11
  6. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +78 -78
  7. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +78 -78
  8. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +78 -78
  9. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +78 -78
  10. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trig_.yml +78 -78
  11. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trix_.yml +78 -78
  12. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +78 -78
  13. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +78 -78
  14. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +78 -78
  15. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/n3_.yml +78 -78
  16. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +78 -78
  17. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +78 -78
  18. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +78 -78
  19. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +51 -51
  20. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +46 -46
  21. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +45 -45
  22. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +45 -45
  23. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +29 -29
  24. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +29 -29
  25. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +29 -29
  26. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +29 -29
  27. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +29 -29
  28. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +29 -29
  29. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trig_.yml +29 -29
  30. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trix_.yml +29 -29
  31. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +29 -29
  32. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +29 -29
  33. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +29 -29
  34. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +29 -29
  35. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/n3_.yml +29 -29
  36. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +29 -29
  37. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +29 -29
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +29 -29
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +29 -29
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +29 -29
  41. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +29 -29
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +29 -29
  43. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +29 -29
  44. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +29 -29
  45. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +29 -29
  46. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +29 -29
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +85 -498
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +51 -51
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +29 -273
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +45 -45
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +29 -2473
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +51 -51
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/deletes_an_open_annotation_that_exists.yml +39 -38
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/fails_to_delete_an_open_annotation_that_does_NOT_exist.yml +10 -10
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_false_for_a_500_response_to_a_DELETE_request.yml +5 -5
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_200_response_to_a_DELETE_request.yml +5 -5
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_202_response_to_a_DELETE_request.yml +5 -5
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_204_response_to_a_DELETE_request.yml +5 -5
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +5 -5
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +17 -17
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +17 -17
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +49 -49
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +29 -29
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +29 -29
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +29 -29
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +29 -29
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml +29 -29
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_that_is_a_valid_URI.yml +39 -38
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +41 -41
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +29 -29
  71. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +29 -29
  72. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +29 -29
  73. data/spec/lib/triannon-client/configuration_spec.rb +18 -2
  74. data/spec/lib/triannon-client/triannon_client_spec.rb +14 -6
  75. data/triannon-client.gemspec +3 -4
  76. metadata +10 -76
  77. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +0 -4088
  78. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +0 -4088
  79. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +0 -4088
  80. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +0 -4088
  81. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trig_.yml +0 -4088
  82. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trix_.yml +0 -4088
  83. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +0 -4088
  84. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +0 -4088
  85. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +0 -4088
  86. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/n3_.yml +0 -4088
  87. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +0 -4088
  88. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +0 -4088
  89. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +0 -4088
  90. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_JSON-LD_content.yml +0 -2502
  91. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +0 -2502
  92. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_using_a_default_JSON-LD_content.yml +0 -2502
  93. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_optional_content_type_parameter.yml +0 -2502
  94. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_turtle_content_type_parameter.yml +0 -2502
  95. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/checks_the_annotation_ID.yml +0 -2561
  96. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/logs_exceptions.yml +0 -2502
  97. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_a_nil_ID.yml +0 -2502
  98. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +0 -2502
  99. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_integer_ID.yml +0 -2502
  100. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +0 -2502
  101. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +0 -3623
  102. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +0 -4946
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"81275221e15b2db3d1da462a49eb8b19"
34
+ - W/"4b59406dec48fd06b7816f796dd19164"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - dd992b6c-b8a2-4f7a-bb38-10642db50380
38
+ - 71131502-8552-4343-a854-4e4cb7f66623
39
39
  X-Runtime:
40
- - '6.429437'
40
+ - '1.469994'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 04 May 2015 23:12:29 GMT
44
+ - Mon, 11 May 2015 21:27:12 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=YWRvRW8vM0VHQkZJckIzaWIrMWVuNkRsZ293eG9Ic0d2RHNpcTNSeGlGaUhTemRKM216eUF1MGhUWDBIbHovYnFuejhxK0NlbWFMaitRakJ6aWVCUFd5V1RNUkY4cWV5QjNDSVpKL2hsQll5OGQrZTNHY2l0b2lpdnFCMXRGUEk5MUU0eFBTTDhMRWRZem5GRVlyMlZLdWRsLzNlOHlYaFd5MUVhK1ZhK1FGaDEvSTV1R0FkSlZYKzg1cnNuMmV0STFYeVg4aWc5TkxkaUFpNjJIYk1BeWMvbm1mRmh0c0RMWWc2ZE8wdlBzTT0tLTgxUEx1MzY5RS8vYkhKTXBrSDVqUFE9PQ%3D%3D--abf5556ee5c7636273ed2b7e28b56127557a9462;
50
+ - _internal_session=TlRIQVBNTDZ4dlZjdERvM3J4UnZVUndySmlYakdNN1lYcyt3dk0xcG5hRms1dWRNVW1DUzk5OHR1Y2pxYjVvc0ZPWUltb2hhWmpMUUptcENySUZtaDlhK0x3Q0tsOXZNSkNXUzRrNEsycmt5Z1Qya1RBSWdWTzVWUFhzVUtON05VSXYveUhvbHVHVXhCaG12cmJvWHRPVFpvZzRDdlVRNGF6YUUzY0gvR0FiTUhzQ0sweGdiaUZQV0tuSnlYY2pBUGZVSDZCbzVXY0FuWThtelQ3b0RHbENQMjBjdi95ZVRSWG4rNE1yVFh1ZFJTVjVVQ3RDSUMvdVJsY05NcmNiUy0telpFeEMwU1NEeVNQM1RCSWYzV0lYZz09--105c27dff75f6099b53e4b0a8248bb4fd7b6d842;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075058741880","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/854f1aa4-889e-4f1f-b0c1-d0d5e5722b31","@type":"oa:Annotation","hasBody":"_:g70075058741880","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902318849940","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/5e/4a/69/c4/5e4a69c4-6dfc-49f7-9873-fcbece1b6617","@type":"oa:Annotation","hasBody":"_:g69902318849940","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 23:12:29 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:12 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 04 May 2015 23:12:29 GMT
78
+ - Mon, 11 May 2015 21:27:12 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Tue, 05 May 2015 05:12:29 GMT
86
+ - Tue, 12 May 2015 03:27:12 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 04 May 2015 23:12:29 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:12 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 04 May 2015 23:12:30 GMT
124
+ - Mon, 11 May 2015 21:27:12 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Tue, 05 May 2015 05:12:30 GMT
138
+ - Tue, 12 May 2015 03:27:12 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 04 May 2015 23:12:30 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:13 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 04 May 2015 23:12:30 GMT
1276
+ - Mon, 11 May 2015 21:27:13 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Tue, 05 May 2015 05:12:30 GMT
1284
+ - Tue, 12 May 2015 03:27:13 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 04 May 2015 23:12:30 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:13 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 04 May 2015 23:12:30 GMT
1322
+ - Mon, 11 May 2015 21:27:13 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Tue, 05 May 2015 05:12:30 GMT
1336
+ - Tue, 12 May 2015 03:27:13 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 23:12:30 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:14 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/854f1aa4-889e-4f1f-b0c1-d0d5e5722b31
2457
+ uri: http://localhost:3000/annotations/5e%2F4a%2F69%2Fc4%2F5e4a69c4-6dfc-49f7-9873-fcbece1b6617
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2479,27 +2479,27 @@ http_interactions:
2479
2479
  Content-Type:
2480
2480
  - application/ld+json; charset=utf-8
2481
2481
  Etag:
2482
- - W/"7139022c2b28c41f10e1891ef241e947"
2482
+ - W/"f5119975c9bcd5308090a24380581fea"
2483
2483
  Cache-Control:
2484
2484
  - max-age=0, private, must-revalidate
2485
2485
  X-Request-Id:
2486
- - 5c39f511-ddd6-494e-98a2-ded7ab5d1cb5
2486
+ - 5fcbc247-ef17-4ab1-9b33-a268ea3cf208
2487
2487
  X-Runtime:
2488
- - '0.749675'
2488
+ - '0.675368'
2489
2489
  Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2490
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2491
2491
  Date:
2492
- - Mon, 04 May 2015 23:12:31 GMT
2492
+ - Mon, 11 May 2015 21:27:14 GMT
2493
2493
  Content-Length:
2494
- - '431'
2494
+ - '443'
2495
2495
  Connection:
2496
2496
  - Keep-Alive
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075065797860","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/854f1aa4-889e-4f1f-b0c1-d0d5e5722b31","@type":"oa:Annotation","hasBody":"_:g70075065797860","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
2499
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902323379680","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/5e/4a/69/c4/5e4a69c4-6dfc-49f7-9873-fcbece1b6617","@type":"oa:Annotation","hasBody":"_:g69902323379680","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
2501
2501
  http_version:
2502
- recorded_at: Mon, 04 May 2015 23:12:31 GMT
2502
+ recorded_at: Mon, 11 May 2015 21:27:14 GMT
2503
2503
  - request:
2504
2504
  method: get
2505
2505
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -2519,7 +2519,7 @@ http_interactions:
2519
2519
  message: Temporary Redirect
2520
2520
  headers:
2521
2521
  Date:
2522
- - Mon, 04 May 2015 23:12:31 GMT
2522
+ - Mon, 11 May 2015 21:27:15 GMT
2523
2523
  Server:
2524
2524
  - Apache/2
2525
2525
  Location:
@@ -2527,7 +2527,7 @@ http_interactions:
2527
2527
  Cache-Control:
2528
2528
  - max-age=21600
2529
2529
  Expires:
2530
- - Tue, 05 May 2015 05:12:31 GMT
2530
+ - Tue, 12 May 2015 03:27:15 GMT
2531
2531
  Content-Length:
2532
2532
  - '240'
2533
2533
  Content-Type:
@@ -2543,7 +2543,7 @@ http_interactions:
2543
2543
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
2544
2544
  </body></html>
2545
2545
  http_version:
2546
- recorded_at: Mon, 04 May 2015 23:12:31 GMT
2546
+ recorded_at: Mon, 11 May 2015 21:27:15 GMT
2547
2547
  - request:
2548
2548
  method: get
2549
2549
  uri: http://www.w3.org/ns/oa.jsonld
@@ -2565,7 +2565,7 @@ http_interactions:
2565
2565
  message: OK
2566
2566
  headers:
2567
2567
  Date:
2568
- - Mon, 04 May 2015 23:12:32 GMT
2568
+ - Mon, 11 May 2015 21:27:15 GMT
2569
2569
  Server:
2570
2570
  - Apache/2
2571
2571
  Last-Modified:
@@ -2579,7 +2579,7 @@ http_interactions:
2579
2579
  Cache-Control:
2580
2580
  - max-age=21600
2581
2581
  Expires:
2582
- - Tue, 05 May 2015 05:12:32 GMT
2582
+ - Tue, 12 May 2015 03:27:15 GMT
2583
2583
  P3p:
2584
2584
  - policyref="http://www.w3.org/2014/08/p3p.xml"
2585
2585
  Access-Control-Allow-Origin:
@@ -3697,7 +3697,7 @@ http_interactions:
3697
3697
 
3698
3698
 
3699
3699
  http_version:
3700
- recorded_at: Mon, 04 May 2015 23:12:32 GMT
3700
+ recorded_at: Mon, 11 May 2015 21:27:15 GMT
3701
3701
  - request:
3702
3702
  method: get
3703
3703
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -3717,7 +3717,7 @@ http_interactions:
3717
3717
  message: Temporary Redirect
3718
3718
  headers:
3719
3719
  Date:
3720
- - Mon, 04 May 2015 23:12:32 GMT
3720
+ - Mon, 11 May 2015 21:27:15 GMT
3721
3721
  Server:
3722
3722
  - Apache/2
3723
3723
  Location:
@@ -3725,7 +3725,7 @@ http_interactions:
3725
3725
  Cache-Control:
3726
3726
  - max-age=21600
3727
3727
  Expires:
3728
- - Tue, 05 May 2015 05:12:32 GMT
3728
+ - Tue, 12 May 2015 03:27:15 GMT
3729
3729
  Content-Length:
3730
3730
  - '240'
3731
3731
  Content-Type:
@@ -3741,7 +3741,7 @@ http_interactions:
3741
3741
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
3742
3742
  </body></html>
3743
3743
  http_version:
3744
- recorded_at: Mon, 04 May 2015 23:12:32 GMT
3744
+ recorded_at: Mon, 11 May 2015 21:27:15 GMT
3745
3745
  - request:
3746
3746
  method: get
3747
3747
  uri: http://www.w3.org/ns/oa.jsonld
@@ -3763,7 +3763,7 @@ http_interactions:
3763
3763
  message: OK
3764
3764
  headers:
3765
3765
  Date:
3766
- - Mon, 04 May 2015 23:12:32 GMT
3766
+ - Mon, 11 May 2015 21:27:15 GMT
3767
3767
  Server:
3768
3768
  - Apache/2
3769
3769
  Last-Modified:
@@ -3777,7 +3777,7 @@ http_interactions:
3777
3777
  Cache-Control:
3778
3778
  - max-age=21600
3779
3779
  Expires:
3780
- - Tue, 05 May 2015 05:12:32 GMT
3780
+ - Tue, 12 May 2015 03:27:15 GMT
3781
3781
  P3p:
3782
3782
  - policyref="http://www.w3.org/2014/08/p3p.xml"
3783
3783
  Access-Control-Allow-Origin:
@@ -4895,10 +4895,10 @@ http_interactions:
4895
4895
 
4896
4896
 
4897
4897
  http_version:
4898
- recorded_at: Mon, 04 May 2015 23:12:32 GMT
4898
+ recorded_at: Mon, 11 May 2015 21:27:16 GMT
4899
4899
  - request:
4900
4900
  method: delete
4901
- uri: http://localhost:3000/annotations/854f1aa4-889e-4f1f-b0c1-d0d5e5722b31
4901
+ uri: http://localhost:3000/annotations/5e%2F4a%2F69%2Fc4%2F5e4a69c4-6dfc-49f7-9873-fcbece1b6617
4902
4902
  body:
4903
4903
  encoding: US-ASCII
4904
4904
  string: ''
@@ -4925,22 +4925,22 @@ http_interactions:
4925
4925
  Cache-Control:
4926
4926
  - no-cache
4927
4927
  X-Request-Id:
4928
- - 04ac60c6-a876-463a-858d-06ec8755dd80
4928
+ - 9d4b4b72-95fe-4135-a150-1f914a900a8c
4929
4929
  X-Runtime:
4930
- - '0.130852'
4930
+ - '0.191217'
4931
4931
  Server:
4932
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
4932
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4933
4933
  Date:
4934
- - Mon, 04 May 2015 23:12:32 GMT
4934
+ - Mon, 11 May 2015 21:27:16 GMT
4935
4935
  Connection:
4936
4936
  - Keep-Alive
4937
4937
  Set-Cookie:
4938
- - _internal_session=c0ZadWxGQTF0NURYY0k3YWNXUHYzYWFkbFQvUXNwdm5hUERJVnVndUZBcWZSL0FlTFpSY1pINS9CbXJkY2lDTTZTOFo4elFmWm0yOGhubG54TTNLVGdCZ2lWdndNUWtHS09nczlWcXR0QUhNaUN1T002YW81NDhMemI3UjZwaFo3YXVTMzAvZDB5cEhrOG1iTTlpSFp0RVMxNWJlS1QyZjR1SFZyNmtudjMrTGcxWnZLWFJsUm42US9ObFlVSXhDLS1PYXE1aXhORDBGZ0FsdWY1MzZjcXlRPT0%3D--7b179553c815263635a798f88c8c576b2387b3a7;
4938
+ - _internal_session=WEVUUk5rN2xVYUdCSlh2d25IUFN0alFaVnQ4a3ZqcTZsb3VPZ2ZXZDVDOExtN21KV1I0NUQwUWFBYzhjekdXTzVHSVpPRWtoK0VHZkIyK3piWjFTVDZSWTJWZ3U2WEVEWUhZeWUveXVyd0ZUT2ZIK280SVcxd0I0bERhRkZFZGhpWVZCY1JXVHlUN09FdlFteWV5RjMrK05DUmZ1Q2NJa3ZKSkZuNFJaNEJlUUxDNWd5b0ZnRnd0b2tnb3hkNTVKLS1LcWxZQ0dzMTkveFVrZTVtZmJPTTZBPT0%3D--8806f8fcf02a1f7eaf40661755765770a334ddce;
4939
4939
  path=/; HttpOnly
4940
4940
  - request_method=DELETE; path=/
4941
4941
  body:
4942
4942
  encoding: UTF-8
4943
4943
  string: ''
4944
4944
  http_version:
4945
- recorded_at: Mon, 04 May 2015 23:12:32 GMT
4945
+ recorded_at: Mon, 11 May 2015 21:27:16 GMT
4946
4946
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"088580d94d536788b985be1e13bd8ec0"
34
+ - W/"6778c230f2698e22f45e62cec80e02f5"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - a607bd39-0c1e-458a-92df-b3ce019875dd
38
+ - 40f48b79-cbe4-4862-b121-5f927be45683
39
39
  X-Runtime:
40
- - '6.760721'
40
+ - '1.446986'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Tue, 05 May 2015 19:00:15 GMT
44
+ - Mon, 11 May 2015 21:27:47 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=QTNJN3NuaFc4czRLR1N2NGtpbitrNXQ2Qnl1cEMrcGVTSHowKy9kakRzTkxnRkh4YUZxR0Z3alFtOFpSRmRjWWhBa1BVRFA0anp0MnRjc1pMVGNqbDNjdzZ3ZDB3WkpmN29PYy9vYlZLUDZQcm55UnZHN3UySjBwVFZoM21IdFVkWDgyVTZkWCtCS3BtQnpQZEZSKysvSk9neHFYQjlpYldZM3VTdzU5NzJHWDlLSXdndjc2a2dybjJsL1pmbTVIWFpoY3JaYTBTZmVoeExJaTlHN2ZxK0dWR0Y2QSsvaHlSQlJhNWRCYnFDcz0tLWtyZ1ByWTRQNUVYdVVtQUFRNjZsemc9PQ%3D%3D--5d978247a74661f5a4ae8555b60d80556552fe96;
50
+ - _internal_session=R3FKTDREUXIwZXNaSXg5OWZRM05WNDRzZ25Zd1AwT2J1cnRpRWxpakRUSFlaWjFoUVl5aEFFK1ppVkxFcjdCVE8rWDhQczNGOUluRE5CTERSV0d5RjdlMzU4dHlXSUo0LzU1N3d6ci9OMWgvWWVJNTZycmlORTNUVGtzUTBZUkluUHBmS1YxZ3I5U2Z3MjN1UGhlT0JDTTNnOVNqWVd2MlJadVJHWHgxc0FRZGlTMmlyQW0wNTBiYThQWHhGR2pSVGl0Ukl6SHFkYTI2VHhNRGxiQzZ1SWlZTEVDbGM2dE5JblNscklwa1kxYlMvMUlod0M3eUJVQW1LQ1dzRFprcy0tdGpjMXNML1ZHOStZSDVXWEdTdEEzZz09--903702a88843678b805f32e776cf5939f4fedb40;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70090511637580","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/cd5892ce-f01c-4929-93f9-1c78898dc7c3","@type":"oa:Annotation","hasBody":"_:g70090511637580","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902466057680","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/1a/de/91/aa/1ade91aa-ee21-40fe-bed5-9c0d2c8def03","@type":"oa:Annotation","hasBody":"_:g69902466057680","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:00:15 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:47 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Tue, 05 May 2015 19:00:15 GMT
78
+ - Mon, 11 May 2015 21:27:47 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Wed, 06 May 2015 01:00:15 GMT
86
+ - Tue, 12 May 2015 03:27:47 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Tue, 05 May 2015 19:00:15 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:47 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Tue, 05 May 2015 19:00:16 GMT
124
+ - Mon, 11 May 2015 21:27:47 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Wed, 06 May 2015 01:00:16 GMT
138
+ - Tue, 12 May 2015 03:27:47 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Tue, 05 May 2015 19:00:16 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:48 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Tue, 05 May 2015 19:00:16 GMT
1276
+ - Mon, 11 May 2015 21:27:48 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Wed, 06 May 2015 01:00:16 GMT
1284
+ - Tue, 12 May 2015 03:27:48 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Tue, 05 May 2015 19:00:16 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:48 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Tue, 05 May 2015 19:00:16 GMT
1322
+ - Mon, 11 May 2015 21:27:48 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Wed, 06 May 2015 01:00:16 GMT
1336
+ - Tue, 12 May 2015 03:27:48 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Tue, 05 May 2015 19:00:16 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:48 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/cd5892ce-f01c-4929-93f9-1c78898dc7c3
2457
+ uri: http://localhost:3000/annotations/1a%2Fde%2F91%2Faa%2F1ade91aa-ee21-40fe-bed5-9c0d2c8def03
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2479,45 +2479,45 @@ http_interactions:
2479
2479
  Content-Type:
2480
2480
  - application/rdf+xml; charset=utf-8
2481
2481
  Etag:
2482
- - W/"6cf21e098ba750418c221923fd98cd3f"
2482
+ - W/"5802f7ca7cfd04efcee0bae720ade99c"
2483
2483
  Cache-Control:
2484
2484
  - max-age=0, private, must-revalidate
2485
2485
  X-Request-Id:
2486
- - adddc67e-ece2-471b-9b67-2981407e3e20
2486
+ - 733de203-d1bb-496e-8349-3ba8605f35b8
2487
2487
  X-Runtime:
2488
- - '0.153172'
2488
+ - '0.151070'
2489
2489
  Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2490
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2491
2491
  Date:
2492
- - Tue, 05 May 2015 19:00:17 GMT
2492
+ - Mon, 11 May 2015 21:27:48 GMT
2493
2493
  Content-Length:
2494
- - '993'
2494
+ - '909'
2495
2495
  Connection:
2496
2496
  - Keep-Alive
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: |
2500
2500
  <?xml version='1.0' encoding='utf-8' ?>
2501
- <rdf:RDF xmlns:content='http://www.w3.org/2011/content#' xmlns:dc11='http://purl.org/dc/elements/1.1/' xmlns:dcmitype='http://purl.org/dc/dcmitype/' xmlns:openannotation='http://www.w3.org/ns/oa#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
2502
- <openannotation:Annotation rdf:about='http://your.triannon-server.com/annotations/cd5892ce-f01c-4929-93f9-1c78898dc7c3'>
2503
- <openannotation:hasBody>
2504
- <dcmitype:Text rdf:nodeID='g70090568628320'>
2501
+ <rdf:RDF xmlns:cnt='http://www.w3.org/2011/content#' xmlns:dc11='http://purl.org/dc/elements/1.1/' xmlns:dcmitype='http://purl.org/dc/dcmitype/' xmlns:oa='http://www.w3.org/ns/oa#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
2502
+ <oa:Annotation rdf:about='http://your.triannon-server.com/annotations/1a/de/91/aa/1ade91aa-ee21-40fe-bed5-9c0d2c8def03'>
2503
+ <oa:hasBody>
2504
+ <dcmitype:Text rdf:nodeID='g69902329179360'>
2505
2505
  <rdf:type rdf:resource='http://www.w3.org/2011/content#ContentAsText'></rdf:type>
2506
2506
  <dc11:format>text/plain</dc11:format>
2507
2507
  <dc11:language>en</dc11:language>
2508
- <content:chars>I love this!</content:chars>
2508
+ <cnt:chars>I love this!</cnt:chars>
2509
2509
  </dcmitype:Text>
2510
- </openannotation:hasBody>
2511
- <openannotation:hasTarget rdf:resource='http://purl.stanford.edu/kq131cs7229' />
2512
- <openannotation:motivatedBy rdf:resource='http://www.w3.org/ns/oa#commenting' />
2513
- </openannotation:Annotation>
2510
+ </oa:hasBody>
2511
+ <oa:hasTarget rdf:resource='http://purl.stanford.edu/kq131cs7229' />
2512
+ <oa:motivatedBy rdf:resource='http://www.w3.org/ns/oa#commenting' />
2513
+ </oa:Annotation>
2514
2514
 
2515
2515
  </rdf:RDF>
2516
2516
  http_version:
2517
- recorded_at: Tue, 05 May 2015 19:00:17 GMT
2517
+ recorded_at: Mon, 11 May 2015 21:27:48 GMT
2518
2518
  - request:
2519
2519
  method: delete
2520
- uri: http://localhost:3000/annotations/cd5892ce-f01c-4929-93f9-1c78898dc7c3
2520
+ uri: http://localhost:3000/annotations/1a%2Fde%2F91%2Faa%2F1ade91aa-ee21-40fe-bed5-9c0d2c8def03
2521
2521
  body:
2522
2522
  encoding: US-ASCII
2523
2523
  string: ''
@@ -2544,22 +2544,22 @@ http_interactions:
2544
2544
  Cache-Control:
2545
2545
  - no-cache
2546
2546
  X-Request-Id:
2547
- - d4603937-a441-4f7c-b12d-21da18ec7396
2547
+ - 19a4e590-5c34-4b51-946e-b40cf6a8c1e8
2548
2548
  X-Runtime:
2549
- - '0.184794'
2549
+ - '0.219452'
2550
2550
  Server:
2551
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2551
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2552
2552
  Date:
2553
- - Tue, 05 May 2015 19:00:17 GMT
2553
+ - Mon, 11 May 2015 21:27:49 GMT
2554
2554
  Connection:
2555
2555
  - Keep-Alive
2556
2556
  Set-Cookie:
2557
- - _internal_session=OEZYaG1GVEhHOEFjMngyaUg1bVYxSVVWSERVb0hpaS9HSi82eDN3c015RTRhMmZVMlJCZW9NRGJjMTVpTnZ1YjlYRXRPU1VhK1dEM3RPTXZsTHZMcS9EUDdqY3ZIUmpVUVhIUndDeFFWQ014ZzZYblVBbW9PNlFmK1YyTlY1eGJ2ZHJUNlJaSWY3TmRYdStoUFpjNmxtSGFaakNQdVpvNHpFSDN6bWxyOERSbS9pcmN2NVpwWHl1dkdoVVNhRUFJLS1QU1h4T2NzVEJIcCtyMnhEdTJWaEtnPT0%3D--d2dcf59eab64ce50f491bef7e3e2bddc0f0682e7;
2557
+ - _internal_session=a245U1hMTUJ6dTBOY20rc1ZITGp6ZEFRaFlRL2NGemhTMlJkdXhBbkRQS3dlYnRNZzRWNS9WTnpSOTk3RjlKeDBsd1lTOUttQkhvUlhMVTJQY08zSHgrMDVCajhTZVA1V0lTbWZZeE5pWi9Oc0s2ckJTSzlBbklDRVBFMTdsT3ptc0t6ZlNTTUgyMW9oTnVESGwrMDZOYS9EWXZtSzM1TEpuRmRKbEQ5VmVFaEZmQmd5TFNXY0xRcU0zd3FBNGY5LS1jY2pjRHE4K2V3RHpqMkVxTEJOUlVnPT0%3D--1b6da2f48e895bc7d6632bb4fe6508e54f1771cd;
2558
2558
  path=/; HttpOnly
2559
2559
  - request_method=DELETE; path=/
2560
2560
  body:
2561
2561
  encoding: UTF-8
2562
2562
  string: ''
2563
2563
  http_version:
2564
- recorded_at: Tue, 05 May 2015 19:00:17 GMT
2564
+ recorded_at: Mon, 11 May 2015 21:27:49 GMT
2565
2565
  recorded_with: VCR 2.9.3