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/"5ef8ef7d92dfff28ceee243574507795"
34
+ - W/"d52b00e9f18c84f8e5492951ccc0ed66"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - d49ce796-e170-477f-a5ff-0df735fe5659
38
+ - 08ba1826-7157-497a-969d-6eba658af588
39
39
  X-Runtime:
40
- - '1.602497'
40
+ - '1.541802'
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:46 GMT
44
+ - Mon, 11 May 2015 21:30:26 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=Nm5oQ05YSzJEbjUvSllJREd3VG0yWjhZbTJ0cTNCbGdvZGVzaENpb2xoYk4wTWl3VjAvZWd3MzR6RTBOYUdVdkJyY0NyRDhMMGJ5cXU3bmVFRFBzYmZmMUZwQTNpMkdJWE13QWw2MzdxQ21KNGRId3BaSDdscXpKaGVwZE1tTU1uemp3b2tBNDJESzBSQXZLWlVaek5PVnlMUTFoK0RxNmJTbm5pWmd1M2dSc1NORFdIdWZLRTJTbVpZS0dDVWZWZGlHb0pjSFYvWDVydUN6OExjbWY3a0piTDMrcGM4UEdXN1JrUUptT0dUaz0tLUtoUmtDa1ZMUFY5L2dZRG11UWhueUE9PQ%3D%3D--50307c476d32416e691666b47101566699e34d5f;
50
+ - _internal_session=RjQ3bGxORXJrNVVVd3FaeitFZzhZY2U2eVFUMlhOdmJaS1h1b1diN0FpandreFkwcnJ4eG4vWi83elFLZG1JcVFWbFhUZk9MWFBOY3BEOTZOV3BKMUJHYlpPWGNLNTFoOGVsckRqVTUzTWVFMURoVGR6a1F2WEhEeStObXdZeENCTS9MLzdVekM4L3k1bi9aSFpXVGpsRFk0dUFCYWZpQkIwL2FwVXU4ODZZTlBKY0dvRkdscU1rbXYzZTRta081eDltT2tjSURvNnBZMitCTzNqenQ5UTdWODFDREZWS3JSSmFiVjB2U2tuTno3WlBjUWZYaHZBMDVlcys5dlE3Ri0tazYvUllLei9kUnRJalNHOXNYendtUT09--95814a677e410eda71d5baf2a18933c24d178cb4;
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":"_:g70075070093480","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/da1a75e5-7e95-40ea-a7e0-4c4fea3b06d8","@type":"oa:Annotation","hasBody":"_:g70075070093480","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902456574820","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/13/e2/d3/c3/13e2d3c3-c060-4eb3-8a5d-b695087994b2","@type":"oa:Annotation","hasBody":"_:g69902456574820","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:46 GMT
58
+ recorded_at: Mon, 11 May 2015 21:30:26 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:46 GMT
78
+ - Mon, 11 May 2015 21:30:26 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:46 GMT
86
+ - Tue, 12 May 2015 03:30:26 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:46 GMT
102
+ recorded_at: Mon, 11 May 2015 21:30:26 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:46 GMT
124
+ - Mon, 11 May 2015 21:30:26 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:46 GMT
138
+ - Tue, 12 May 2015 03:30:26 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:46 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:30:26 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:47 GMT
1276
+ - Mon, 11 May 2015 21:30:26 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:47 GMT
1284
+ - Tue, 12 May 2015 03:30:26 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:47 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:30:26 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:47 GMT
1322
+ - Mon, 11 May 2015 21:30:26 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:47 GMT
1336
+ - Tue, 12 May 2015 03:30:26 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:47 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:30:27 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/da1a75e5-7e95-40ea-a7e0-4c4fea3b06d8
2457
+ uri: http://localhost:3000/annotations/13%2Fe2%2Fd3%2Fc3%2F13e2d3c3-c060-4eb3-8a5d-b695087994b2
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
- - 3f0faee6-5f97-4fff-88e5-db0b73d3e8cf
2484
+ - 97475bf8-3b90-44af-977a-fd4a7c0fa950
2485
2485
  X-Runtime:
2486
- - '0.165610'
2486
+ - '0.186010'
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:47 GMT
2490
+ - Mon, 11 May 2015 21:30:27 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=KzI0YlhBVFlkL2NmSFlkUjZ2bVlacStFWmE4RDJ5dHNOUUZNZEI1SnIvazdjV1piOFlXRGwxdHdXV3FhejFHR1psc1V6RjZIUFlEMkVqdDBSV25IWjRzT08wa2hWUWRDQndhMENsQitpMTc0MzdhQ25yUEZGSkUvNnA5T2FVZUV6VWlOZnlTVWdFU01LRmRqYTdMQ2ZENVBYS0dMRUlYbWZLeDZSVWZkaWw5SUdvVzZpVWpmZllGM0N4WWxBUjVWLS05aEdJclJkSUsvbzh6Z2EwNUNYZFdRPT0%3D--f87991a25b06bc1f4131b9bb8bf7910d2ec601e4;
2494
+ - _internal_session=ZnFaL3VvV3EyWDRMQWM2andDV2FPd3JsakZnSno0ZFZwRENkY2RObWpFRW1tM0YxWHgxZWV4bkw5S3JVcDJ0SFc0WUVMY3lmSnNWZktITHoxWDlDOTdLQ3RkSUR0NHpaMEFFM245TC83N1JvWTl6OTE2bEh2WW1NNXdvRG4wUHNUQm9aR3BQdkFwY3VCbnZ0S1h3R01qTTBBK0x4TEtVWDZQemxWcXBsR0NaSUZlVkdhTzQzYTR3dFcyNWkxSnpOLS1DYnAwRHpuYkRnNjU5WmMxaUpmSTNBPT0%3D--6e44436eb3da0cbdf058b15e0f172f9ee8947907;
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:47 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:30:27 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/"8d45de40d90f5534614800502a9d7079"
34
+ - W/"91f40ab6635c3e3e447768bce11e0a91"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 3b914628-e7fe-48eb-9ae0-9657da98a45e
38
+ - d8966c9f-7f29-41b1-aad0-73dcedab9b0b
39
39
  X-Runtime:
40
- - '1.536106'
40
+ - '1.425013'
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:10 GMT
44
+ - Mon, 11 May 2015 21:29:47 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=dWR2aHQ0ejNsSTVpQW43dklNYnJtZnBsTVFOQThGVFBJcHB5N1QwdUU0K25pNG9maVRXd3pTRlNXQ2NqUFhXd1NJRWhGamU0SEV6WDdvTVo5cnNXUkZaRUFWSWxhNFF4SmxrbSttaUJCZEd3VFZiY25LaDhOQVRnLysyajY4U09GWERrbkY2bzZwUjRtZ0dpb2xWME5GZm91clR6Z2wrNzN2cEJCU21kdk5ZK05teGQ3Y1drSmY4ZHU0Z0V4QzU5NFljaGp1ZWpMRUxYQ1BKS3VmK1NqTjg5alNRazgwNUlKSjNCa1NhWFlkQT0tLXp3OUNnY3FTMXFqalBLOUtsZGREc2c9PQ%3D%3D--44424e0cb73aa0288c1e8fdb3a365a769a10456d;
50
+ - _internal_session=T1FWN3VNT0NBK1lRK0hEeVJobTJlbDBNcDAvYjhKMVJ3RDlFS1BPTEdnanBTVmZFMk9VT3NmVFJjMHJLSkN3aWtLSThnTTVHR0NNNGtyQ1lHL0RpY205R3BrUXJpTi81QnZmb2NBenlUeFZlR2JRS2dnejdDVGhLU3VvRXoyenVudXR0bjZta2d4ZktYR2RZSTZINERDcm4xZmp0bm55SmFPcC96TDBFRTdhN3NiMmRhWFlUMyttUDIyM1Q3OTFkdnRicHN6VTFVMUJMQncyMkZCRHJ6aTdmM1c2aE8zMmZtZzhzc2IwQkk4MnFRajVXNVN4WXFBcVhJRDdEVjNOby0tZXFSK3VOQTRUZmd5dC92UU5rMzVudz09--6a486846491de165428dd5e5807c76584cfc7500;
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":"_:g70075013096700","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/0c05f5e0-8c99-446d-b983-4fd5d4d85d21","@type":"oa:Annotation","hasBody":"_:g70075013096700","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902327196720","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/7b/27/4e/f6/7b274ef6-457a-49e0-ac3b-6e0fa38a45b9","@type":"oa:Annotation","hasBody":"_:g69902327196720","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:10 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29: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
- - Mon, 04 May 2015 19:11:10 GMT
78
+ - Mon, 11 May 2015 21:29: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
- - Tue, 05 May 2015 01:11:10 GMT
86
+ - Tue, 12 May 2015 03:29: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: Mon, 04 May 2015 19:11:10 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29: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
- - Mon, 04 May 2015 19:11:11 GMT
124
+ - Mon, 11 May 2015 21:29: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
- - Tue, 05 May 2015 01:11:11 GMT
138
+ - Tue, 12 May 2015 03:29: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: Mon, 04 May 2015 19:11:11 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:47 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:11 GMT
1276
+ - Mon, 11 May 2015 21:29:47 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:11 GMT
1284
+ - Tue, 12 May 2015 03:29:47 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:11 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29: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
- - Mon, 04 May 2015 19:11:16 GMT
1322
+ - Mon, 11 May 2015 21:29: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
- - Tue, 05 May 2015 01:11:16 GMT
1336
+ - Tue, 12 May 2015 03:29: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: Mon, 04 May 2015 19:11:17 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:48 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/0c05f5e0-8c99-446d-b983-4fd5d4d85d21
2457
+ uri: http://localhost:3000/annotations/7b%2F27%2F4e%2Ff6%2F7b274ef6-457a-49e0-ac3b-6e0fa38a45b9
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
- - 09c3a5e4-7b76-415b-8dd1-47c09a179d7e
2484
+ - eb71feff-8dda-4631-9487-c4a05a4b940c
2485
2485
  X-Runtime:
2486
- - '0.144933'
2486
+ - '0.182401'
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:17 GMT
2490
+ - Mon, 11 May 2015 21:29:48 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=dWw2aWNtTXgyekp2V2V4S09YRGk1OHJjR3lwRldoMGZnR3JzSSszTThpVmZacUUvdnMycjRjclV0WjNtOXBwS1JmVm0zNUhtVGVXYjFsdDVlc3BHbFZjRjFrY0hTeGJIMWJPczFaYlRySXI3dVNhdlgxSk04aEhBWFBvNVBVTlU4bWNQYTY5QTV3YVZDZ2tuQ2orY1JaOW1BbzQ5My9sbnJDM0o4K0xGWjlVM3Z1WldkbzhaV3QzdjhIdHhyRXRELS15b0hOb3RnUCtoNk9ocXhXTFRmWkxRPT0%3D--cb44d8f8a2c0d6fcef4020a4a530848ab2c4b68d;
2494
+ - _internal_session=OXA2N0E2dG5SODBpMnJybU9KRmtTbFErZlZSWTQzZVJlS3phajRyR1hlNCtzaXZsTXVwb1h6cGRqM0tpN2xCeW9zSTBVb1dlRmp1b2YwelhUY0NGOTBmcXRNWXVLS2QyTnlUKzRFOFF5VnJUOGxIaURuTUV2eEIzblQvNWo3b2gxNS94VFZCV3d0ek1CNElYaHo2MVFrTVJzQXZXVDNidnZBVDFzSHhVTmFpQmxLSXBady9jdERCLzJlT3UwQk1rLS1ycUNBSmg2ZGdqdFVSb2hFZWZZY09nPT0%3D--1fba0c5171f0b8478e168ee483fd3a73891a8ab7;
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:17 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:48 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/"1dbe48fc3249c5ebcb3d0c85c36fdc81"
34
+ - W/"e808e91db6d82e7a2e5fecc9944466f9"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - d91921d6-5fcb-42e9-8ae3-ff1405c64f08
38
+ - cfe3142e-741a-47d8-bb4e-29f8455eb11f
39
39
  X-Runtime:
40
- - '1.547991'
40
+ - '1.388898'
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:31 GMT
44
+ - Mon, 11 May 2015 21:29:57 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=K016bUlpc2Q3Z2t6V0Qwd2dVSGFwZ0d4dWVqSGlIWnpITGNvbjA3L1ZKQjU5aGllU0FXM1FDZkY4Qmo4QVJTT2pNL2JMSGNWcFZpQjFZSUUvdDBtSEtlemJOQnpGMnVSL2lDZ1M4NFBHMUpUTEFjUWhVT09JNDcyRm1pUTQwb3JMNGtZN2lnbVpleDhOV2xLdk0rQVUyUnhUMHpIN0pCYUJlTHVQazhCcE5Xc09FTU5HbUJLbzZvM0RrbmxIYTVzQ1pzeFV4WDdqSVVDN0JVNk0rVW9RNTF0UFhSbi85WGVkL3FEUk5SVnpVaz0tLU9rV1RGQTFmdDdCYk16WDhHQkh6emc9PQ%3D%3D--d2b993ef3b9285c5cac75aeceef562ca4a491215;
50
+ - _internal_session=bzlYdlFZRmNDaTNWMjI1R0ptT0ZvUDVCazlOQXR6ZG5pV0xLbmZyeFBWbnkxRlUvaU9qemFKVXI3QS9Xc2hDNFNxY2pKRVFSZnFML0V2UGF3RTYwd1VXTmtNRGFtKzcvSWFJNWczaTVNTjFndktyanF3K28vVVgxd1RVOHhoNjNQY1ZKUTE2VFlnckNtUVloYnkxem5TbzFJVi9GRURBQUFhR2tHSkpRNHBQWjVhajZCMkhGUDlGUU1QNjdQcWtVQWN6Tk5oOUJadmswSFJhaUFud2gxQ0ZQS2E1b0ZBM1IwMkFTUEZIV1dnRUZlM3pnRFZVQUhCbit3blNVQUJjcS0tRUNhMWF2Nzk2dkVYNEdIMXdrZjk4dz09--464b4dbc979668cf476e5cfc1d5b2b86c72f2d6b;
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":"_:g70075061246740","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/5301aa4e-0c15-480a-9045-247d35c76993","@type":"oa:Annotation","hasBody":"_:g70075061246740","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902270840980","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/fa/05/99/46/fa059946-d932-45c6-808d-f88f583f07a5","@type":"oa:Annotation","hasBody":"_:g69902270840980","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:31 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29:57 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:32 GMT
78
+ - Mon, 11 May 2015 21:29:57 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:32 GMT
86
+ - Tue, 12 May 2015 03:29:57 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:32 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29:57 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:32 GMT
124
+ - Mon, 11 May 2015 21:29:58 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:32 GMT
138
+ - Tue, 12 May 2015 03:29:58 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:32 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:58 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:32 GMT
1276
+ - Mon, 11 May 2015 21:29:58 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:32 GMT
1284
+ - Tue, 12 May 2015 03:29:58 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:32 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29:58 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:32 GMT
1322
+ - Mon, 11 May 2015 21:29:58 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:32 GMT
1336
+ - Tue, 12 May 2015 03:29:58 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:33 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:58 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/5301aa4e-0c15-480a-9045-247d35c76993
2457
+ uri: http://localhost:3000/annotations/fa%2F05%2F99%2F46%2Ffa059946-d932-45c6-808d-f88f583f07a5
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
- - 9e7f7114-0ded-46a2-b351-69382950c6ee
2484
+ - dcda4b1f-9210-439f-a3f3-f706c0e6cd96
2485
2485
  X-Runtime:
2486
- - '0.134919'
2486
+ - '0.144822'
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:33 GMT
2490
+ - Mon, 11 May 2015 21:29:59 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=a0JaenJ0bWZQMVVWWk5FV1FTQnM5bzRraWkwTytZOXA4TCt5aTNRbXVVS2NLQ0cxNlFVTmYwSnZ6S2h0TkdsZjN3a1RKRUdqV0N6K0hGeTN6R3k0VVRhTEhFU3ExcGRCZnpmWXJ5dTM1NmZLWnU0STViWkEzVk4xLzJoVnRibmZJSHRMdWFOdkVBdE03NVp4cGErV09Ld3BXU2JGSnkrRUNIeElUSTdEemhTeUpyK2RkWGp2N3pkY1VZL2dNa252LS1JVkZDMTN5Z2Z1QTZrb1FHUUZIVjF3PT0%3D--9b8da20f7c637252a9033208e32da7334b4d860c;
2494
+ - _internal_session=elRPVkhMMkwyOGx5VTkrcmFzVkFUdzRmbmhic2J6Wk02L2QvSzVyRHNaSWI2Q2lPYWQ3dy9Rb0pNdFdRRU9Na21NZmtaUnBoYy9DWnVYWnVQTythYXNYaUhUcld5aFdwVUhmSHgrMWtKcU5FMUpsRWdYWHE5emxoZUIvRldzM2ZTWkFja2JaT1Z2Mk9ZK0RUcWtMUGVvcExVUzI2RFhRdGwyMGlLZjh1MHdldnRGVGZmdzdHUm5lY2cybm9rL0cwLS1Ed1loN2oxQWVWN1FPVnZWZmh0S2RRPT0%3D--be3e21b805f9f8592a10b54dce90a66cd51d8805;
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:33 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:59 GMT
2502
2502
  recorded_with: VCR 2.9.3