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/"4515b617ac30d2693d8168e5fdb67cf6"
34
+ - W/"00b3a2070b828342b4bcab87f226ed60"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 2897452c-cd29-4d98-aa06-fc2eb4a68892
38
+ - 9ea284f2-c2e7-4f41-a648-f2e3c82a3666
39
39
  X-Runtime:
40
- - '1.545433'
40
+ - '1.420467'
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 19:11:01 GMT
44
+ - Mon, 11 May 2015 21:27:38 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=Tml6SVlERFpZbGtUem9OWXN4QUNRYk1YbWc2WHZnMStTTElyU1hmUDdLaW1IcWI5WGxrK1VZRVBLM0MyMG9oUkQydDNvNUpYOXN1T013WDVaQWY2blBrOVlKQUQ0ZTNZWTVGNWh0Z05qTTlzQVNQcjJhVTQ5UjBKeWlmN2EzeE1wTTY4OUk2S1dEeisvNWdIWGtMVkl6QnVzNENQa0pjcXl0VlAxblBmNldTVGczR3dWckZNM3FTa3hjQld2cTZqY2owZk10MzNxczJMOG9YSndrVHUrSitOQTRoUGlrZnBRUm1JRkdjSUFkYz0tLVFoNkVhZmZKazFnaEI3VTBmNTBPVkE9PQ%3D%3D--360374ae97b02d9ec3f429a281b779caf06a8ada;
50
+ - _internal_session=QVdIZ3hmaWc5d1hUWXFSUVM0dGc3bUpNTUp3bk5ueWxlZFg4dmt4akJEYzhrZm5pbnh3ODV4MDJ4cVY1R3R6emNUYUNjLzkyY0dGZ1NJcHlHSGJtL0JHWW8rTFJLaFdsNVV1Z2FBcXdiaGY5d3JGNnRENHlPTXUvdTlPOGpHMUpNeDI3RzFhNlVNUVVsek9UR3lzaC9NemRlWmRHdmxaNDJFVURLNk9oSjB6bmdVSXRmMjR2NjZqVW9lSTloWGJiK0VVWDFxeTNocElMZXRpREw4KzE5OVpHVnFkbitpNHJnaUNWeVpkRUxzWUFPUUJKcmxmUzhGUUhWU0R0ZVdQOC0tcGJ1TWdFc0pGZ0hKcy9SZUM3NkVUQT09--29d0e41b96116f09054e797d12d833a32b6ecc42;
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":"_:g70075067337960","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/03ec60fe-bef2-4652-8236-26ad1931749e","@type":"oa:Annotation","hasBody":"_:g70075067337960","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902331265140","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/cb/63/3a/fc/cb633afc-e62a-430e-9da0-1b7538e47528","@type":"oa:Annotation","hasBody":"_:g69902331265140","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:01 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:38 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 19:11:01 GMT
78
+ - Mon, 11 May 2015 21:27:38 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 01:11:01 GMT
86
+ - Tue, 12 May 2015 03:27:38 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 19:11:01 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:38 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 19:11:01 GMT
124
+ - Mon, 11 May 2015 21:27:38 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 01:11:01 GMT
138
+ - Tue, 12 May 2015 03:27:38 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 19:11:02 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:39 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 19:11:02 GMT
1276
+ - Mon, 11 May 2015 21:27:39 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 01:11:02 GMT
1284
+ - Tue, 12 May 2015 03:27:39 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 19:11:02 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:39 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 19:11:02 GMT
1322
+ - Mon, 11 May 2015 21:27:39 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 01:11:02 GMT
1336
+ - Tue, 12 May 2015 03:27:39 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 19:11:02 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:39 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/03ec60fe-bef2-4652-8236-26ad1931749e
2457
+ uri: http://localhost:3000/annotations/cb%2F63%2F3a%2Ffc%2Fcb633afc-e62a-430e-9da0-1b7538e47528
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
- - 43732708-bfba-46b8-b140-0b22fc74b81e
2484
+ - d6e2cac1-a4b5-490e-ab0b-8648ed9d6881
2485
2485
  X-Runtime:
2486
- - '0.131058'
2486
+ - '0.166425'
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 19:11:03 GMT
2490
+ - Mon, 11 May 2015 21:27:39 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=b1d2SFo0UnVrelN4T1QyU0pjNmQwZFhOZDN5ejlRVXNxdjFkYTVzQjhEK1N2S1lWME5XdWNTV2l4U1F6TFk0ZERPYmN6L0oyUHVSWjRGUzl0ZjlodHJHM3R0SlJITFIwN3I2UzJLRTA5THlXeXRPRUx2NUFYZU5kUkh6UjdBc3ZLM2kyQjE2aFpnZEwybVN6T1JPWFJKMWxmSnlFRnQ2VEdKcDA3b05LTDZ1UGV1TU9qZWJLSVZMV2w0MGE0Sm1QLS1zZW1uVFd0dXV5eEJDZC9ZVXhvM0NnPT0%3D--cf4597966f96d14680d65e8a204eaf92d19b0da7;
2494
+ - _internal_session=Ykc5VHVXWnV5NTVTWUxtdGVseVFNTzlMODBmSGNneGJudHFEOGVaV3k1NzZCMXhnQkdYdFFnT2VZTHNweW40LzlQQ21IQUdySWZCbDJVSk9aS2VFRDVQL2pjcEJCSXllZ2g0WjFjSGxLV2tGc1pIWG1hWmNsdEcxcVRwdlhIV0JROFIxcmExRHFnNGdZOTNVT0hxSHhOSHk1RXNTQTdwcEF1d2I1RkxNOFkxVG85M3A5eEtJSko1bFN2dGkxcUNnLS1JQzM5Y1FuM2hKNklZbUxFWCs0dmh3PT0%3D--48e81a17131b53e8107653ccbdc4c8a903b3dc6e;
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 19:11:03 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:27:39 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/"182f63e5da13241d3b2107c3b0782260"
34
+ - W/"55a5115ddd71dc8978ee960d5cc1f49f"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 29b287e7-c93d-43da-809c-c97946920110
38
+ - 169974db-29ca-4f8c-a381-a924be4b87a0
39
39
  X-Runtime:
40
- - '1.755100'
40
+ - '1.425734'
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:26 GMT
44
+ - Mon, 11 May 2015 21:28:34 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=VW5wM1FITTZxM0kyRnRSNmJYWTJob201R3YzVzRnNExHdzJocmNUQ0MrQWRaU0M2RGFpS241NlVQOUp0QTJrcnJWTjQ4TjN4V1dJOENmdHVwK1hWaU42M21JYytXWHhIU1c1a00yTk9jeEZjOTdFN3B3K0ZLWHI5VU9Md2lkZzVpNC83SU9qNEY2TlhVRXArL3NFc05qS3I0TW5FS0oxN0hRWTF4WnNjN0JnclRZaVB1MWR1R2lLaktKd3JEeHdKem5namdMQU83Tjh2M28xRVQ4a0dnYk5TcjRCVkZVSEdxWVBhTEhFNkphYz0tLW5sMzBUTFU5d0hJMkJOeDFHVXJ3VEE9PQ%3D%3D--5ea73b82551d5cd8f4d2556b2fbdb5d0d40755ef;
50
+ - _internal_session=WFFFbnhwRzhFZ0M0NmNHWEFoQ1J4c054UVlFa2VMQ1lhTkp1TzlhNDEwdFEvVVpBZGFkYjRYM3RLYW42RzdOOFg1dVdOSVpkVHJXYWVENGg2UEoxTUd4MHh6aktORkJ4eHNWQ211Q3VETHJsVHV3RzVyd1NrYVJtTXNIVEkxVVVGWHpMNnduZG9JZHE2K1lmRGFZWHJ2Rm1rcHdaUGU1NG1GQVpYdXQ5VlUrbUdlTGVaYW1mcnVqRFhBZFU2RC9QSW9mM2NiY1ZpRThFakEzL1JVWDEraStxK0ZwS1VUV0M2WUJOWXAxN3pWRTZCa0VmT2Fka29mKzhoSFBWRzRVcC0tTVhMQnVpc2pQaWIzWkhxS3o0QndPZz09--095bd2b2df1b9b75c4155a2eb41510a0361e1ba0;
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":"_:g70090561657720","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/b37ce314-fffa-4ddb-8c5f-73383c35e636","@type":"oa:Annotation","hasBody":"_:g70090561657720","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902319765360","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/47/10/35/bc/471035bc-f86f-4a54-bd6f-18e63804a348","@type":"oa:Annotation","hasBody":"_:g69902319765360","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:00:26 GMT
58
+ recorded_at: Mon, 11 May 2015 21:28:34 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:26 GMT
78
+ - Mon, 11 May 2015 21:28:35 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:26 GMT
86
+ - Tue, 12 May 2015 03:28:35 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:26 GMT
102
+ recorded_at: Mon, 11 May 2015 21:28:35 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:27 GMT
124
+ - Mon, 11 May 2015 21:28:35 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:27 GMT
138
+ - Tue, 12 May 2015 03:28:35 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:27 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:28:35 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:27 GMT
1276
+ - Mon, 11 May 2015 21:28:35 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:27 GMT
1284
+ - Tue, 12 May 2015 03:28:35 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:27 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:28:35 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:27 GMT
1322
+ - Mon, 11 May 2015 21:28:35 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:27 GMT
1336
+ - Tue, 12 May 2015 03:28:35 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:28 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:28:36 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/b37ce314-fffa-4ddb-8c5f-73383c35e636
2457
+ uri: http://localhost:3000/annotations/47%2F10%2F35%2Fbc%2F471035bc-f86f-4a54-bd6f-18e63804a348
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
- - d48eb865-ea24-4299-8bd9-74aa57107740
2484
+ - 0bc865af-2c3d-45f7-a788-2c25dee63931
2485
2485
  X-Runtime:
2486
- - '0.164808'
2486
+ - '0.168079'
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
- - Tue, 05 May 2015 19:00:28 GMT
2490
+ - Mon, 11 May 2015 21:28:36 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=MWI0aEVSYkF2MTlhdElZcURyUHYyUTllZUxHT294TVdyd0kxNGVNYkxBei9rSStPT04zYWgwNEdrV20ra0VCMTBYdjA3QXlqaGcxYUc2RTZtMW12QVg3NmFNUVZnNFI3MTFsaXROKzRUbktEVGdvTWFSdEU4N2RYSTAwMVE5SmNtZTZzN1RUendCRjBaK1dhOXFVWC96NXl3QndMbHlhckNFd053RithTVFSTDZGWGRtb3R6MEt6TmZwR2VvTjhFLS04dGdTMGJWNlVqaTVYb0hIeFIyUE5BPT0%3D--71d8c8dfbd1de549222f89fd751b7beb49a071fc;
2494
+ - _internal_session=azlUL0twSUdjRlRFSmhkKzhFbG04RU1Id0lYVWlvemNOT1VMYVZVa2I1ZVR0eWtUVFlhbWZkV0JXa3A2RlI2RDh1OE5EZmVyODJReC9pZVQxUHRpSlVrYkZyOUlxOUlHRWpjOFVYRUlsUmVmVzBQNWp1SDlrdENEMnAvZFFRaHlLZmEvMXNNYmoreVY0aEluM2laN3laeDdZbHBmWjdJNXVKMWpWaWF1cTBKTk5sZC9CK2JhQXlyTkl6bDFSZEtaLS1scTRlS0xtQTR6dTFGVm1DY1haaXZ3PT0%3D--764e4621f716e62ad7f704f7aede5e144c8a852a;
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: Tue, 05 May 2015 19:00:28 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:28:36 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/"db2b29a200a37b1e3e9033245afb8906"
34
+ - W/"711db1e9c0136e38bdfd49a63bd017f9"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - ac65c75e-d1c5-4912-a452-42bcdd1d7764
38
+ - 306494a6-4a65-4b74-875f-e9a8e25e2e77
39
39
  X-Runtime:
40
- - '3.334590'
40
+ - '1.483006'
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:07 GMT
44
+ - Mon, 11 May 2015 21:27:44 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=SGt6N2RzWTNGaUZONHpldjZEbVlLdWcxcUN0ZWhkYjZDMHJUcktLSnZ6aVhTMUpiTFRxekwzZEZpTEo2YTg0bjhuc2FSK3NwWkdLOWlpVFkydFEvTXhxamorYzh6eFZucFJ3SWNhUElQV0J6REpXM0t6WDJSUitkSG1aZGMvZFJLbkw0MXB1TUU5VGZRRWtuTTByS1lNeHM4UDEzMC9uYUJzQmlINWRiYVZvdDgzK1g4bzZMTFJUNHZFZjQzOTBpZGxacHNJOE1iZllzMnZXYnVOdVFqQUFmSExVSkJWNi9OVU80MVg2SGF6WT0tLXlSWlh6NzMyNWI1VDZac3ZydmNvcFE9PQ%3D%3D--577e862f6a47e07701791ff74090639fd2353bd6;
50
+ - _internal_session=Q1doaGVOcUt0ZGEwb1ZaZlpBb1RBbnl2K1NUYStjald2Mk9RTElXbXpPSkVlb0tORTZic2ZhOHU0SVUxM1llZnAwTW5KMzRwSWM1bnk2L2hUb2VCbG91N3Z3VnNaaHZxVXNZTC8wVnZWU25RQWdNRzRPcVFGc1hzVE1tZC9mWmtTTkhEaVZiaWFEc1diZ3JvSmV5MytvQ3MrQytRUHQvbksybWliTkVuVW9hVkszRjRkd0x4RGtlWUJuSTQ1bEp1a0pFTTFnWGtIZW55cnRJd2FUYkRCM1lXMk4vV3lyNitLd1hmRkt5WnBRWlZQSWdmdkNlZStzeDZNOU5DRTA0eS0tTnJ0VWl5SHBaa3U0N2I1dkk1SEVBQT09--0b0dcd050e5ac1a17003a3fcc8134b1b721d5658;
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":"_:g70090715199360","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/185a908e-6ac8-4760-a01d-8d116adbf35a","@type":"oa:Annotation","hasBody":"_:g70090715199360","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902333472360","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/e2/b2/5e/0a/e2b25e0a-8ded-4e86-9bb5-1dc347316f35","@type":"oa:Annotation","hasBody":"_:g69902333472360","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:00:07 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:44 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:07 GMT
78
+ - Mon, 11 May 2015 21:27:44 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:07 GMT
86
+ - Tue, 12 May 2015 03:27:44 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:07 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:44 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:07 GMT
124
+ - Mon, 11 May 2015 21:27:44 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:07 GMT
138
+ - Tue, 12 May 2015 03:27:44 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:07 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:45 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:08 GMT
1276
+ - Mon, 11 May 2015 21:27:45 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:08 GMT
1284
+ - Tue, 12 May 2015 03:27:45 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:08 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:45 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:08 GMT
1322
+ - Mon, 11 May 2015 21:27:45 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:08 GMT
1336
+ - Tue, 12 May 2015 03:27:45 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:08 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:45 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/185a908e-6ac8-4760-a01d-8d116adbf35a
2457
+ uri: http://localhost:3000/annotations/e2%2Fb2%2F5e%2F0a%2Fe2b25e0a-8ded-4e86-9bb5-1dc347316f35
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
- - 5fb3f123-711b-4665-b4f1-4812b8245bc0
2484
+ - 8ac22c32-cb9f-4103-b209-25799d2a07df
2485
2485
  X-Runtime:
2486
- - '0.245399'
2486
+ - '0.217439'
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
- - Tue, 05 May 2015 19:00:08 GMT
2490
+ - Mon, 11 May 2015 21:27:45 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=VGl3OXBUdWNwbjNpcmMxYlhhVEhDak9yclRTZVBlYmpoSStpNVZtbDFvMDdlWTBLK3VUc2VMc2FWR3BMQnpxRlJQeFBEeldlR1FJSDdlbXRZR3MxMm9ESnN0YmVSMWVyUGtmUzd5dmoydkxadVlIUWt5NjJqQ25NVzJDdVVDN0Q2RU5YTGxZVGhkV2FpbFJMVnB4V1pQUENEVFBjVFQ3RTZkcE42Zit4RE9Hdk1Wc0o4NmcvTm1YUDA2ZFE3Um9mLS16bVRvdENYVHdXMnF2b1VYUTlydVZRPT0%3D--258ddafdbc0021caed4c7b07d2f36e2b3ba3cd5f;
2494
+ - _internal_session=QU1hVFdHVjhiZlFyMVl0WW9CRGt0aUdLdUVWdVRGQ0xRRWxJMGxFaDdoTks4ejAxOE5ycXNOK281YXBHUG02UGVrdXNhYUtvaTlJeFI2a052cG9WQSt6TUljSjZxemNwV2M1MVlBb0RFU0JjRWgwalN1Z2JxUy9WYjQ0ZTdTR3FYcis0U0g2c1p0MXkwNnVuUk5BS0pZUUYrYlhhYlBEcEMwM0hHdUZNTWRtQ0p4SDYxSTFYd3M4TU9YTmVuZ0VsLS1SQTVDUlpScDNmRXk0MmhNRTNzZVJRPT0%3D--abdc3ba46ce1fe007c6375063bef566119f611d8;
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: Tue, 05 May 2015 19:00:08 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:27:46 GMT
2502
2502
  recorded_with: VCR 2.9.3