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/"1328b4a6db9a3cbd4e37fe4da2da5e13"
34
+ - W/"f93bfafe61585c75a815254ab29ec008"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - ae728f17-bd10-4f69-8a90-40887b69fe9a
38
+ - db790104-f265-421e-bbc4-1b333f7787ab
39
39
  X-Runtime:
40
- - '1.376851'
40
+ - '1.408709'
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 17:52:55 GMT
44
+ - Mon, 11 May 2015 21:31:03 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=Y0R3UmVyTFl3ZFpZZnFWaDRYWXgvSDFMbnVqOHJaMDg5TDd5WnJtdmMxc0ZFUHoveWVlakhGMFpCcmJuSktvcUtzMEgvNXhvMG9oZTYreTkvY3V4MnVrcnpqNkNtVHA2RktSODBUV09iVVBRM2ZiOE5mR1FBL013WFZlUmpQb01VenNWN2tuKzkwU3VNV0Z4Q0JHZmFkOWNFSTRNTUxmbVNCSFB6aXAwbE9XNGdCNmU3UmNJU2tMTnVRaHVRREJwbGdRMWFZV0Z5bHQ1cWc2VEdJb24rS0hqNlNvL3Z1blRkOU9VYnZDOW9udz0tLTBQU2l0YzR3TlR0WUlqYlBjYktEd0E9PQ%3D%3D--eef63c87430af6c547cdce08bcee561363e2b7e0;
50
+ - _internal_session=SkhuOG93TitFZEtXZlBhM015Ym4wNmY0WjJNc1RiVCtrTi81NnJBbDJhVGYzb21JS2hiM0VOcldGRHMwOU13bmp2bXdjUk1zU3NzVEhnZDhXNUgweUx0OFpjYitsY1ZsOGJ6cE5hVVlHbFJOR1p1N05jLzZaU3I3dndhUWNxNEI5RUMzSjRqZmNQVjc1dlQvMi92dERyWGNnLzluMTZkUG1tVjE3UGhYdDNwdGV2emJteW1lekVGWm5zU054YVhzTGNHWjExVWlKdWxYa054NThVdTNnbk1pbWF3RDdsNFZLRWtIc2JOVUU4VVRBb3d4VUNaeXEwM1d0by9LM1VFNC0tL2NkNEE0RGJldWNGZzlHVTM5bEZrdz09--35fa76da8238d3013a972db7e67745cd400766b6;
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":"_:g70075071274240","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/d31fc96f-e741-4985-814c-e0bf131a5e81","@type":"oa:Annotation","hasBody":"_:g70075071274240","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902324807840","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/5d/d1/29/d5/5dd129d5-ae8b-4cab-85c7-0bbf96c26f5c","@type":"oa:Annotation","hasBody":"_:g69902324807840","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:52:55 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:03 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 17:52:55 GMT
78
+ - Mon, 11 May 2015 21:31:03 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
- - Mon, 04 May 2015 23:52:55 GMT
86
+ - Tue, 12 May 2015 03:31:03 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 17:52:55 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:03 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 17:52:56 GMT
124
+ - Mon, 11 May 2015 21:31:03 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
- - Mon, 04 May 2015 23:52:56 GMT
138
+ - Tue, 12 May 2015 03:31:03 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 17:52:57 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:03 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 17:52:57 GMT
1276
+ - Mon, 11 May 2015 21:31:03 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
- - Mon, 04 May 2015 23:52:57 GMT
1284
+ - Tue, 12 May 2015 03:31:03 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 17:52:57 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:03 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 17:52:57 GMT
1322
+ - Mon, 11 May 2015 21:31:03 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
- - Mon, 04 May 2015 23:52:57 GMT
1336
+ - Tue, 12 May 2015 03:31:03 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,7 +2451,7 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 17:52:57 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:04 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
2457
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -2471,7 +2471,7 @@ http_interactions:
2471
2471
  message: Temporary Redirect
2472
2472
  headers:
2473
2473
  Date:
2474
- - Mon, 04 May 2015 17:52:57 GMT
2474
+ - Mon, 11 May 2015 21:31:04 GMT
2475
2475
  Server:
2476
2476
  - Apache/2
2477
2477
  Location:
@@ -2479,7 +2479,7 @@ http_interactions:
2479
2479
  Cache-Control:
2480
2480
  - max-age=21600
2481
2481
  Expires:
2482
- - Mon, 04 May 2015 23:52:57 GMT
2482
+ - Tue, 12 May 2015 03:31:04 GMT
2483
2483
  Content-Length:
2484
2484
  - '240'
2485
2485
  Content-Type:
@@ -2495,7 +2495,7 @@ http_interactions:
2495
2495
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
2496
2496
  </body></html>
2497
2497
  http_version:
2498
- recorded_at: Mon, 04 May 2015 17:52:57 GMT
2498
+ recorded_at: Mon, 11 May 2015 21:31:04 GMT
2499
2499
  - request:
2500
2500
  method: get
2501
2501
  uri: http://www.w3.org/ns/oa.jsonld
@@ -2517,7 +2517,7 @@ http_interactions:
2517
2517
  message: OK
2518
2518
  headers:
2519
2519
  Date:
2520
- - Mon, 04 May 2015 17:52:57 GMT
2520
+ - Mon, 11 May 2015 21:31:04 GMT
2521
2521
  Server:
2522
2522
  - Apache/2
2523
2523
  Last-Modified:
@@ -2531,7 +2531,7 @@ http_interactions:
2531
2531
  Cache-Control:
2532
2532
  - max-age=21600
2533
2533
  Expires:
2534
- - Mon, 04 May 2015 23:52:57 GMT
2534
+ - Tue, 12 May 2015 03:31:04 GMT
2535
2535
  P3p:
2536
2536
  - policyref="http://www.w3.org/2014/08/p3p.xml"
2537
2537
  Access-Control-Allow-Origin:
@@ -3649,7 +3649,7 @@ http_interactions:
3649
3649
 
3650
3650
 
3651
3651
  http_version:
3652
- recorded_at: Mon, 04 May 2015 17:52:58 GMT
3652
+ recorded_at: Mon, 11 May 2015 21:31:04 GMT
3653
3653
  - request:
3654
3654
  method: get
3655
3655
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -3669,7 +3669,7 @@ http_interactions:
3669
3669
  message: Temporary Redirect
3670
3670
  headers:
3671
3671
  Date:
3672
- - Mon, 04 May 2015 17:52:58 GMT
3672
+ - Mon, 11 May 2015 21:31:04 GMT
3673
3673
  Server:
3674
3674
  - Apache/2
3675
3675
  Location:
@@ -3677,7 +3677,7 @@ http_interactions:
3677
3677
  Cache-Control:
3678
3678
  - max-age=21600
3679
3679
  Expires:
3680
- - Mon, 04 May 2015 23:52:58 GMT
3680
+ - Tue, 12 May 2015 03:31:04 GMT
3681
3681
  Content-Length:
3682
3682
  - '240'
3683
3683
  Content-Type:
@@ -3693,7 +3693,7 @@ http_interactions:
3693
3693
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
3694
3694
  </body></html>
3695
3695
  http_version:
3696
- recorded_at: Mon, 04 May 2015 17:52:58 GMT
3696
+ recorded_at: Mon, 11 May 2015 21:31:05 GMT
3697
3697
  - request:
3698
3698
  method: get
3699
3699
  uri: http://www.w3.org/ns/oa.jsonld
@@ -3715,7 +3715,7 @@ http_interactions:
3715
3715
  message: OK
3716
3716
  headers:
3717
3717
  Date:
3718
- - Mon, 04 May 2015 17:52:58 GMT
3718
+ - Mon, 11 May 2015 21:31:05 GMT
3719
3719
  Server:
3720
3720
  - Apache/2
3721
3721
  Last-Modified:
@@ -3729,7 +3729,7 @@ http_interactions:
3729
3729
  Cache-Control:
3730
3730
  - max-age=21600
3731
3731
  Expires:
3732
- - Mon, 04 May 2015 23:52:58 GMT
3732
+ - Tue, 12 May 2015 03:31:05 GMT
3733
3733
  P3p:
3734
3734
  - policyref="http://www.w3.org/2014/08/p3p.xml"
3735
3735
  Access-Control-Allow-Origin:
@@ -4847,10 +4847,10 @@ http_interactions:
4847
4847
 
4848
4848
 
4849
4849
  http_version:
4850
- recorded_at: Mon, 04 May 2015 17:52:58 GMT
4850
+ recorded_at: Mon, 11 May 2015 21:31:05 GMT
4851
4851
  - request:
4852
4852
  method: delete
4853
- uri: http://localhost:3000/annotations/d31fc96f-e741-4985-814c-e0bf131a5e81
4853
+ uri: http://localhost:3000/annotations/5d%2Fd1%2F29%2Fd5%2F5dd129d5-ae8b-4cab-85c7-0bbf96c26f5c
4854
4854
  body:
4855
4855
  encoding: US-ASCII
4856
4856
  string: ''
@@ -4877,22 +4877,22 @@ http_interactions:
4877
4877
  Cache-Control:
4878
4878
  - no-cache
4879
4879
  X-Request-Id:
4880
- - 049334a2-7b4d-4dd5-be9b-10ddf80c1e46
4880
+ - 255df891-020a-45d7-9cc6-1c5decbe451b
4881
4881
  X-Runtime:
4882
- - '0.150621'
4882
+ - '0.167078'
4883
4883
  Server:
4884
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
4884
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4885
4885
  Date:
4886
- - Mon, 04 May 2015 17:52:58 GMT
4886
+ - Mon, 11 May 2015 21:31:05 GMT
4887
4887
  Connection:
4888
4888
  - Keep-Alive
4889
4889
  Set-Cookie:
4890
- - _internal_session=MGJlNzFMSDJHdFg0SGlDTlk3aHRnaWxodlV6OW5WcDFPTlJNVE1QbHVUZzB1ZVNJSGNDNnRyVkxzak53UUZ4WWVacStLUHZwTjJJcWZYdWhUczhESFNiNHJLZ0pRTVpCNkRRaVBpQXI1eW5aQ1hlYVRub1BrUlNGSlZYdHYwdmNGeWo2NGYzQjBkNnd2NE9oK0NhbGVZRzJXbnViaTZWMlBoTkc1a1c3b1BiTmJHMlI1bGIwbmxPMnhtOFBJWlFNLS1HQXRxTEhwS0ZZM2tKTzZUYjNkMEdBPT0%3D--ab2e8bc55fbe31876d29be4e4c72560f45853a15;
4890
+ - _internal_session=TVhXb0NMcEpaR3IwaVF5YXdHbnlSWkJsODliS1ZnQ3hVSDBGcFpSa2xBRUt6a28zQ1N3OUhuOHhmbG4wNkVtVUQ3UUplMXlhbjZjRFhGYnprdXdTZGtHWEdQVzB1NlljeFlMRmxCcUZjbXQzZU5OVmdqUU1iMERDbG0yT2RMekt3YXZ0SFFocnp6WnV1Z2VBV2VWNkx4MDFWeG55WVNOYzR3MTg1YllzeUs4cE1aWUhTbDI1b3BXVVExUzJmMGtnLS03alRTV2ZtTTB4OTNPUzV3Z05rUlBRPT0%3D--77267137628577b3e5d04bf97ea423805189d338;
4891
4891
  path=/; HttpOnly
4892
4892
  - request_method=DELETE; path=/
4893
4893
  body:
4894
4894
  encoding: UTF-8
4895
4895
  string: ''
4896
4896
  http_version:
4897
- recorded_at: Mon, 04 May 2015 17:52:58 GMT
4897
+ recorded_at: Mon, 11 May 2015 21:31:05 GMT
4898
4898
  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/"3314d6c8df50d51e02b8999af7237205"
34
+ - W/"85f6c8edbd40ca15ea8e48ec54abff75"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - fd10fe06-e1fa-4993-93cc-c61ad09161cf
38
+ - 1ecc762f-ac47-4cf9-85e4-1fa77450010b
39
39
  X-Runtime:
40
- - '1.386327'
40
+ - '1.413644'
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 17:53:03 GMT
44
+ - Mon, 11 May 2015 21:31:09 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=aVh1NmdLOG9rSWdDdzVzZUNQb2Qrby8zQUs3dUtXRmI0UmVuQmlWb21POFVqdFkzSEs0clJOOS9ET25nanI1NUVDU1M1QVA1QXM0dXBDZkdqT3hveFhQR3E3T1J2UXhiOStRbHBQN3JENG92ajc0ZFp5SmhxN0lqbFV3dVVvemV2bGhhYmJEQmtDT1hJcURWbVhGdDVRcFE3TGx6NEt4N29EVGNldE1Ma0Uvd2JORUlnM21mT0U4bE81bjJmc0M0a1c2bzUvM1RGVmJqMC9wU3J3QlFOUXpBaVZISnJsTDE2b1FBM2E1bFQ3az0tLUZraTc4MDFveDBybkc3YU5oa1NHOWc9PQ%3D%3D--7b14ef8fdd5f0e4189c53699029a5a879344e5d9;
50
+ - _internal_session=UlN3bmtTdTJpOVVBVHdCZG1CUE5zVzF2VGhveHBMSC9jeDV5R0EvNjJsSXVBY25BMFlxL2owaGNkRndNOUFWTFVDNlk5WHhFVk5WakwxWkNHTkdNUEdXM2o3b1VhZS9KZDNQR0xUalJEWldQS0ZPRlVuMmdmQzgxeTFiTW1rdWxrNXEvUktBbVRPS0NkaEZEbStJc0w1ZXVWV0c0clFXcVdNejEzU3BKcHFXV3JoRXU1UG96OG02R1MrRm1pd2RwSjVySTlhbjdNM2JTWHRoaUZKekpmdk5NdDdWT3dlbE55eFN2WG94dGpRN3hkSXA3cU5kaE5NbVhtVmxUeFVXUC0tZGtmMkZhUklQM0g5S2h5bEZGK0gydz09--6b306beb1998330e75dd082cce67870eda42f0a4;
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":"_:g70075071083340","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/89f3e403-f5bc-4386-bf6c-412cd41e3c3b","@type":"oa:Annotation","hasBody":"_:g70075071083340","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902337180800","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/77/23/a8/c4/7723a8c4-3027-4d84-9852-255d0fbb39bf","@type":"oa:Annotation","hasBody":"_:g69902337180800","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:53:03 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:09 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 17:53:03 GMT
78
+ - Mon, 11 May 2015 21:31:09 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
- - Mon, 04 May 2015 23:53:03 GMT
86
+ - Tue, 12 May 2015 03:31:09 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 17:53:03 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:10 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 17:53:03 GMT
124
+ - Mon, 11 May 2015 21:31:10 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
- - Mon, 04 May 2015 23:53:03 GMT
138
+ - Tue, 12 May 2015 03:31:10 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 17:53:03 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:10 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 17:53:03 GMT
1276
+ - Mon, 11 May 2015 21:31:15 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
- - Mon, 04 May 2015 23:53:03 GMT
1284
+ - Tue, 12 May 2015 03:31:15 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 17:53:03 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:15 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 17:53:03 GMT
1322
+ - Mon, 11 May 2015 21:31:15 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
- - Mon, 04 May 2015 23:53:03 GMT
1336
+ - Tue, 12 May 2015 03:31:15 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 17:53:04 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:15 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/89f3e403-f5bc-4386-bf6c-412cd41e3c3b
2457
+ uri: http://localhost:3000/annotations/77%2F23%2Fa8%2Fc4%2F7723a8c4-3027-4d84-9852-255d0fbb39bf
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,22 +2481,22 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - ba7f1313-a3fd-4501-87d1-b4f6ed9b990c
2484
+ - 90115595-fabc-4800-a319-8d3eaf29dbbf
2485
2485
  X-Runtime:
2486
- - '0.133458'
2486
+ - '0.148043'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Mon, 04 May 2015 17:53:04 GMT
2490
+ - Mon, 11 May 2015 21:31:16 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=QURpS0JLTDlDdkhTMTRlS3RWakpWVnRLZkN4Q09YaEM5TkFEN2kvTGQ5S0gvL05tandYb1dsMWR2Q2RrZ1BGN2xvcFo2c002SXFrTnZTUVFuSEtMVk1uVll1a2pDK0tkb2YvWkZScmE1dWZjbCt0ODN5NTNuRDQ0QjRwU3dsa2tuK0NNVzNIQ2lQZ2lOWFltbmQ5QXQzTU12NENiaUhXSW9neEdTckhMMnZhVytaYmdjanNhSWsvNFgxb0U0UE5yLS00OElGWXhkbHphZDh3WUFPWUVxY0hRPT0%3D--c7b53260d8a5d41de715688f97987bfc3112ed95;
2494
+ - _internal_session=SmRzaDg3SU83aHBqWERWZ2J5cTUxN2FXT2NEZDhZZkpSUDhpVndjaHN0c2NlMXdlRmtlUXRxbnEzY2x1bzNjTE1Ub3RlZzNsZHlVMm1vUnR6Q2VEKzRCaTB1UkJ4aXFtUUNtWS9PR2pkOGtFRVZOYW0wcWpESU9sQnZUejBSbnNGQmxISDRLWnhYajBNeGJHcXFtSGlVVWl6MkcySnhoM3ZhTTdrVUJGd3FJL0p0d0wxZ2FaMVFwZlgxbDEwN1JGLS00TVlzWTYyaUJSZDBWaTN6S0hMNkNBPT0%3D--2618d9742a3ab530fd19684c07e7aa3613640698;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Mon, 04 May 2015 17:53:04 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:31:16 GMT
2502
2502
  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/"300315d150b1e5a75d391da65b9a1a1c"
34
+ - W/"2b60949fc8a81a3c4d7060c4e17babce"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 3a4b16da-6ef7-4dd8-811f-7b5be566270f
38
+ - afeb47ad-350b-4a15-a6ed-a67c870aa7f6
39
39
  X-Runtime:
40
- - '1.422314'
40
+ - '1.411133'
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 17:53:00 GMT
44
+ - Mon, 11 May 2015 21:31:07 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=QXZNazFaOXUxaWszdmxjTVJMZ1YrNFNZZXFNc2FyV25hYmVidW02d3FYTG1ObFkxMHo3VEJmU0dhWFVGY3NCbW9OVzZ5ZytFRHFDb0paZ1pETnQxcktKMFVQNHZkWnhMdzlsWVV5QzJpN0xEbmthQk9VeVNxenprc0t5U0VLTE9wSXBpUzlGZVB5alBWUXV1Z3hnMktmMk5YSnpIcFNHdEVramNFcUxPNnV6aHR1d0toR2xWNmhzQjN2RlNOUmdrRm0xK3ZYL0RLNUsreThRc2t2ZHBHRkR1UnhzVndzN2dUYWpMci8yYlpWMD0tLU1rVWM0OUgxdUw5Vmc1LzErL0Zybnc9PQ%3D%3D--a86d8a0e5e12efe53db20384636b8f900ff6692c;
50
+ - _internal_session=cUZ0SDJnU1RteFZVVzF5ajBJdjBMczZpL1pueEd3Y2hlVUkvTEs4SkdMcjJQU3V5RDVkZ21FSG9YNVVKcXpyb21lYXF2UlBJUGIyd21ESld6Y0FIbVFHVHJLOGMrQUZXSFlWTUlRUDZpYUlhOHd4cm1vU1IxOGUrS1NyNUVrQjZwdWRsb3FuTWs5ZzYwekxxWjVuNWMwcWhxejBXYW9jUUg3U2NTUnJjcml4R3BMVnlsWERUQ2VjaG1jVjE2V0Z6WWxsYytmMys4d2o5Z0ptNUowa1FzUDNsMTliK05RaENDVC8yTTZqOWNJc21jMVNGZUlnbDlNVUFORW4rcTJTUy0tZFA5NjdFazdFV3MxYWFhQ2k4dTRZZz09--dd13352ab6df4987372ee84cd3d73348a8c2723e;
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":"_:g70075009463480","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/8d207dfd-c836-4197-8b2f-5de24721a9ea","@type":"oa:Annotation","hasBody":"_:g70075009463480","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902458050100","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/5a/31/f5/d3/5a31f5d3-a853-49dc-9cf5-35d815b2cead","@type":"oa:Annotation","hasBody":"_:g69902458050100","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:53:00 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:07 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 17:53:00 GMT
78
+ - Mon, 11 May 2015 21:31:07 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
- - Mon, 04 May 2015 23:53:00 GMT
86
+ - Tue, 12 May 2015 03:31:07 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 17:53:00 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:07 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 17:53:00 GMT
124
+ - Mon, 11 May 2015 21:31:07 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
- - Mon, 04 May 2015 23:53:00 GMT
138
+ - Tue, 12 May 2015 03:31:07 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 17:53:00 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:07 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 17:53:01 GMT
1276
+ - Mon, 11 May 2015 21:31:07 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
- - Mon, 04 May 2015 23:53:01 GMT
1284
+ - Tue, 12 May 2015 03:31:07 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 17:53:01 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:07 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 17:53:01 GMT
1322
+ - Mon, 11 May 2015 21:31:08 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
- - Mon, 04 May 2015 23:53:01 GMT
1336
+ - Tue, 12 May 2015 03:31:08 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 17:53:01 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:08 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/8d207dfd-c836-4197-8b2f-5de24721a9ea
2457
+ uri: http://localhost:3000/annotations/5a%2F31%2Ff5%2Fd3%2F5a31f5d3-a853-49dc-9cf5-35d815b2cead
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,22 +2481,22 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 335fff6c-4919-480e-b0db-26bd995e3458
2484
+ - f4319cd6-5290-4b5d-ac66-403fe87c93e5
2485
2485
  X-Runtime:
2486
- - '0.133400'
2486
+ - '0.158496'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Mon, 04 May 2015 17:53:01 GMT
2490
+ - Mon, 11 May 2015 21:31:08 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=SURDaGJ3QStyOTRiWEZOU3M2aS9hUm9iWkpKZ2V1bkFsWGJHbndpWkZkOHNTeGtkZzVYRGZudGJSR3FKM0tkT2tJNUdTdDIvMGJWVFpabnNuWWp6UGNCOFNpOW5OS2x6MlhMLzY3akRtdnlpM3ZlcTduRmsxLzk5ek9vRERYK3BlcERGbkdRaDczWndiWU1oTXI0RmJyY3h5c2xZNlFpUDdGSE5FaDFRaDNhcFFtV1dDMzJMU2k3SjZTMWt0dFpjLS13V2JFU2tIQVlUMTJRSCs1Y0hBdXh3PT0%3D--308b10745b3bf05c340cb11594a50c45d6bd8afa;
2494
+ - _internal_session=U0hrc1RkdkZVeStuOHFvcEN2SHZDZ29pUU11aUNqa0NWY2ZNMHBwMmU4ZjdHNFQ0QmtEcFVKbzYvSVVoQktvTVJtNlYyVWJ6V1RpM1d0aXFjOUY1MDh6aldHM0lHQjczOU5kUThSQWFDcFZieE0vNTJ2c3YwYWxtcVZKS1pnSHp1endHY3ZkaUdSK3Noc3NiaEJPNEhzTG4wMjVNOFdRQkdBUXhadWxjRHh3eW0yOElMUFppRElVTWZJb2I2VEdULS1nUUdxcVlqTWE3b0ZzTk5kZUVWWll3PT0%3D--46a89211cc2d2e4806b902403977b79391656056;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Mon, 04 May 2015 17:53:01 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:31:08 GMT
2502
2502
  recorded_with: VCR 2.9.3